April 2018
Intermediate to advanced
418 pages
9h 41m
English
Besides leveraging the Azure Key Vault in your custom applications, you can also use secrets in ARM templates. You can add the secrets to the parameters JSON file. See the following example to see what your parameter will look like:
"packtPassword": {"reference": {"keyVault": { "id": "/subscriptions/<subscription id>/resourceGroups/examplegroup/providers/Microsoft.KeyVault/vaults/<vault-name>" }, "secretName": "packtsecret" }},