Skip to content

Instantly share code, notes, and snippets.

@BernieWhite
Created January 18, 2018 06:37
Show Gist options
  • Save BernieWhite/53a288922856b0cc88a0289f20de67fa to your computer and use it in GitHub Desktop.
Save BernieWhite/53a288922856b0cc88a0289f20de67fa to your computer and use it in GitHub Desktop.
azure-dc-parameters-arm.json
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmName": {
"value": ""
},
"vmLocation": {
"value": ""
},
"vnetId": {
"value": ""
},
"subnet": {
"value": "dc"
},
"adminUsername": {
"value": ""
},
"adminPassword": {
"reference": {
"keyVault": {
"id": ""
},
"secretName": ""
}
},
"dscRegistrationKey": {
"reference": {
"keyVault": {
"id": ""
},
"secretName": "dscRegistrationKey"
}
},
"dscRegistrationUrl": {
"value": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment