Skip to content

Commit 6bb8a39

Browse files
committed
updates to qs docs
1 parent 77fd319 commit 6bb8a39

File tree

3 files changed

+71
-64
lines changed

3 files changed

+71
-64
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: 57 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,21 @@ Follow these steps to create a public IPv4 address with a Standard SKU named myS
4040
1. On the **Public IP addresses** page, select **Create**.
4141

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

5859
:::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.":::
5960

@@ -79,15 +80,17 @@ Follow these steps to create a public IPv4 address with a Basic SKU named myBasi
7980

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

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.
83+
| **Setting** | **Value** |
84+
|-------------|-----------|
85+
| Subscription | Keep the default or select a different subscription. |
86+
| Resource group | Select **Create new**, and then name the group *TestRG*. |
87+
| Region | Select **(US) East US 2**. |
88+
| Name | Enter *myBasicPublicIP*. |
89+
| IP Version | Select **IPv4**. |
90+
| SKU | Select **Basic**. |
91+
| IP address assignment | Select **Static**. |
92+
| Idle timeout (minutes) | Keep the default of **4**. |
93+
| Domain name label scope (preview) | Leave the value blank. |
9194

9295
:::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.":::
9396

@@ -119,19 +122,21 @@ Follow these steps to create a public IPv4 address with a Standard SKU and routi
119122

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

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.
125+
| **Setting** | **Value** |
126+
|-------------------------------|------------------------------------|
127+
| Subscription | Keep the default or select a different subscription. |
128+
| Resource group | Select **Create new**, and then name the group *TestRG*. |
129+
| Region | Select **(US) East US 2**. |
130+
| Name | Enter *myStandardPublicIP-RP*. |
131+
| IP Version | Select **IPv4**. |
132+
| SKU | Select **Standard**. |
133+
| Availability zone | Select **Zone-redundant**. |
134+
| Tier | Select **Regional**. |
135+
| IP address assignment | Only option is **Static**. |
136+
| Routing preference | Select **Internet**. |
137+
| Idle timeout (minutes) | Keep the default of **4**. |
138+
| DNS name label | Leave the value blank. |
139+
| Domain name label scope (preview) | Leave the value blank. |
135140

136141
1. Select **Review + create**. After validation succeeds, select **Create**.
137142

@@ -154,23 +159,25 @@ Follow these steps to create a public IPv4 address with a Standard SKU and a glo
154159

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

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.
162+
| **Setting** | **Value** |
163+
|-------------------------------|------------------------------------|
164+
| Subscription | Keep the default or select a different subscription. |
165+
| Resource group | Select **Create new**, and then name the group *TestRG*. |
166+
| Region | Select **(US) East US 2**. |
167+
| Name | Enter *myStandardPublicIP-Global*. |
168+
| IP Version | Select **IPv4**. |
169+
| SKU | Select **Standard**. |
170+
| Availability zone | Select **Zone-redundant**. |
171+
| Tier | Select **Global**. |
172+
| IP address assignment | Only option is **Static**. |
173+
| Routing preference | Select **Microsoft network**. |
174+
| Idle timeout (minutes) | Keep the default of **4**. |
175+
| DNS name label | Leave the value blank. |
176+
| Domain name label scope (preview) | Leave the value blank. |
170177

171178
1. Select **Review + create**. After validation succeeds, select **Create**.
172179

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).
180+
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).
174181

175182
---
176183

0 commit comments

Comments
 (0)