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
| Idle timeout (minutes) | Keep the default of **4**. |
60
+
| DNS name label | Leave the value blank. |
61
+
| Domain name label scope (preview) | Leave the default **None**. |
57
62
58
63
:::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
64
@@ -79,15 +84,20 @@ Follow these steps to create a public IPv4 address with a Basic SKU named myBasi
79
84
80
85
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
81
86
82
-
-**Subscription**: Keep the default or select a different subscription.
83
-
-**Resource group**: Select **Create new**, and then name the group *TestRG*.
84
-
-**Region**: Select **(US) East US 2**.
85
-
-**Name**: Enter *myBasicPublicIP*.
86
-
-**IP Version**: Select **IPv4**.
87
-
-**SKU**: Select **Basic**.
88
-
-**IP address assignment**: Select **Static**.
89
-
-**Idle timeout (minutes)**: Keep the default of **4**.
90
-
-**Domain name label scope (preview)**: Leave the value blank.
87
+
|**Setting**|**Value**|
88
+
|-------------|-----------|
89
+
|**Project details**||
90
+
| Subscription | Keep the default or select a different subscription. |
91
+
| Resource group | Select **Create new**, and then name the group *QuickStartCreateIP-rg*. |
92
+
|**Instance details**||
93
+
| Region | Select **(US) West US 2**. |
94
+
|**Configuration details**||
95
+
| Name | Enter *myBasicPublicIP*. |
96
+
| IP Version | Select **IPv4**. |
97
+
| SKU | Select **Basic**. |
98
+
| IP address assignment | Select **Static**. |
99
+
| Idle timeout (minutes) | Keep the default of **4**. |
100
+
| Domain name label scope (preview) | Leave the default **None**. |
91
101
92
102
:::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.":::
93
103
@@ -119,19 +129,24 @@ Follow these steps to create a public IPv4 address with a Standard SKU and routi
119
129
120
130
1. On the **Basics** tab of the **Create public IP address** screen, enter or select the following values:
121
131
122
-
-**Subscription**: Keep the default or select a different subscription.
123
-
-**Resource group**: Select **Create new**, and then name the group *TestRG*.
| Idle timeout (minutes) | Keep the default of **4**. |
188
+
| DNS name label | Leave the value blank. |
189
+
| Domain name label scope (preview) | Leave the default **None**|
170
190
171
191
1. Select **Review + create**. After validation succeeds, select **Create**.
172
192
173
-
You can associate the IP address you created with a cross-region load balancer. For more information, see [Tutorial: Create a cross-region load balancer using the Azure portal](../../load-balancer/tutorial-cross-region-portal.md).
193
+
You can associate the IP address you created with a cross-region load balancer. For more information, see [Tutorial: Create a cross-region load balancer using the Azure portal](../../load-balancer/tutorial-cross-region-portal.md).
174
194
175
195
---
176
196
177
197
## Clean up resources
178
198
179
199
When you're finished, delete the resource group and all of the resources it contains:
180
200
181
-
1. In the portal, search for and select **TestRG**.
201
+
1. In the portal, search for and select **QuickStartCreateIP-rg**.
182
202
183
-
1. From the **TestRG** screen, select **Delete resource group**.
203
+
1. From the **QuickStartCreateIP-rg** screen, select **Delete resource group**.
184
204
185
-
1. Enter *TestRG* for **Enter resource group name to confirm deletion**, and then select **Delete**.
205
+
1. Enter *QuickStartCreateIP-rg* for **Enter resource group name to confirm deletion**, and then select **Delete**.
>Standard SKU public IP is recommended for production workloads. For more information about SKUs, see **[Public IP addresses](public-ip-addresses.md)**.
45
+
>Standard SKU public IP is recommended for production workloads. For more information about SKUs, see **[Public IP addresses](public-ip-addresses.md)**.
46
46
>
47
-
>The following command works for Az.Network module version 4.5.0 or later. For more information about the PowerShell modules currently being used, please refer to the [PowerShellGet documentation](/powershell/module/powershellget/).
47
+
>The following command works for `Az.Network` module version 4.5.0 or later. For more information about the PowerShell modules currently being used, see the [PowerShellGet documentation](/powershell/module/powershellget/).
48
48
49
49
In this section, you create a public IP with zones. Public IP addresses can be zone-redundant or zonal.
50
50
@@ -65,17 +65,17 @@ $ip = @{
65
65
New-AzPublicIpAddress @ip
66
66
```
67
67
> [!IMPORTANT]
68
-
> For Az.Network modules older than 4.5.0, run the command above without specifying a zone parameter to create a zone-redundant IP address.
68
+
> For `Az.Network` modules older than 4.5.0, run the command above without specifying a zone parameter to create a zone-redundant IP address.
69
69
>
70
70
71
71
# [**Basic SKU**](#tab/create-public-ip-basic)
72
72
73
73
>[!NOTE]
74
-
>Standard SKU public IP is recommended for production workloads. For more information about SKUs, see **[Public IP addresses](public-ip-addresses.md)**.
74
+
>Standard SKU public IP is recommended for production workloads. For more information about SKUs, see **[Public IP addresses](public-ip-addresses.md)**.
75
75
76
76
In this section, you create a basic IP. Basic public IPs don't support availability zones.
77
77
78
-
Use [New-AzPublicIpAddress](/powershell/module/az.network/new-azpublicipaddress) to create a basic static public IPv4 address named **myBasicPublicIP** in **QuickStartCreateIP-rg**.
78
+
Use [New-AzPublicIpAddress](/powershell/module/az.network/new-azpublicipaddress) to create a basic static public IPv4 address named **myBasicPublicIP** in **QuickStartCreateIP-rg**.
79
79
80
80
To create an IPv6 address, modify the **`--IpAddressVersion`** parameter to **IPv6**.
81
81
@@ -93,7 +93,7 @@ New-AzPublicIpAddress @ip
93
93
If it's acceptable for the IP address to change over time, **Dynamic** IP assignment can be selected by changing the **`-AllocationMethod`** to **Dynamic**.
In this section, you create a non-zonal IP address.
127
+
In this section, you create a non-zonal IP address.
128
128
129
129
>[!NOTE]
130
-
>The following command works for Az.Network module version 4.5.0 or later. For more information about the PowerShell modules currently being used, please refer to the [PowerShellGet documentation](/powershell/module/powershellget/).
130
+
>The following command works for `Az.Network` module version 4.5.0 or later. For more information about the PowerShell modules currently being used, see the [PowerShellGet documentation](/powershell/module/powershellget/).
131
131
132
132
Use [New-AzPublicIpAddress](/powershell/module/az.network/new-azpublicipaddress) to create a standard public IPv4 address as a non-zonal resource named **myStandardPublicIP-nozone** in **QuickStartCreateIP-rg**.
133
133
@@ -144,7 +144,7 @@ $ip = @{
144
144
}
145
145
New-AzPublicIpAddress @ip
146
146
```
147
-
The removal of the **`-Zone`** parameter in the command is valid in all regions.
147
+
The removal of the **`-Zone`** parameter in the command is valid in all regions.
148
148
149
149
The removal of the **`-Zone`** parameter is the default selection for standard public IP addresses in regions without [Availability Zones](../../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
150
150
@@ -156,9 +156,9 @@ Standard SKU static public IPv4 addresses support Routing Preference or the Glob
By default, the routing preference for public IP addresses is set to **Microsoft network**, which delivers traffic over Microsoft's global wide area network to the user.
159
+
By default, the routing preference for public IP addresses is set to **Microsoft network**, which delivers traffic over Microsoft's global wide area network to the user.
160
160
161
-
The selection of **Internet** minimizes travel on Microsoft's network, instead using the transit ISP network to deliver traffic at a cost-optimized rate.
161
+
The selection of **Internet** minimizes travel on Microsoft's network, instead using the transit ISP network to deliver traffic at a cost-optimized rate.
162
162
163
163
For more information on routing preference, see [What is routing preference (preview)?](routing-preference-overview.md).
164
164
@@ -188,7 +188,7 @@ New-AzPublicIpAddress @ip
188
188
189
189
# [**Tier**](#tab/tier)
190
190
191
-
Public IP addresses are associated with a single region. The **Global** tier spans an IP address across multiple regions. **Global** tier is required for the frontends of cross-region load balancers.
191
+
Public IP addresses are associated with a single region. The **Global** tier spans an IP address across multiple regions. **Global** tier is required for the frontends of cross-region load balancers.
192
192
193
193
For more information, see [Cross-region load balancer](../../load-balancer/cross-region-overview.md).
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/create-public-ip-template.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ ms.author: mbender
8
8
ms.service: azure-virtual-network
9
9
ms.subservice: ip-services
10
10
ms.topic: quickstart
11
-
ms.date: 08/24/2023
12
-
ms.custom: mode-other
11
+
ms.date: 01/08/2025
13
12
---
14
13
15
14
# Quickstart: Create a public IP address using a Resource Manager template
@@ -151,7 +150,7 @@ Template section to add:
151
150
If it's acceptable for the IP address to change over time, **publicIPAllocationMethod** IP assignment can be selected by changing the AllocationMethod to **Dynamic**.
0 commit comments