You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/modules/ValidateScenario/ValidateScenario.psm1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -606,7 +606,7 @@ Function Test-SupportedMigrationScenario {
606
606
}
607
607
}
608
608
609
-
# warn that internal LB backends will have no outbound connectivity
609
+
# warn that internal load balancer backends will have no outbound connectivity
610
610
If (!$AllVMsHavePublicIPs-and$scenario.ExternalOrInternal-eq'Internal') {
611
611
$message="[Test-SupportedMigrationScenario] Internal load balancer backend VMs do not have Public IPs and will not have outbound internet connectivity after migration to a Standard LB."
612
612
log -Message $message-Severity 'Warning'
@@ -805,7 +805,7 @@ Function Test-SupportedMultiLBScenario {
805
805
resources |
806
806
where type =~ 'microsoft.network/networkinterfaces' and id in~ ($joinedNicIDs) |
If (($uniqueAvailabilitySets.count-gt1-or ($VMAvailabilitySets.availabilitySetId|Where-Object { $_-eq'NO_AVAILABILITY_SET' }).count -gt1)) {
837
837
log -Severity Error -Message "[Test-SupportedMultiLBScenario] The provided Basic Load Balancers do not share backend pool members (VMs are in different or no Availability Sets: '$($uniqueAvailabilitySets-join',')'). Using -multiLBConfig when backend is not shared adds risk and complexity in recovery."-terminateOnError
0 commit comments