Skip to content

Commit 438a2c3

Browse files
Merge pull request #222670 from mbrat2005/mbrat2005-basic-lb-migr-public-ips
add support for migrating public ips, warning
2 parents cf88312 + 702536a commit 438a2c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/load-balancer/upgrade-basic-standard-virtual-machine-scale-sets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ The PowerShell module performs the following functions:
3333
>[!NOTE]
3434
> Migrating _internal_ Basic Load Balancers where the backend VMs or VMSS instances do not have Public IP Addresses assigned requires additional action post-migration to enable backend pool members to connect to the internet. The recommended approach is to create a NAT Gateway and assign it to the backend pool members' subnet (see: [**Integrate NAT Gateway with Internal Load Balancer**](../virtual-network/nat-gateway/tutorial-nat-gateway-load-balancer-internal-portal.md)). Alternatively, Public IP Addresses can be allocated to each VMSS instance by adding a Public IP Configuration to the Network Profile (see: [**VMSS Public IPv4 Address Per Virtual Machine**](../virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md)).
3535
36+
>[!NOTE]
37+
> If the Virtual Machine Scale Set in the Load Balancer backend pool has Public IP Addresses in its network configuration, the Public IP Addresses will change during migration (the Public IPs must be removed prior to the migration, then added back post migration with a Standard SKU configuration)
38+
3639
### Unsupported Scenarios
3740

3841
- Basic Load Balancers with a Virtual Machine Scale Set backend pool member that is also a member of a backend pool on a different load balancer
@@ -41,7 +44,6 @@ The PowerShell module performs the following functions:
4144
- Basic Load Balancers with IPV6 frontend IP configurations
4245
- Basic Load Balancers with a Virtual Machine Scale Set backend pool member configured with 'Flexible' orchestration mode
4346
- Basic Load Balancers with a Virtual Machine Scale Set backend pool member where one or more Virtual Machine Scale Set instances have ProtectFromScaleSetActions Instance Protection policies enabled
44-
- Basic Load Balancers with a Public IP Configuration in the associated Virtual Machine Scale Sets' Network Profile (where a Basic SKU Public IP Address is assigned to each instance)
4547
- Migrating a Basic Load Balancer to an existing Standard Load Balancer
4648

4749
### Prerequisites

0 commit comments

Comments
 (0)