We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f3cb9 commit 805a51dCopy full SHA for 805a51d
1 file changed
infra/avm/main.bicep
@@ -692,7 +692,7 @@ module windowsVmDataCollectionRules './modules/monitoring/data-collection-rule.b
692
}
693
694
695
-var virtualMachineAvailabilityZone = 1
+var virtualMachineAvailabilityZone = -1
696
module proximityPlacementGroup './modules/compute/proximity-placement-group.bicep' = if (enablePrivateNetworking) {
697
name: take('module.proximity-placement-group.${solutionName}', 64)
698
params: {
0 commit comments