Storing your application container images in Azure Container Registry(ACR)? In this blog post, I am going to show how you can deploy a new container image to ACR automatically using a GitHub Action when there has been a merge to…
Category: Azure CLI
Deploy to Azure Container App from Azure Container Registry using a CI/CD Azure DevOps Pipeline and Azure CLI
Azure Container Apps are relatively new in Azure, still in Preview as of writing this blog post. In this blog, I will be deploying to Azure Container App from Azure Container Registry using a CI/CD Azure DevOps Pipeline and Azure…
Modify or edit remote Terraform state file in Azure
There may be a time where you are required to modify or edit remote Terraform state in Azure - in this blog I will show how you can achieve this! Why may I need to edit or modify? There can…
Read More Modify or edit remote Terraform state file in Azure
Copy Azure KeyVault secrets to another KeyVault using Azure CLI
I am going to show how you can copy Azure KeyVault secrets to another KeyVault using Azure CLI. I have two key vaults, keyvaultold - Contains secrets1 to secret7 keyvaultnewtest - Contains secret7 I want to copy secrets that are…
Read More Copy Azure KeyVault secrets to another KeyVault using Azure CLI