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
If it's acceptable for the IP address to change over time, **Dynamic** IP assignment can be selected by changing the `allocation_method` value to **Dynamic**.
70
+
If it's acceptable for the IP address to change over time, dynamic IP assignment can be selected by changing the `allocation_method` value to **Dynamic**.
71
71
72
72
>[!NOTE]
73
-
> A basic IPv6 address must always be `Dynamic`.
73
+
> A basic IPv6 address must always be dynamic.
74
74
75
75
---
76
76
77
77
## Create a zonal or no-zone IP address
78
78
79
-
In this section, you learn how to create a zonal or no-zone public IP address.
79
+
In this section, you learn how to create a zonal and non-zone public IP addresses.
80
80
81
81
# [**Zonal**](#tab/create-public-ip-zonal)
82
82
@@ -87,17 +87,15 @@ To create an IPv6 address, set the `version` value to **IPv6**.
>The above options for zones are only valid selections in regions with [Availability Zones](../../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
90
+
>For more information about availability zones, see [What are availability zones?](../../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
In this section, you create a non-zonal IP address.
94
+
The following code snippet creates a standard public IPv4 address as a non-zonal resource named **myNonZonalStandardPublicIP**.
95
95
96
96
>[!NOTE]
97
97
>The following command works for API version 2020-08-01 or later. For more information about the API version currently being used, see [Resource Providers and Types](../../azure-resource-manager/management/resource-providers-and-types.md).
98
98
99
-
The following code snippet creates a standard public IPv4 address as a non-zonal resource named **myNonZonalStandardPublicIP**.
100
-
101
99
To create an IPv6 address, set the `version` value to **IPv6**.
0 commit comments