Skip to content

Commit

Permalink
Updating kv topic
Browse files Browse the repository at this point in the history
  • Loading branch information
SnehaGunda committed Aug 4, 2017
1 parent 16ffcdc commit 7048f0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions articles/azure-stack/azure-stack-kv-push-secret-into-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7048f0c

Please sign in to comment.