Microsoft Azure How-to use customer-managed keys with Azure Key Vault and Azure Storage encryption using ARM Template I got a question from a reader asking how to use the Managed Identity of a storage account against Azure Key Vault to enable storage encryption using customer-managed keys. The
Microsoft Azure How to incrementally update KeyVault access policies with ARM templates I was recently asked how to give access to an existing KeyVault to a managed identity that already have access policies configured. It's not a secret but not
Microsoft Azure How to audit Key Vault Access Policy using Azure Resource Graph If you didn't know it yet, I am a big fan of Azure Resource Graph. It gives me the ability to quickly answer business inquiries / people showing at
Azure Key Vault Creating Azure Key Vault with logging using Azure Resource Manager ARM templates If you are looking to create an Azure Key Vault, have full visibility/traceability over who access it and what they did while preventing accidental deletes of your vault, you
Microsoft Azure How to refer an Azure Key Vault secret in an Azure Resource Manager deployment template We live in a world where data and security is not to be taken lightly. Having to create or maintain a system that enable you to keep secrets and/or
Microsoft Azure Create an Azure Key Vault using an ARM template (api version 2015-06-01) and Azure PowerShell v1.0.4 We live in a world where data and security is not to be taken lightly. Having to create or maintain a system that enable you to keep secrets and/or
Microsoft Azure Best practices: How to handle sensitive data in Azure Resource Manager templates using Key Vault Have you ever wondered how you could land in the DevOps world of Config-as-Code without storing configuration secrets (e.g. passwords) as plain text in source control? In this series