Skip to content

Instantly share code, notes, and snippets.

@vicperdana
Last active April 16, 2016 06:17
Show Gist options
  • Save vicperdana/14e3990294794d4b0800b13c12120b6f to your computer and use it in GitHub Desktop.
Save vicperdana/14e3990294794d4b0800b13c12120b6f to your computer and use it in GitHub Desktop.
"variables": {
"storageAccountName": "vicplinkeddemostor",
"location": "[resourceGroup().location]",
"addressPrefix": "10.0.0.0/16",
"subnet1Name": "FrontEnd-Subnet",
"subnet2Name": "BackEnd-Subnet",
"subnet1Prefix": "10.0.0.0/24",
"subnet2Prefix": "10.0.1.0/24",
"storageAccountType": "Standard_LRS",
"virtualNetworkName": "VicPVNET",
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
"subnet1Ref": "[concat(variables('vnetID'),'/subnets/',variables('subnet1Name'))]",
"subnet2Ref": "[concat(variables('vnetID'),'/subnets/',variables('subnet2Name'))]",
"apiVersion": "2015-06-15"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment