Skip to content

Commit 685933f

Browse files
authored
Added note for internal lb outbound -multiconfig scenario (#157)
1 parent 4de85e9 commit 685933f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/AzureBasicLoadBalancerUpgrade.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AzureBasicLoadBalancerUpgrade'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.5.37'
15+
ModuleVersion = '2.5.38'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -107,7 +107,7 @@
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = 'Added error handling to Availability Set query. Moved to Sort-Object -Unique (case insensitive) in validation.'
110+
ReleaseNotes = 'Add note for -multiLBConfig internal LB outbound connectivity warning.'
111111

112112
# Prerelease string of this module
113113
# Prerelease = 'beta'

AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/modules/ValidateScenario/ValidateScenario.psm1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,9 @@ Function Test-SupportedMigrationScenario {
612612
log -Message $message -Severity 'Warning'
613613

614614
Write-Host "In order for your VMs to access the internet, you'll need to take additional action before or after migration. To address this pre-migration, either add a secondary external Basic SKU Load Balancer with no inbound rules to your backend VMs or add Public IPs to each VM. Post-migration, a NAT Gateway can be added to the VMs' subnet (see: https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/default-outbound-access)--if an interim external Load Balancer or instance-level public IP addresses were added pre-migration they can be removed once the NAT Gateway is deployed." -ForegroundColor Yellow
615+
616+
Write-Host "If you are performing a multi-LB migration using the -multiLBConfig parameter and you also have an external load balancer which will provide outbound connectivity for the internal load balancer backend VMs, you can ignore this warning." -ForegroundColor Yellow
617+
615618
If (!$force.IsPresent) {
616619
$response = $null
617620
while ($response -ne 'y' -and $response -ne 'n') {

0 commit comments

Comments
 (0)