Skip to content

Commit c5337d9

Browse files
committed
Edits
1 parent f083029 commit c5337d9

File tree

1 file changed

+31
-40
lines changed

1 file changed

+31
-40
lines changed

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

Lines changed: 31 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: 'Quickstart: Create a public IP address - Azure portal'
33
titleSuffix: Azure Virtual Network
4-
description: In this quickstart, learn how to create a standard or basic SKU public IP address. You also learn about routing preferences and tiers.
4+
description: In this quickstart, you learn how to create a public IP address for a Standard SKU and a Basic SKU. You also learn about routing preferences and tiers.
55
author: asudbring
66
ms.author: allensu
77
ms.service: virtual-network
88
ms.subservice: ip-services
99
ms.topic: quickstart
10-
ms.date: 03/23/2023
10+
ms.date: 03/24/2023
1111
ms.custom: template-quickstart, mode-ui
1212
---
1313

1414
# Quickstart: Create a public IP address using the Azure portal
1515

16-
In this quickstart, you learn how to create an Azure public IP address. You use public IP addresses in Azure for public connections to Azure resources. Public IP addresses are available in two SKUs: basic, and standard. Two tiers of public IP addresses are available: regional, and global. You set the routing preference of a public IP address when it's created: Internet routing or Microsoft network routing.
16+
In this quickstart, you learn how to create Azure public IP addresses, which you use for public connections to Azure resources. Public IP addresses are available in two SKUs: Basic and Standard. Two tiers of public IP addresses are available: regional and global. You can also set the routing preference of a public IP address when you create it: Microsoft network or Internet.
1717

1818
## Prerequisites
1919

@@ -27,18 +27,15 @@ Sign in to the [Azure portal](https://portal.azure.com).
2727

2828
# [**Standard SKU**](#tab/option-1-create-public-ip-standard)
2929

30-
A public IP address with a standard SKU is recommended for production workloads. For more information about SKUs, see [Public IP addresses](public-ip-addresses.md#sku).
30+
A public IP address with a Standard SKU is recommended for production workloads. For more information about SKUs, see [Public IP addresses](public-ip-addresses.md#sku).
3131

32-
## Create a standard SKU public IP address
32+
## Create a Standard SKU public IP address
3333

34-
Follow these steps to create a public IPv4 address with a standard SKU named myStandardPublicIP.
35-
36-
> [!NOTE]
37-
>To create an IPv6 address, choose **IPv6** for the **IP Version** parameter. If your deployment requires a dual stack configuration (IPv4 and IPv6 address), choose **Both**.
34+
Follow these steps to create a public IPv4 address with a Standard SKU named myStandardPublicIP. To create an IPv6 address instead, choose **IPv6** for the **IP Version**:
3835

3936
1. In the portal, search for and select **Public IP addresses**.
4037

41-
1. On the **Public IP addresses** page, select **Create**
38+
1. On the **Public IP addresses** page, select **Create**.
4239

4340
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
4441

@@ -50,35 +47,32 @@ Follow these steps to create a public IPv4 address with a standard SKU named myS
5047
- **SKU**: Select **Standard**.
5148
- **Availability zone**: Select **No Zone**.
5249
- **Tier**: Select **Regional**.
53-
- **IP address assignment**: Locked as **Static**.
50+
- **IP address assignment**: Only option is **Static**.
5451
- **Routing preference**: Select **Microsoft network**.
5552
- **Idle timeout (minutes)**: Keep the default of **4**.
5653
- **DNS name label**: Leave the value blank.
5754

58-
:::image type="content" source="./media/create-public-ip-portal/create-standard-ip.png" alt-text="Screenshot that shows the Create public IP address Basics tab for a Standard SKU setting.":::
55+
:::image type="content" source="./media/create-public-ip-portal/create-standard-ip.png" alt-text="Screenshot that shows the Create public IP address Basics tab settings for a Standard SKU.":::
5956

6057
1. Select **Review + create**. After validation succeeds, select **Create**.
6158

6259
> [!NOTE]
63-
> 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.
60+
> 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), a specific zone, or **Zone-redundant**. The choice depends on your specific domain failure requirements. In regions without availability zones, this field doesn't appear.
6461
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).
62+
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 front-end configuration. The public IP address serves as a load-balanced virtual IP address (VIP).
6663

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

6966
>[!NOTE]
70-
>A public IP address with a standard SKU is recommended for production workloads. For more information about SKUs, see [Public IP addresses](public-ip-addresses.md#sku).
67+
>A public IP address with a Standard SKU is recommended for production workloads. For more information about SKUs, see [Public IP addresses](public-ip-addresses.md#sku). Basic SKU public IPs don't support availability zones. If it's acceptable for the IP address to change over time, you can set **IP address assignment** to **Dynamic** instead of **Static**.
7168
72-
## Create a basic SKU public IP address
69+
## Create a Basic SKU public IP address
7370

74-
Follow these steps to create a public IPv4 address with a basic SKU named myBasicPublicIP.
75-
76-
> [!NOTE]
77-
> Basic public IPs don't support availability zones.
71+
Follow these steps to create a public IPv4 address with a Basic SKU named myBasicPublicIP:
7872

7973
1. In the portal, search for and select **Public IP addresses**.
8074

81-
1. On the **Public IP addresses** page, select **Create**
75+
1. On the **Public IP addresses** page, select **Create**.
8276

8377
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
8478

@@ -92,15 +86,13 @@ Follow these steps to create a public IPv4 address with a basic SKU named myBasi
9286
- **Idle timeout (minutes)**: Keep the default of **4**.
9387
- **DNS name label**: Leave the value blank.
9488

95-
:::image type="content" source="./media/create-public-ip-portal/create-basic-ip.png" alt-text="Screenshot that shows the Create public IP address Basics tab for a Basic SKU setting.":::
89+
:::image type="content" source="./media/create-public-ip-portal/create-basic-ip.png" alt-text="Screenshot that shows the Create public IP address Basics tab settings for a Basic SKU.":::
9690

9791
1. Select **Review + create**. After validation succeeds, select **Create**.
9892

99-
If it's acceptable for the IP address to change over time, you can set **IP address assignment** to **Dynamic**.
100-
10193
# [**Routing preference**](#tab/option-1-create-public-ip-routing-preference)
10294

103-
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:
95+
This section shows you how to configure the [routing preference](routing-preference-overview.md) for 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:
10496

10597
- Azure Virtual Machines
10698
- Azure Virtual Machine Scale Set
@@ -109,16 +101,18 @@ This section shows you how to configure [routing preference](routing-preference-
109101
- Azure Application Gateway
110102
- Azure Firewall
111103

112-
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.
104+
By default, the routing preference for a public IP address is set to the Microsoft global network for all Azure services and can be associated with any Azure service.
113105

114106
> [!NOTE]
115-
>To create an IPv6 address, choose **IPv6** for the **IP Version** parameter. If your deployment requires a dual stack configuration (IPv4 and IPv6 address), choose **Both**.
107+
> Although you can create a public IP address with either an IPv4 or IPv6 address, the **Internet** option of **Routing preference** supports only IPv4.
116108
117109
## Create a public IP with internet routing
118110

111+
Follow these steps to create a public IPv4 address with a Standard SKU and routing preference of **Internet** named myStandardPublicIP-RP:
112+
119113
1. In the portal, search for and select **Public IP addresses**.
120114

121-
1. On the **Public IP addresses** page, select **Create**
115+
1. On the **Public IP addresses** page, select **Create**.
122116

123117
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
124118

@@ -130,7 +124,7 @@ By default, the routing preference for public IP address is set to the Microsoft
130124
- **SKU**: Select **Standard**.
131125
- **Availability zone**: Select **Zone-redundant**.
132126
- **Tier**: Select **Regional**.
133-
- **IP address assignment**: Locked as **Static**.
127+
- **IP address assignment**: Only option is **Static**.
134128
- **Routing preference**: Select **Internet**.
135129
- **Idle timeout (minutes)**: Keep the default of **4**.
136130
- **DNS name label**: Leave the value blank.
@@ -140,24 +134,21 @@ By default, the routing preference for public IP address is set to the Microsoft
140134
:::image type="content" source="./media/create-public-ip-portal/routing-preference.png" alt-text="Screenshot that shows the Create public IP address Basics tab for a Standard SKU and internet routing setting.":::
141135

142136
> [!NOTE]
143-
> Public IP addresses are created with an IPv4 or IPv6 address. However, routing preference only supports IPV4 currently.
144-
145-
> [!NOTE]
146-
> 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.
137+
> 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), a specific zone, or **Zone-redundant**. The choice depends on your specific domain failure requirements. In regions without availability zones, this field doesn't appear.
147138
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).
139+
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 front-end configuration. The public IP address serves as a load-balanced virtual IP address (VIP).
149140

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

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.
153-
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).
143+
Public IP addresses are associated with a single region. The **Global** tier spans an IP address across multiple regions and is required for the front ends of cross-region load balancers. For a **Global** tier, **Region** must be a home region. 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).
155144

156145
## Create a global tier public IP
157146

147+
Follow these steps to create a public IPv4 address with a Standard SKU and a global tier named myStandardPublicIP-Global:
148+
158149
1. In the portal, search for and select **Public IP addresses**.
159150

160-
1. On the **Public IP addresses** page, select **Create**
151+
1. On the **Public IP addresses** page, select **Create**.
161152

162153
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
163154

@@ -169,7 +160,7 @@ For more information, see [Cross-region load balancer](../../load-balancer/cross
169160
- **SKU**: Select **Standard**.
170161
- **Availability zone**: Select **Zone-redundant**.
171162
- **Tier**: Select **Global**.
172-
- **IP address assignment**: Locked as **Static**.
163+
- **IP address assignment**: Only option is **Static**.
173164
- **Routing preference**: Select **Microsoft network**.
174165
- **Idle timeout (minutes)**: Keep the default of **4**.
175166
- **DNS name label**: Leave the value blank.
@@ -196,4 +187,4 @@ When you're finished, delete the resource group and all of the resources it cont
196187

197188
Advance to the next article to learn how to create a public IP prefix:
198189
> [!div class="nextstepaction"]
199-
> [Create public IP prefix using the Azure portal](create-public-ip-prefix-portal.md)
190+
> [Create a public IP prefix using the Azure portal](create-public-ip-prefix-portal.md)

0 commit comments

Comments
 (0)