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: articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ We recommend the following approach to upgrade to Standard SKU public IP address
38
38
| Resource using Basic SKU public IP addresses | Decision path |
39
39
| ------ | ------ |
40
40
| Virtual Machine | Use scripts or manually detach and upgrade public IPs. For standalone virtual machines, you can use the [upgrade script](public-ip-upgrade-vm.md) or for virtual machines in an availability set use [this script](public-ip-upgrade-availability-set.md). |
41
-
| Virtual Machine Scale Sets |[Replace basic SKU instance public IP addresses](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-networking#public-ipv4-per-virtual-machine) with new standard SKU |
42
-
| Load Balancer (Basic SKU) | New Load Balancer SKU required. Use the upgrade script [Upgrade Basic Load Balancer to Standard SKU](../../load-balancer/upgrade-basic-standard-with-powershell.md) to upgrade to Standard Load Balancer |
43
-
| VPN Gateway (using Basic IPs) | A migration path will be provided in the future. When this migration path is available, we'll update this decision path with migration information and send out a service health alert. For more information, see [Migrating a basic SKU FAQ](../../vpn-gateway/vpn-gateway-vpn-faq.md/#migrating-a-basic-sku-public-ip-address-to-standard-sku |
41
+
| Virtual Machine Scale Sets |[Replace basic SKU instance public IP addresses](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-networking#public-ipv4-per-virtual-machine) with new standard SKU.|
42
+
| Load Balancer (Basic SKU) | New Load Balancer SKU required. Use the upgrade script [Upgrade Basic Load Balancer to Standard SKU](../../load-balancer/upgrade-basic-standard-with-powershell.md) to upgrade to Standard Load Balancer.|
43
+
| VPN Gateway (using Basic IPs) | A migration path will be provided in the future. When this migration path is available, we'll update this decision path with migration information and send out a service health alert. For more information, see [Migrating a basic SKU FAQ](../../vpn-gateway/vpn-gateway-vpn-faq.md#migrating-a-basic-sku-public-ip-address-to-standard-sku).|
44
44
| ExpressRoute Gateway (using Basic IPs) | New ExpressRoute Gateway is required. Follow the [ExpressRoute Gateway migration guidance](../../expressroute/gateway-migration.md) for upgrading from Basic to Standard SKU. |
45
45
| Application Gateway (v1 SKU) | New AppGW SKU required. Use this [migration script to migrate from v1 to v2](../../application-gateway/migrate-v1-v2.md). |
46
46
@@ -55,12 +55,12 @@ This section lists out some key differences between these two SKUs.
55
55
|---------|---------|---------|
56
56
|**Allocation method**| Static. | For IPv4: Dynamic or Static; For IPv6: Dynamic. |
57
57
|**Security**| Uses *Secure by default* model closed to inbound traffic when used as a frontend. To allow traffic, a [network security group](../network-security-groups-overview.md#network-security-groups) is required (for example, on the NIC of a virtual machine with a Standard SKU public IP attached). | Open by default. Network security groups are recommended but optional for restricting inbound or outbound traffic. |
58
-
|**[Availability zones](../../reliability/availability-zones-overview.md)**| Supported. Standard IPs can be nonzonal, zonal, or zone-redundant. Zone redundant IPs can only be created in [regions where three availability zones](../../reliability/availability-zones-region-support.md) are live. IPs created before availability zones aren't zone redundant. | Not supported |
58
+
|**[Availability zones](../../reliability/availability-zones-overview.md)**| Supported. Standard IPs can be nonzonal, zonal, or zone-redundant. Zone redundant IPs can only be created in [regions where three availability zones](../../reliability/availability-zones-region-support.md) are live. IPs created before availability zones aren't zone redundant. | Not supported.|
59
59
|**[Routing preference](routing-preference-overview.md)**| Supported to enable more granular control of how traffic is routed between Azure and the Internet. | Not supported. |
60
-
|**Global tier**| Supported via [cross-region load balancers](../../load-balancer/cross-region-overview.md)| Not supported |
61
-
|**[Standard Load Balancer Support](../../load-balancer/skus.md)**| Both IPv4 and IPv6 are supported | Not supported |
62
-
|**[NAT Gateway Support](../nat-gateway/nat-overview.md)**| IPv4 is supported | Not supported |
63
-
|**[Azure Firewall Support](../nat-gateway/nat-overview.md)**| IPv4 is supported | Not supported |
60
+
|**Global tier**| Supported via [cross-region load balancers](../../load-balancer/cross-region-overview.md).| Not supported.|
61
+
|**[Standard Load Balancer Support](../../load-balancer/skus.md)**| Both IPv4 and IPv6 are supported.| Not supported.|
62
+
|**[NAT Gateway Support](../nat-gateway/nat-overview.md)**| IPv4 is supported.| Not supported.|
63
+
|**[Azure Firewall Support](../nat-gateway/nat-overview.md)**| IPv4 is supported.| Not supported.|
64
64
65
65
## Upgrade disassociated public IPs using Portal, PowerShell, or Azure CLI
0 commit comments