Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created October 6, 2017 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjwaight/983b5ebda2eb3387913e4f677f6ba4f9 to your computer and use it in GitHub Desktop.
Save sjwaight/983b5ebda2eb3387913e4f677f6ba4f9 to your computer and use it in GitHub Desktop.
Key Vault reference with a version in an ARM template parameter file.
"adminPassword": {
"reference": {
"keyVault": {
"id": "/subscriptions/{subscription-guid}/resourceGroups/{keyvault-rg}/providers/Microsoft.KeyVault/vaults/ProvisioningVault"
},
"secretName": "LocalAdminPass",
"secretVersion": "6A12A286385949DB8B5F82AFEF85CAE9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment