Skip to content

Instantly share code, notes, and snippets.

@davoodharun
Created January 23, 2017 22:41
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 davoodharun/dcc16bfcf4d4cc4cd5fb013b8f25233c to your computer and use it in GitHub Desktop.
Save davoodharun/dcc16bfcf4d4cc4cd5fb013b8f25233c to your computer and use it in GitHub Desktop.
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"addressPrefix": {
"value": "10.0.0.0/16"
},
"subnetPrefix": {
"value": "10.0.1.0/24"
},
"skuName": {
"value": "Standard_Small"
},
"capacity": {
"value": 2
},
"backendIpsForPathRuleDEL": {
"value": [
{
"IpAddress": "10.0.0.6"
},
{
"IpAddress": "10.0.0.7"
}
]
},
"backendIpsForPathRuleSHR": {
"value": [
{
"IpAddress": "10.0.0.4"
},
{
"IpAddress": "10.0.0.5"
}
]
},
"pathMatch1": {
"value": "/SHR"
},
"pathMatch2": {
"value": "/DEL"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment