Skip to content

Commit f8bf2bf

Browse files
committed
acrolinx
1 parent c9393ca commit f8bf2bf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/virtual-network/ip-services/public-ip-addresses.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Public IP addresses allow Internet resources to communicate inbound to Azure res
1717

1818
In Azure Resource Manager, a [public IP](virtual-network-public-ip-address.md) address is a resource that has its own properties.
1919

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:
2121

2222
* Virtual machine network interfaces
2323

24-
* Virtual machine scale sets
24+
* Virtual Machine Scale Sets
2525

2626
* Public Load Balancers
2727

@@ -41,16 +41,16 @@ For Virtual Machine Scale Sets, use [Public IP Prefixes](public-ip-address-prefi
4141

4242
## At-a-glance
4343

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.
4545

4646
| Top-level resource | IP Address association | Dynamic IPv4 | Static IPv4 | Dynamic IPv6 | Static IPv6 |
4747
| --- | --- | --- | --- | --- | --- |
4848
| Virtual machine |Network interface |Yes | Yes | Yes | Yes |
49-
| Public Load balancer |Front-end configuration |Yes | Yes | Yes |Yes |
50-
| 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 |
49+
| Public Load Balancer |Front-end configuration |Yes | Yes | Yes |Yes |
50+
| 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 |
5252
| 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 |
5454
| Azure Firewall | Front-end configuration | No | Yes | No | No |
5555
| Bastion Host | Public IP configuration | No | Yes | No | No |
5656
| Route Server | Front-end configuration | No | Yes | No | No |
@@ -99,7 +99,7 @@ Public IPs have two types of assignments:
9999
> [!NOTE]
100100
> 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.
101101
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.
103103

104104
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.
105105

@@ -131,14 +131,14 @@ If a custom domain is desired for services that use a public IP, you can use [Az
131131

132132
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).
133133

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.
135135

136136
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.
137137

138138
> [!NOTE]
139139
> 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.
140140
141-
## Additional public IP address features
141+
## Other public IP address features
142142

143143
There are other attributes that can be used for a public IP address.
144144

@@ -166,19 +166,19 @@ To learn more about IP address pricing in Azure, review the [IP address pricing]
166166

167167
## Limitations for IPv6
168168

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".
170170

171171
* Public IPv6 addresses are locked at an idle timeout of 4 minutes.
172172

173173
* Azure doesn't support IPv6 communication for containers.
174174

175175
* 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).
176176

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.
178178

179179
* Forward DNS for IPv6 is supported for Azure public DNS. Reverse DNS isn't supported.
180180

181-
* Routing Preference and cross-region load-balancing isn't supported.
181+
* Routing Preference and cross-region load balancer aren't supported.
182182

183183
For more information on IPv6 in Azure, see [here](ipv6-overview.md).
184184

0 commit comments

Comments
 (0)