Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created April 19, 2022 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/9111ba1bc80138c9f93afff10a8b3617 to your computer and use it in GitHub Desktop.
Save johnlokerse/9111ba1bc80138c9f93afff10a8b3617 to your computer and use it in GitHub Desktop.
Blog content
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"parVnetName": {
"value": "validation"
},
"parAddressSpace": {
"value": "10.10.0.0/22"
},
"parSubnet": {
"value": "10.10.50.0/24"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment