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/create-public-ip-portal.md
+31-40Lines changed: 31 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
title: 'Quickstart: Create a public IP address - Azure portal'
3
3
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.
5
5
author: asudbring
6
6
ms.author: allensu
7
7
ms.service: virtual-network
8
8
ms.subservice: ip-services
9
9
ms.topic: quickstart
10
-
ms.date: 03/23/2023
10
+
ms.date: 03/24/2023
11
11
ms.custom: template-quickstart, mode-ui
12
12
---
13
13
14
14
# Quickstart: Create a public IP address using the Azure portal
15
15
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.
17
17
18
18
## Prerequisites
19
19
@@ -27,18 +27,15 @@ Sign in to the [Azure portal](https://portal.azure.com).
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).
31
31
32
-
## Create a standard SKU public IP address
32
+
## Create a Standard SKU public IP address
33
33
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**:
38
35
39
36
1. In the portal, search for and select **Public IP addresses**.
40
37
41
-
1. On the **Public IP addresses** page, select **Create**
38
+
1. On the **Public IP addresses** page, select **Create**.
42
39
43
40
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
44
41
@@ -50,35 +47,32 @@ Follow these steps to create a public IPv4 address with a standard SKU named myS
50
47
-**SKU**: Select **Standard**.
51
48
-**Availability zone**: Select **No Zone**.
52
49
-**Tier**: Select **Regional**.
53
-
-**IP address assignment**: Locked as**Static**.
50
+
-**IP address assignment**: Only option is**Static**.
-**Idle timeout (minutes)**: Keep the default of **4**.
56
53
-**DNS name label**: Leave the value blank.
57
54
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.":::
59
56
60
57
1. Select **Review + create**. After validation succeeds, select **Create**.
61
58
62
59
> [!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.
64
61
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).
>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**.
71
68
72
-
## Create a basic SKU public IP address
69
+
## Create a Basic SKU public IP address
73
70
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:
78
72
79
73
1. In the portal, search for and select **Public IP addresses**.
80
74
81
-
1. On the **Public IP addresses** page, select **Create**
75
+
1. On the **Public IP addresses** page, select **Create**.
82
76
83
77
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
84
78
@@ -92,15 +86,13 @@ Follow these steps to create a public IPv4 address with a basic SKU named myBasi
92
86
-**Idle timeout (minutes)**: Keep the default of **4**.
93
87
-**DNS name label**: Leave the value blank.
94
88
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.":::
96
90
97
91
1. Select **Review + create**. After validation succeeds, select **Create**.
98
92
99
-
If it's acceptable for the IP address to change over time, you can set **IP address assignment** to **Dynamic**.
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:
104
96
105
97
- Azure Virtual Machines
106
98
- Azure Virtual Machine Scale Set
@@ -109,16 +101,18 @@ This section shows you how to configure [routing preference](routing-preference-
109
101
- Azure Application Gateway
110
102
- Azure Firewall
111
103
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.
113
105
114
106
> [!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.
116
108
117
109
## Create a public IP with internet routing
118
110
111
+
Follow these steps to create a public IPv4 address with a Standard SKU and routing preference of **Internet** named myStandardPublicIP-RP:
112
+
119
113
1. In the portal, search for and select **Public IP addresses**.
120
114
121
-
1. On the **Public IP addresses** page, select **Create**
115
+
1. On the **Public IP addresses** page, select **Create**.
122
116
123
117
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
124
118
@@ -130,7 +124,7 @@ By default, the routing preference for public IP address is set to the Microsoft
-**IP address assignment**: Only option is**Static**.
134
128
-**Routing preference**: Select **Internet**.
135
129
-**Idle timeout (minutes)**: Keep the default of **4**.
136
130
-**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
140
134
:::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.":::
141
135
142
136
> [!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.
147
138
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).
149
140
150
141
# [**Tier**](#tab/option-1-create-public-ip-tier)
151
142
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).
155
144
156
145
## Create a global tier public IP
157
146
147
+
Follow these steps to create a public IPv4 address with a Standard SKU and a global tier named myStandardPublicIP-Global:
148
+
158
149
1. In the portal, search for and select **Public IP addresses**.
159
150
160
-
1. On the **Public IP addresses** page, select **Create**
151
+
1. On the **Public IP addresses** page, select **Create**.
161
152
162
153
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
163
154
@@ -169,7 +160,7 @@ For more information, see [Cross-region load balancer](../../load-balancer/cross
0 commit comments