Skip to content

Posts tagged ‘templates’

  • Azure Key Vault is a great resource to store your secrets like passwords, connection strings, certificates, etc. and access them programmatically. A great feature is to add or update your secrets during deployment so you do not have to manage your secrets manually. In this article, I will explain how you can add secrets to an Azure Key Vault using ARM templates.