AZ-500 · Question #173
SIMULATION You need to ensure that when administrators deploy resources by using an Azure Resource Manager template, the deployment can access secrets in an Azure key vault named KV11597200. To…
The 'Enable access to Azure Resource Manager for template deployment' setting in the Key Vault's Advanced Access Policies is specifically designed to allow ARM templates to retrieve secrets stored in the vault during deployment. Without enabling this setting, ARM template…
Question
Explanation
The 'Enable access to Azure Resource Manager for template deployment' setting in the Key Vault's Advanced Access Policies is specifically designed to allow ARM templates to retrieve secrets stored in the vault during deployment. Without enabling this setting, ARM template deployments that reference Key Vault secrets using the 'reference' function will fail because Azure Resource Manager lacks authorization to read from the vault. This is a deliberate security boundary that must be explicitly unlocked by a Key Vault administrator.
Topics
Community Discussion
No community discussion yet for this question.