Security plays a big role in IT. When you write almost everything as code, you know it is a no-go to write passwords, personal access tokens or other secrets hard-coded and commit these in your source control. To avoid a check-in of secrets in your source control, you can use Azure Key Vault to "host" … Continue reading Reference Key Vault secrets using Azure Bicep
Category: bicep
Convert ARM templates to Azure Bicep
In this blog post, I am going to write about the differences between Azure ARM and Azure Bicep. What is Azure ARM or Bicep, what are the syntactic differences and how you can use Azure CLI to convert your existing ARM templates to Bicep templates. What is Azure ARM or Azure Bicep? Azure ARM and … Continue reading Convert ARM templates to Azure Bicep

