Skip to content

Commit

Permalink
Update azuredeploy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Oct 28, 2020
1 parent 2910e69 commit 7f1749c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,15 @@
"variables": {
"vmssName": "[toLower(take(parameters('vmssName'), 9))]",
"subnetId": "[resourceId(parameters('existingVirtualNetworkResourceGroup'), 'Microsoft.Network/virtualNetworks/subnets', parameters('existingVirtualNetworkName'), parameters('existingVirtualNetworkSubnet'))]",
"appGwId": "[resourceId(parameters('existingAppGatewayResourceGroup'), 'Microsoft.Network/applicationGateways', parameters('existingAppGatewayName'))]",
"appGwBePoolId": "[concat(variables('appGwId'), '/backendAddressPools/', parameters('existingAppGatewayBackendPoolName'))]",
"appGwBePoolId": "[resourceId(parameters('existingAppGatewayResourceGroup'), 'Microsoft.Network/applicationGateways/backendAddressPools/', parameters('existingAppGatewayName'), parameters('existingAppGatewayBackendPoolName'))]",
"managedImageId": "[resourceId(parameters('existingManagedImageResourceGroup'), 'Microsoft.Compute/images', parameters('existingManagedImageName'))]"
},
"resources": [
{
"type": "Microsoft.Compute/virtualMachineScaleSets",
"name": "[variables('vmssName')]",
"location": "[parameters('location')]",
"apiVersion": "2016-04-30-preview",
"apiVersion": "2020-06-01",
"sku": {
"name": "[parameters('vmSku')]",
"tier": "Standard",
Expand Down

0 comments on commit 7f1749c

Please sign in to comment.