Azure Bicep – Referring Secrets from Key Vault in Parameter File
In the previous article, we have seen how a key vault can be used to store sensitive values and how to use those values in the bicep file. In this…
In the previous article, we have seen how a key vault can be used to store sensitive values and how to use those values in the bicep file. In this…
In past few articles, I have been writing about Azure Bicep. We already have discussed about bicep parameter file in one of the past articles in this series. In this…
In last article, we have seen what is the meaning of Azure encryption at rest. We also had look at some basic concepts related to it. In this article, let's…
In this article, let's have look at what is the meaning of Azure's encryption at rest and basic concepts around this term. Scenario Imagine that you own very big software…
In past few articles, I have tried to explain how key vaults can be created and can be accessed from .NET core web application. In the posts, where I have…
In this short article, let's have a look at small tip to remember the Azure CLI commands for managing key vault itself and the keys, secrets and certificates in it.…
In last article, we have created a .NET Core web application and accessed the secrets stored in Azure key vault. We have seen how how to allow Visual studio to…
Let's say we have a web application, which uploads the files to Azure Blob. The web application holds storage account name, blob container name and the access key for the…
AZ-203 is the new certification exam announced By Microsoft few months back. The 70-532 certification is now retired. People who have given 70-532 exam need to either appear AZ-202 to…