Skip to content

Commit d3288c8

Browse files
committed
Merge branch 'AzBasicLoadBalancerUpgrade' of https://github.com/Welasco/azure-docs-pr into AzBasicLoadBalancerUpgrade
2 parents 475d07c + 3599cca commit d3288c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/load-balancer/upgrade-basic-standard-vmss.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PS C:\> Install-Module -Name AzureBasicLoadBalancerUpgrade -Scope CurrentUser -R
6565
- *ResourceGroupName [string] Required* - This parameter is the name of the resource group containing the Basic load balancer
6666
- *RecoveryBackupPath [string] Optional* - This parameter allows you to specify an alternative path in which to store the Basic load balancer ARM template backup file (defaults to the current working directory)
6767
- *FailedMigrationRetryFilePathLB [string] Optional* - This parameter allows you to specify a path to a Basic load balancer backup state file when retrying a failed upgrade (defaults to current working directory)
68-
- *FailedMigrationRetryFilePathVMSS [string] Optional* - This parameter allows you to specify a path to a virtual machine scale set (virtual machine scale set) backup state file when retrying a failed upgrade (defaults to current working directory)
68+
- *FailedMigrationRetryFilePathVMSS [string] Optional* - This parameter allows you to specify a path to a virtual machine scale set backup state file when retrying a failed upgrade (defaults to current working directory)
6969
7070
4. Run the Upgrade command.
7171
@@ -134,15 +134,15 @@ The script migrates the following from the Basic load balancer to the Standard l
134134
- Inbound NAT Rules:
135135
- All NAT rules will be migrated to the new Standard load balancer
136136
- Outbound Rules:
137-
- Basic load balancers don't support configured outbound rules. The script will create an outbound rule in the Standard load balancer to preserve the outbound behavior of the Basic load balancer. For more information about Outbound connectivity, see [Outbound-only load balancer configuration](/azure/load-balancer/egress-only).
137+
- Basic load balancers don't support configured outbound rules. The script will create an outbound rule in the Standard load balancer to preserve the outbound behavior of the Basic load balancer. For more information about outbound rules, see [Outbound rules](/azure/load-balancer/outbound-rules).
138138
- Network security group
139139
- Basic load balancer doesn't require a network security group to allow outbound connectivity. In case there's no network security group associated with the virtual machine scale set, a new network security group will be created to preserve the same functionality. This new network security group will be associated to the virtual machine scale set backend pool member network interfaces. It will allow the same load balancing rules ports and protocols and preserve the outbound connectivity.
140140
- Backend pools:
141141
- All backend pools will be migrated to the new Standard load balancer
142142
- All virtual machine scale set network interfaces and IP configurations will be migrated to the new Standard load balancer
143143
- If a virtual machine scale set is using Rolling Upgrade policy, the script will update the virtual machine scale set upgrade policy to "Manual" during the migration process and revert it back to "Rolling" after the migration is completed.
144144

145-
**Private Load Balancer:**
145+
**Internal Load Balancer:**
146146

147147
- Private frontend IP configuration
148148
- Converts the public IP to a static IP, if dynamic

0 commit comments

Comments
 (0)