Skip to content

Commit 5a372ce

Browse files
committed
edits
1 parent ac33317 commit 5a372ce

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/virtual-network/ip-services/create-public-ip-portal.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Follow these steps to create a public IPv4 address with a standard SKU named myS
6262
> [!NOTE]
6363
> In regions with [availability zones](../../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select **No Zone** (default option), a specific zone, or **Zone-redundant**. The choice depends on your specific domain failure requirements. In regions without availability zones, this field won't appear.
6464
65-
You can associate the public IP address you created with a Windows or Linux [virtual machine](../../virtual-machines/overview). For more information, see [Associate a public IP address to a virtual machine](./associate-public-ip-address-vm.md#azure-cli). You can also associate a public IP address with an [Azure Load Balancer](../../load-balancer/load-balancer-overview.md) by assigning it to the load balancer frontend configuration. The public IP address serves as a load-balanced virtual IP address (VIP).
65+
You can associate the public IP address you created with a Windows or Linux [virtual machine](../../virtual-machines/overview.md). For more information, see [Associate a public IP address to a virtual machine](./associate-public-ip-address-vm.md#azure-cli). You can also associate a public IP address with an [Azure Load Balancer](../../load-balancer/load-balancer-overview.md) by assigning it to the load balancer frontend configuration. The public IP address serves as a load-balanced virtual IP address (VIP).
6666

6767
# [**Basic SKU**](#tab/option-1-create-public-ip-basic)
6868

@@ -96,17 +96,17 @@ Follow these steps to create a public IPv4 address with a basic SKU named myBasi
9696

9797
1. Select **Review + create**. After validation succeeds, select **Create**.
9898

99-
If it's acceptable for the IP address to change over time, **Dynamic** IP assignment can be selected by changing the AllocationMethod to **Dynamic**.
99+
If it's acceptable for the IP address to change over time, you can set **IP address assignment** to **Dynamic**.
100100

101-
# [**Routing Preference**](#tab/option-1-create-public-ip-routing-preference)
101+
# [**Routing preference**](#tab/option-1-create-public-ip-routing-preference)
102102

103103
This section shows you how to configure [routing preference](routing-preference-overview.md) via an ISP network (**Internet** option) for a public IP address. After you create the public IP address, you can associate it with the following Azure resources:
104104

105-
- Virtual machine
106-
- Virtual Machine Scale Set
107-
- Azure Kubernetes Service (AKS)
108-
- Internet-facing load balancer
109-
- Application gateway
105+
- Azure Virtual Machines
106+
- Azure Virtual Machine Scale Set
107+
- Azure Kubernetes Service
108+
- Azure Load Balancer
109+
- Azure Application Gateway
110110
- Azure Firewall
111111

112112
By default, the routing preference for public IP address is set to the Microsoft global network for all Azure services and can be associated with any Azure service.
@@ -145,13 +145,13 @@ By default, the routing preference for public IP address is set to the Microsoft
145145
> [!NOTE]
146146
> In regions with [availability zones](../../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select **No Zone** (default option), a specific zone, or **Zone-redundant**. The choice depends on your specific domain failure requirements. In regions without availability zones, this field won't appear.
147147
148-
You can associate the public IP address you created with a Windows or Linux [virtual machine](../../virtual-machines/overview). For more information, see [Associate a public IP address to a virtual machine](./associate-public-ip-address-vm.md#azure-cli). You can also associate a public IP address with an [Azure Load Balancer](../../load-balancer/load-balancer-overview.md) by assigning it to the load balancer frontend configuration. The public IP address serves as a load-balanced virtual IP address (VIP).
148+
You can associate the public IP address you created with a Windows or Linux [virtual machine](../../virtual-machines/overview.md). For more information, see [Associate a public IP address to a virtual machine](./associate-public-ip-address-vm.md#azure-cli). You can also associate a public IP address with an [Azure Load Balancer](../../load-balancer/load-balancer-overview.md) by assigning it to the load balancer frontend configuration. The public IP address serves as a load-balanced virtual IP address (VIP).
149149

150150
# [**Tier**](#tab/option-1-create-public-ip-tier)
151151

152-
Public IP addresses are associated with a single region. The **Global** tier spans an IP address across multiple regions and is required for the frontends of cross-region load balancers.
152+
Public IP addresses are associated with a single region. The **Global** tier spans an IP address across multiple regions and is required for the frontends of cross-region load balancers. For a **Global** tier, **Regions** must be a home region.
153153

154-
For more information, see [Cross-region load balancer](../../load-balancer/cross-region-overview.md).
154+
For more information, see [Cross-region load balancer](../../load-balancer/cross-region-overview.md) and [Home regions](/azure/load-balancer/cross-region-overview#home-regions).
155155

156156
## Create a global tier public IP
157157

67 Bytes
Loading

0 commit comments

Comments
 (0)