Skip to content

Commit

Permalink
another name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Moore authored and Brian Moore committed Oct 15, 2020
1 parent 3d4d8f4 commit 84ba869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-replication/azuredeploy.json
Expand Up @@ -70,7 +70,7 @@
"description": "Identifies whether to use new or existing Virtual Network"
}
},
"virtualNetworkExistingRGName": {
"virtualNetworkResourceGroupName": {
"type": "string",
"defaultValue": "[resourceGroup().name]",
"metadata": {
Expand Down Expand Up @@ -338,7 +338,7 @@
"privateIPAllocationMethod": "Static",
"privateIPAddress": "[concat(variables('ipOctet01'), add(variables('ipOctet2'), div(copyIndex(variables('ipOctet3')), 255)), '.', mod(copyIndex(variables('ipOctet3')), 255))]",
"subnet": {
"id": "[resourceId(parameters('virtualNetworkExistingRGName'), 'Microsoft.Network/virtualNetworks/subnets', parameters('virtualNetworkName'), parameters('subnetName') )]"
"id": "[resourceId(parameters('virtualNetworkResourceGroupName'), 'Microsoft.Network/virtualNetworks/subnets', parameters('virtualNetworkName'), parameters('subnetName') )]"
},
"loadBalancerBackendAddressPools": [
{
Expand Down

0 comments on commit 84ba869

Please sign in to comment.