diff --git a/articles/azure-stack/azure-stack-kv-push-secret-into-vm.md b/articles/azure-stack/azure-stack-kv-push-secret-into-vm.md index ff73e7886d0e1..a0d8ee944e46d 100644 --- a/articles/azure-stack/azure-stack-kv-push-secret-into-vm.md +++ b/articles/azure-stack/azure-stack-kv-push-secret-into-vm.md @@ -108,6 +108,8 @@ When you run the previous script, the output includes the secret URI. Make a not Modify the `azuredeploy.parameters.json` file according to your environment values. The parameters of special interest are the vault name, the vault resource group, and the secret URI (as generated by the previous script). The following file is an example of a parameter file: +**azuredeploy.parameters.json:** + ```json { "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", @@ -141,6 +143,8 @@ Modify the `azuredeploy.parameters.json` file according to your environment valu } ``` +**Template deployment:** + Now deploy the template by using the following PowerShell script: ```powershell