Skip to content

Instantly share code, notes, and snippets.

@ajinkya101
Last active March 14, 2021 10:55
Show Gist options
  • Save ajinkya101/d1dc28111b375e54bf40123e51885ada to your computer and use it in GitHub Desktop.
Save ajinkya101/d1dc28111b375e54bf40123e51885ada to your computer and use it in GitHub Desktop.
parameters.json
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"adminUserName": {
"value": "DemoUser"
},
"adminPassword": {
"value": "Azure@19811"
},
"dnsLabelPrefix": {
"value": "pip19211"
},
"rgName1": {
"value": "RG1"
},
"rgName2": {
"value": "RG2"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment