Skip to content

Instantly share code, notes, and snippets.

@BernieWhite
Created September 19, 2018 04:39
Show Gist options
  • Save BernieWhite/492e7c31de1d3c80c6e3b0b819e49bc3 to your computer and use it in GitHub Desktop.
Save BernieWhite/492e7c31de1d3c80c6e3b0b819e49bc3 to your computer and use it in GitHub Desktop.
mgmtset.parameters.json
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmNamePrefix": {
"value": ""
},
"vmLocation": {
"value": ""
},
"vnetId": {
"value": ""
},
"subnet": {
"value": ""
},
"adminUsername": {
"value": ""
},
"adminPassword": {
"reference": {
"keyVault": {
"id": ""
},
"secretName": ""
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment