Skip to content

Commit 1205b46

Browse files
committed
adding dependency on AVSET
1 parent 69eb50d commit 1205b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azuredeploy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@
394394
"apiVersion": "2015-01-01",
395395
"dependsOn": [
396396
"Microsoft.Resources/deployments/virtualNetworkDeployment",
397-
"Microsoft.Resources/deployments/loadBalancerDeployment"
397+
"Microsoft.Resources/deployments/loadBalancerDeployment",
398+
"Microsoft.Resources/deployments/availabilitySetsDeployment"
398399
],
399400
"properties": {
400401
"mode": "Incremental",

0 commit comments

Comments
 (0)