Skip to content

Commit a8dc2ea

Browse files
authored
Merge pull request #292717 from mbender-ms/ip-create-qs
ip services | freshness | Quickstarts
2 parents c132a86 + 5953679 commit a8dc2ea

File tree

5 files changed

+101
-82
lines changed

5 files changed

+101
-82
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ In this quickstart, you learn how to create an Azure public IP address. Public I
2828

2929
An Azure resource group is a logical container into which Azure resources are deployed and managed.
3030

31-
Create a resource group with [az group create](/cli/azure/group#az-group-create) named **QuickStartCreateIP-rg** in the **eastus2** location.
31+
Create a resource group with [az group create](/cli/azure/group#az-group-create) named **QuickStartCreateIP-rg** in the **westus2** location.
3232

3333
```azurecli-interactive
3434
az group create \
3535
--name QuickStartCreateIP-rg \
36-
--location eastus2
36+
--location westus2
3737
```
3838
## Create public IP
3939

@@ -95,7 +95,7 @@ To create an IPv6 address, modify the **`--version`** parameter to **IPv6**.
9595

9696
```azurecli-interactive
9797
az network public-ip create \
98-
--resource-group QuickStartCreateIP-rgLB \
98+
--resource-group QuickStartCreateIP-rg \
9999
--name myStandardPublicIP-zonal \
100100
--version IPv4 \
101101
--sku Standard \
@@ -167,7 +167,7 @@ The following command creates a global IPv4 address. This address can be associa
167167
--name myStandardPublicIP-Global \
168168
--version IPv4 \
169169
--tier global \
170-
--sku Standard \
170+
--sku Standard
171171
```
172172
>[!NOTE]
173173
>Global tier addresses don't support Availability Zones.

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

Lines changed: 72 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,24 @@ Follow these steps to create a public IPv4 address with a Standard SKU named myS
4141

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

44-
- **Subscription**: Keep the default or select a different subscription.
45-
- **Resource group**: Select **Create new**, and then name the group *TestRG*.
46-
- **Region**: Select **(US) East US 2**.
47-
- **Name**: Enter *myStandardPublicIP*.
48-
- **IP Version**: Select **IPv4**.
49-
- **SKU**: Select **Standard**.
50-
- **Availability zone**: Select **No Zone**.
51-
- **Tier**: Select **Regional**.
52-
- **IP address assignment**: Only option is **Static**.
53-
- **Routing preference**: Select **Microsoft network**.
54-
- **Idle timeout (minutes)**: Keep the default of **4**.
55-
- **DNS name label**: Leave the value blank.
56-
- **Domain name label scope (preview)**: Leave the value blank.
44+
| **Setting** | **Value** |
45+
|--------------------------------|--------------------------------|
46+
| **Project details** | |
47+
| Subscription | Keep the default or select a different subscription. |
48+
| Resource group | Select **Create new**, and then name the group *QuickStartCreateIP-rg*. |
49+
| **Instance details** | |
50+
| Region | Select **(US) West US 2**. |
51+
| **Configuration details** | |
52+
| Name | Enter *myStandardPublicIP*. |
53+
| IP Version | Select **IPv4**. |
54+
| SKU | Select **Standard**. |
55+
| Availability zone | Select **No Zone**. |
56+
| Tier | Select **Regional**. |
57+
| IP address assignment | Only option is **Static**. |
58+
| Routing preference | Select **Microsoft network**. |
59+
| 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**. |
5762

5863
:::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.":::
5964

@@ -79,15 +84,20 @@ Follow these steps to create a public IPv4 address with a Basic SKU named myBasi
7984

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

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**. |
91101

92102
:::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.":::
93103

@@ -119,19 +129,24 @@ Follow these steps to create a public IPv4 address with a Standard SKU and routi
119129

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

122-
- **Subscription**: Keep the default or select a different subscription.
123-
- **Resource group**: Select **Create new**, and then name the group *TestRG*.
124-
- **Region**: Select **(US) East US 2**.
125-
- **Name**: Enter *myStandardPublicIP-RP*.
126-
- **IP Version**: Select **IPv4**.
127-
- **SKU**: Select **Standard**.
128-
- **Availability zone**: Select **Zone-redundant**.
129-
- **Tier**: Select **Regional**.
130-
- **IP address assignment**: Only option is **Static**.
131-
- **Routing preference**: Select **Internet**.
132-
- **Idle timeout (minutes)**: Keep the default of **4**.
133-
- **DNS name label**: Leave the value blank.
134-
- **Domain name label scope (preview)**: Leave the value blank.
132+
| **Setting** | **Value** |
133+
|-------------------------------|------------------------------------|
134+
| **Project details** | |
135+
| Subscription | Keep the default or select a different subscription. |
136+
| Resource group | Select **Create new**, and then name the group *QuickStartCreateIP-rg*. |
137+
| **Instance details** | |
138+
| Region | Select **(US) West US 2**. |
139+
| **Configuration details** | |
140+
| Name | Enter *myStandardPublicIP-RP*. |
141+
| IP Version | Select **IPv4**. |
142+
| SKU | Select **Standard**. |
143+
| Availability zone | Select **Zone-redundant**. |
144+
| Tier | Select **Regional**. |
145+
| IP address assignment | Only option is **Static**. |
146+
| Routing preference | Select **Internet**. |
147+
| Idle timeout (minutes) | Keep the default of **4**. |
148+
| DNS name label | Leave the value blank. |
149+
| Domain name label scope (preview) | Leave the default **None** |
135150

136151
1. Select **Review + create**. After validation succeeds, select **Create**.
137152

@@ -154,35 +169,40 @@ Follow these steps to create a public IPv4 address with a Standard SKU and a glo
154169

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

157-
- **Subscription**: Keep the default or select a different subscription.
158-
- **Resource group**: Select **Create new**, and then name the group *TestRG*.
159-
- **Region**: Select **(US) East US 2**.
160-
- **Name**: Enter *myStandardPublicIP-Global*.
161-
- **IP Version**: Select **IPv4**.
162-
- **SKU**: Select **Standard**.
163-
- **Availability zone**: Select **Zone-redundant**.
164-
- **Tier**: Select **Global**.
165-
- **IP address assignment**: Only option is **Static**.
166-
- **Routing preference**: Select **Microsoft network**.
167-
- **Idle timeout (minutes)**: Keep the default of **4**.
168-
- **DNS name label**: Leave the value blank.
169-
- **Domain name label scope (preview)**: Leave the value blank.
172+
| **Setting** | **Value** |
173+
|-------------------------------|------------------------------------|
174+
| **Project details** | |
175+
| Subscription | Keep the default or select a different subscription. |
176+
| Resource group | Select **Create new**, and then name the group *QuickStartCreateIP-rg*. |
177+
| **Instance details** | |
178+
| Region | Select **(US) West US 2**. |
179+
| **Configuration details** | |
180+
| Name | Enter *myStandardPublicIP-Global*. |
181+
| IP Version | Select **IPv4**. |
182+
| SKU | Select **Standard**. |
183+
| Availability zone | Select **Zone-redundant**. |
184+
| Tier | Select **Global**. |
185+
| IP address assignment | Only option is **Static**. |
186+
| Routing preference | Select **Microsoft network**. |
187+
| 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** |
170190

171191
1. Select **Review + create**. After validation succeeds, select **Create**.
172192

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).
174194

175195
---
176196

177197
## Clean up resources
178198

179199
When you're finished, delete the resource group and all of the resources it contains:
180200

181-
1. In the portal, search for and select **TestRG**.
201+
1. In the portal, search for and select **QuickStartCreateIP-rg**.
182202

183-
1. From the **TestRG** screen, select **Delete resource group**.
203+
1. From the **QuickStartCreateIP-rg** screen, select **Delete resource group**.
184204

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**.
186206

187207
## Next steps
188208

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbender
77
ms.service: azure-virtual-network
88
ms.subservice: ip-services
99
ms.topic: quickstart
10-
ms.date: 08/24/2023
10+
ms.date: 01/08/2025
1111
ms.custom: mode-api, devx-track-azurepowershell
1212
---
1313

@@ -42,9 +42,9 @@ New-AzResourceGroup @rg
4242
# [**Standard SKU**](#tab/create-public-ip-standard)
4343

4444
>[!NOTE]
45-
>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)**.
4646
>
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/).
4848
4949
In this section, you create a public IP with zones. Public IP addresses can be zone-redundant or zonal.
5050

@@ -65,17 +65,17 @@ $ip = @{
6565
New-AzPublicIpAddress @ip
6666
```
6767
> [!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.
6969
>
7070
7171
# [**Basic SKU**](#tab/create-public-ip-basic)
7272

7373
>[!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)**.
7575
7676
In this section, you create a basic IP. Basic public IPs don't support availability zones.
7777

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**.
7979

8080
To create an IPv6 address, modify the **`--IpAddressVersion`** parameter to **IPv6**.
8181

@@ -93,7 +93,7 @@ New-AzPublicIpAddress @ip
9393
If it's acceptable for the IP address to change over time, **Dynamic** IP assignment can be selected by changing the **`-AllocationMethod`** to **Dynamic**.
9494

9595
>[!NOTE]
96-
> A basic IPv6 address must always be 'Dynamic'.
96+
> A basic IPv6 address must always be `Dynamic`.
9797
9898
---
9999

@@ -124,10 +124,10 @@ New-AzPublicIpAddress @ip
124124
125125
# [**Non-zonal**](#tab/create-public-ip-non-zonal)
126126

127-
In this section, you create a non-zonal IP address.
127+
In this section, you create a non-zonal IP address.
128128

129129
>[!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/).
131131
132132
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**.
133133

@@ -144,7 +144,7 @@ $ip = @{
144144
}
145145
New-AzPublicIpAddress @ip
146146
```
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.
148148

149149
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).
150150

@@ -156,9 +156,9 @@ Standard SKU static public IPv4 addresses support Routing Preference or the Glob
156156

157157
# [**Routing Preference**](#tab/routing-preference)
158158

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

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

163163
For more information on routing preference, see [What is routing preference (preview)?](routing-preference-overview.md).
164164

@@ -188,7 +188,7 @@ New-AzPublicIpAddress @ip
188188

189189
# [**Tier**](#tab/tier)
190190

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

193193
For more information, see [Cross-region load balancer](../../load-balancer/cross-region-overview.md).
194194

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.author: mbender
88
ms.service: azure-virtual-network
99
ms.subservice: ip-services
1010
ms.topic: quickstart
11-
ms.date: 08/24/2023
12-
ms.custom: mode-other
11+
ms.date: 01/08/2025
1312
---
1413

1514
# Quickstart: Create a public IP address using a Resource Manager template
@@ -151,7 +150,7 @@ Template section to add:
151150
If it's acceptable for the IP address to change over time, **publicIPAllocationMethod** IP assignment can be selected by changing the AllocationMethod to **Dynamic**.
152151

153152
>[!NOTE]
154-
> A basic IPv6 address must always be 'Dynamic'.
153+
> A basic IPv6 address must always be `Dynamic`.
155154

156155
## Routing preference and tier
157156

0 commit comments

Comments
 (0)