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
- *ResourceGroupName [string] Required* - This parameter is the name of the resource group containing the Basic load balancer
66
66
- *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)
67
67
- *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)
69
69
70
70
4. Run the Upgrade command.
71
71
@@ -134,15 +134,15 @@ The script migrates the following from the Basic load balancer to the Standard l
134
134
- Inbound NAT Rules:
135
135
- All NAT rules will be migrated to the new Standard load balancer
136
136
- 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).
138
138
- Network security group
139
139
- 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.
140
140
- Backend pools:
141
141
- All backend pools will be migrated to the new Standard load balancer
142
142
- All virtual machine scale set network interfaces and IP configurations will be migrated to the new Standard load balancer
143
143
- 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.
144
144
145
-
**Private Load Balancer:**
145
+
**Internal Load Balancer:**
146
146
147
147
- Private frontend IP configuration
148
148
- Converts the public IP to a static IP, if dynamic
0 commit comments