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-addresses.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ Public IP addresses allow Internet resources to communicate inbound to Azure res
17
17
18
18
In Azure Resource Manager, a [public IP](virtual-network-public-ip-address.md) address is a resource that has its own properties.
19
19
20
-
Some of the resources you can associate a public IP address resource with are the following:
20
+
The following resources can be associated with a public IP address:
21
21
22
22
* Virtual machine network interfaces
23
23
24
-
* Virtual machine scale sets
24
+
* Virtual Machine Scale Sets
25
25
26
26
* Public Load Balancers
27
27
@@ -41,16 +41,16 @@ For Virtual Machine Scale Sets, use [Public IP Prefixes](public-ip-address-prefi
41
41
42
42
## At-a-glance
43
43
44
-
The following table shows the property a public IP can be associated to a resource and the allocation methods. Note that public IPv6 support isn't available for all resource types at this time.
44
+
The following table shows the property a public IP can be associated to a resource and the allocation methods. Public IPv6 support isn't available for all resource types at this time.
45
45
46
46
| Top-level resource | IP Address association | Dynamic IPv4 | Static IPv4 | Dynamic IPv6 | Static IPv6 |
| Virtual Network Gateway (VPN) |Gateway IP configuration |Yes (non-AZ only) |Yes | No |No |
51
+
| Virtual Network Gateway (ER) |Gateway IP configuration |Yes | No | Yes (preview) |No |
52
52
| NAT gateway |Gateway IP configuration |No |Yes | No |No |
53
-
| Application gateway|Front-end configuration |Yes (V1 only) |Yes (V2 only) | No | No |
53
+
| Application Gateway|Front-end configuration |Yes (V1 only) |Yes (V2 only) | No | No |
54
54
| Azure Firewall | Front-end configuration | No | Yes | No | No |
55
55
| Bastion Host | Public IP configuration | No | Yes | No | No |
56
56
| Route Server | Front-end configuration | No | Yes | No | No |
@@ -99,7 +99,7 @@ Public IPs have two types of assignments:
99
99
> [!NOTE]
100
100
> Even when you set the allocation method to **static**, you cannot specify the actual IP address assigned to the public IP address resource. Azure assigns the IP address from a pool of available IP addresses in the Azure location the resource is created in.
101
101
102
-
**Basic public IP addresses** are commonly used for when there is no dependency on the IP address.
102
+
**Basic public IP addresses** are commonly used for when there's no dependency on the IP address.
103
103
104
104
For example, a public IP resource is released from a resource named **Resource A**. **Resource A** receives a different IP on start-up if the public IP resource is reassigned. Any associated IP address is released if the allocation method is changed from **static** to **dynamic**. Any associated IP address is unchanged if the allocation method is changed from **dynamic** to **static**. Set the allocation method to **static** to ensure the IP address remains the same.
105
105
@@ -131,14 +131,14 @@ If a custom domain is desired for services that use a public IP, you can use [Az
131
131
132
132
Public IP addresses with a standard SKU can be created as non-zonal, zonal, or zone-redundant in [regions that support availability zones](../../availability-zones/az-region.md).
133
133
134
-
A zone-redundant IP is created in all zones for a region and can survive any single zone failure. A zonal IP is tied to a specific availability zone, and shares fate with the health of the zone. A "non-zonal" public IP addresses is placed into a zone for you by Azure and does not give a guarantee of redundancy.
134
+
A zone-redundant IP is created in all zones for a region and can survive any single zone failure. A zonal IP is tied to a specific availability zone, and shares fate with the health of the zone. A "non-zonal" public IP addresses are placed into a zone for you by Azure and doesn't give a guarantee of redundancy.
135
135
136
136
In regions without availability zones, all public IP addresses are created as non-zonal. Public IP addresses created in a region that is later upgraded to have availability zones remain non-zonal.
137
137
138
138
> [!NOTE]
139
139
> All basic SKU public IP addresses are created as non-zonal. Any IP that is upgraded from a basic SKU to standard SKU remains non-zonal.
140
140
141
-
## Additional public IP address features
141
+
## Other public IP address features
142
142
143
143
There are other attributes that can be used for a public IP address.
144
144
@@ -166,19 +166,19 @@ To learn more about IP address pricing in Azure, review the [IP address pricing]
166
166
167
167
## Limitations for IPv6
168
168
169
-
* VPN gateways cannot be used in a virtual network with IPv6 enabled, either directly or peered with "UseRemoteGateway".
169
+
* VPN gateways can't be used in a virtual network with IPv6 enabled, either directly or peered with "UseRemoteGateway".
170
170
171
171
* Public IPv6 addresses are locked at an idle timeout of 4 minutes.
172
172
173
173
* Azure doesn't support IPv6 communication for containers.
174
174
175
175
* Use of IPv6-only virtual machines or virtual machines scale sets aren't supported. Each NIC must include at least one IPv4 IP configuration (dual-stack).
176
176
177
-
*When adding IPv6 to existing IPv4 deployments, IPv6 ranges can't be added to a virtual network with existing resource navigation links.
177
+
* IPv6 ranges can't be added to a virtual network with existing resource navigation links when adding IPv6 to existing IPv4 deployments.
178
178
179
179
* Forward DNS for IPv6 is supported for Azure public DNS. Reverse DNS isn't supported.
180
180
181
-
* Routing Preference and cross-region load-balancing isn't supported.
181
+
* Routing Preference and cross-region load balancer aren't supported.
182
182
183
183
For more information on IPv6 in Azure, see [here](ipv6-overview.md).
0 commit comments