Skip to content

Commit

Permalink
Merge pull request Azure#7758 from JohnathonMohr/101-vm-secure-password
Browse files Browse the repository at this point in the history
Update parameters reference to KeyVault for 101-vm-secure-password
  • Loading branch information
bmoore-msft authored Jul 1, 2020
2 parents 78f1606 + d3fdcd0 commit 1800865
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 101-vm-secure-password/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"value": "GEN-UNIQUE"
},
"adminPassword": {
"reference": "GEN-KEYVAULT-PASSWORD-REFERENCE"
"reference": {
"keyVault": {
"id": "GEN-KEYVAULT-RESOURCE-ID"
},
"secretName": "GEN-KEYVAULT-PASSWORD-SECRET-NAME"
}
}
}
}
2 changes: 1 addition & 1 deletion 101-vm-secure-password/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "This template allows you to deploy a simple Windows VM by retrieving the password that is stored in a Key Vault. Therefore the password is never put in plain text in the template parameter file",
"summary": "This template takes deploys a VM by retrieving the password securely from a Key Vault",
"githubUsername": "bmoore-msft",
"dateUpdated": "2020-04-16"
"dateUpdated": "2020-07-01"
}

0 comments on commit 1800865

Please sign in to comment.