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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.custom: devx-track-azurecli
7
7
ms.topic: overview
8
8
author: mbender-ms
9
9
ms.author: mbender
10
-
ms.date: 05/09/2024
10
+
ms.date: 01/28/2025
11
11
# Customer intent: As an cloud engineer with Basic public IP services, I need guidance and direction on migrating my workloads off basic to Standard SKUs
12
12
---
13
13
@@ -54,7 +54,7 @@ This section lists out some key differences between these two SKUs.
54
54
| Aspect | Standard SKU public IP | Basic SKU public IP |
55
55
|---------|---------|---------|
56
56
|**Allocation method**| Static. | For IPv4: Dynamic or Static; For IPv6: Dynamic. |
57
-
|**Security**| Secure by default model and be closed to inbound traffic when used as a frontend. Allow traffic with[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. |
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
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
60
|**Global tier**| Supported via [cross-region load balancers](../../load-balancer/cross-region-overview.md)| Not supported |
@@ -75,7 +75,7 @@ Use the Azure portal, Azure PowerShell, or Azure CLI to help upgrade from Basic
75
75
## FAQ
76
76
77
77
### Will the Basic SKU public IP retirement impact Cloud Services Extended Support (CSES) deployments?
78
-
No, this retirement will not impact your existing or new deployments on CSES. This means that you can still create and use Basic SKU public IPs for CSES deployments. However, we advise using Standard SKU on ARM native resources (those that do not depend on CSES) when possible, because Standard has more advantages than Basic.
78
+
No, this retirement will not impact your existing or new deployments on CSES. This means that you can still create and use Basic SKU public IPs for CSES deployments. However, we advise using Standard SKU on ARM native resources (those that don't depend on CSES) when possible, because Standard has more advantages than Basic.
0 commit comments