Skip to content

Commit 3d8a304

Browse files
committed
fixing a few more problems
1 parent f0c2cc9 commit 3d8a304

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Create a resource group with [az group create](/cli/azure/group#az-group-create)
3838
```
3939
## Create public IP
4040

41-
# [**Standard SKU**](#tab/create-public-ip-standard)
41+
# [**Zone-Redundant Standard SKU**](#tab/create-public-ip-standard)
4242

4343
### Create a standard zone-redundant IP address
4444

@@ -65,7 +65,7 @@ To create an IPv6 address, modify the `--version` parameter to **IPv6**.
6565
> For versions of the API older than 2020-08-01, execute the command without specifying a `--zone` parameter to create a zone-redundant IP address.
6666
>
6767
68-
# [**Standardv2 SKU**](#tab/create-public-ip-standardv2)
68+
# [**Zone-Redundant Standardv2 SKU**](#tab/create-public-ip-standardv2)
6969

7070
### Create a standard v2 zone-redundant IP address
7171

@@ -90,7 +90,7 @@ To create an IPv6 address, modify the `--version` parameter to **IPv6**.
9090
> For versions of the API older than 2020-08-01, execute the command without specifying a `--zone` parameter to create a zone-redundant IP address.
9191
>
9292
93-
# [**Zonal Standard SKU **](#tab/create-public-ip-zonal)
93+
# [**Zonal Standard SKU**](#tab/create-public-ip-zonal)
9494

9595
### Create a zonal IP address
9696

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ New-AzResourceGroup @rg
4040
```
4141
## Create public IP
4242

43-
# [**Standard SKU**](#tab/create-public-ip-standard)
43+
# [**Zone-Redundant Standard SKU**](#tab/create-public-ip-standard)
4444

4545
### Create a standard zone-redundant IP address
4646

@@ -71,7 +71,7 @@ New-AzPublicIpAddress @ip
7171
> 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.
7272
>
7373
74-
# [**Standardv2 SKU**](#tab/create-public-ip-standardv2)
74+
# [**Zone-Redundant Standardv2 SKU**](#tab/create-public-ip-standardv2)
7575

7676
>[!NOTE]
7777
>Standard v2 SKU public IP is required for use of the Standard v2 NAT Gateway with zone-redundancy. For more information about SKUs, see **[Public IP addresses](public-ip-addresses.md)**.
@@ -98,7 +98,7 @@ New-AzPublicIpAddress @ip
9898
> 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.
9999
>
100100
101-
# [**Basic SKU**](#tab/create-public-ip-basic)
101+
# [**Zonal Standard SKU**](#tab/create-public-ip-zonal)
102102

103103
In this section, you learn how to create a zonal public IP address.
104104

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Create a public IP prefix with [az network public-ip prefix create](/cli/azure/n
5454

5555
## IPv4
5656

57-
# [**Zone redundant Standard IPv4 prefix**](#tab/ipv4-zone-redundant)
57+
# [**Zone-Redundant Standard IPv4 prefix**](#tab/ipv4-zone-redundant)
5858

5959
To create a IPv4 public IP prefix, enter **IPv4** in the `--version` parameter. To create a zone redundant IPv4 prefix, enter **1 2 3** in the parameter.
6060

@@ -69,7 +69,7 @@ To create a IPv4 public IP prefix, enter **IPv4** in the `--version` parameter.
6969
--zone 1 2 3
7070
```
7171

72-
# [**Zone redundant Standard v2 IPv4 prefix**](#tab/ipv4-v2-zone-redundant)
72+
# [**Zone-Redundant Standard v2 IPv4 prefix**](#tab/ipv4-v2-zone-redundant)
7373

7474
To create a IPv4 public IP prefix, enter **IPv4** in the `--version` parameter. All Standardv2 IPv6 public IP prefixes must be zone-redundant, so enter **1 2 3** in the parameter.
7575

@@ -138,7 +138,7 @@ To create a IPv4 public IP prefix with routing preference Internet, enter **Rout
138138

139139
## IPv6
140140

141-
# [**Zone redundant Standard IPv6 prefix**](#tab/ipv6-zone-redundant)
141+
# [**Zone-Redundant Standard IPv6 prefix**](#tab/ipv6-zone-redundant)
142142

143143
To create a IPv6 public IP prefix, enter **IPv6** in the `--version` parameter. To create a zone redundant IPv6 prefix, enter **1 2 3** in the `--zone` parameter.
144144

@@ -153,7 +153,7 @@ To create a IPv6 public IP prefix, enter **IPv6** in the `--version` parameter.
153153
--zone 1 2 3
154154
```
155155

156-
# [**Zone redundant Standard v2 IPv6 prefix**](#tab/ipv6-v2-zone-redundant)
156+
# [**Zone-Redundant Standard v2 IPv6 prefix**](#tab/ipv6-v2-zone-redundant)
157157

158158
To create a Standard IPv6 public IP prefix, enter **IPv6** in the `--version` parameter. All Standardv2 IPv6 public IP prefixes must be zone-redundant, so enter **1 2 3** in the `--zone` parameter.
159159

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Create a public IP prefix with [New-AzPublicIpPrefix](/powershell/module/az.netw
5656

5757
## IPv4
5858

59-
# [**Zone redundant Standard IPv4 prefix**](#tab/ipv4-zone-redundant)
59+
# [**Zone-Redundant Standard IPv4 prefix**](#tab/ipv4-zone-redundant)
6060

6161
To create a IPv4 Standard public IP prefix, enter **IPv4** in the `-IpAddressVersion` parameter. To create a zone redundant IPv4 prefix, enter **1,2,3** in the `-Zone` parameter.
6262

@@ -73,7 +73,7 @@ $ipv4 =@{
7373
New-AzPublicIpPrefix @ipv4
7474
```
7575

76-
# [**Zone redundant Standardv2 IPv4 prefix**](#tab/ipv4-v2-zone-redundant)
76+
# [**Zone-Redundant Standardv2 IPv4 prefix**](#tab/ipv4-v2-zone-redundant)
7777

7878
To create a IPv4 Standard v2 public IP prefix, enter **IPv4** in the `-IpAddressVersion` parameter. All Standardv2 IPv4 public IP prefixes must be zone-redundant, so enter **1,2,3** in the `-Zone` parameter.
7979

@@ -152,7 +152,7 @@ New-AzPublicIpPrefix @ipv4
152152

153153
## IPv6
154154

155-
# [**Zone redundant Standard IPv6 prefix**](#tab/ipv6-zone-redundant)
155+
# [**Zone-Redundant Standard IPv6 prefix**](#tab/ipv6-zone-redundant)
156156

157157
To create a Standard IPv6 public IP prefix, enter **IPv6** in the `-IpAddressVersion` parameter. To create a zone redundant Standard IPv6 prefix, enter **1,2,3** in the `-Zone` parameter.
158158

@@ -169,7 +169,7 @@ $ipv6 =@{
169169
New-AzPublicIpPrefix @ipv6
170170
```
171171

172-
# [**Zone redundant Standardv2 IPv6 prefix**](#tab/ipv6-v2-zone-redundant)
172+
# [**Zone-Redundant Standardv2 IPv6 prefix**](#tab/ipv6-v2-zone-redundant)
173173

174174
To create a Standardv2 IPv6 public IP prefix, enter **IPv6** in the `-IpAddressVersion` parameter. All Standardv2 IPv6 public IP prefixes must be zone-redundant, so enter **1,2,3** in the `-Zone` parameter.
175175

articles/virtual-network/ip-services/create-public-ip-prefix-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For more information on available prefix sizes, see [Prefix sizes](public-ip-add
6161

6262
## IPv4
6363

64-
# [Zone redundant IPv4 prefix](#tab/ipv4-zone-redundant)
64+
# [Zone-Redundant IPv4 prefix](#tab/ipv4-zone-redundant)
6565

6666
To create an IPv4 public IP prefix, specify **IPv4** as the `ip_version` value. To create a zone redundant IPv4 prefix, specify **["1", "2", "3"]** as the `zone` value.
6767

@@ -88,7 +88,7 @@ To create an IPv4 public IP prefix with routing preference set to Internet, add
8888

8989
## IPv6
9090

91-
# [Zone redundant IPv6 prefix](#tab/ipv6-zone-redundant)
91+
# [Zone-Redundant IPv6 prefix](#tab/ipv6-zone-redundant)
9292

9393
To create an IPv6 public IP prefix, specify **IPv6** as the `ip_version` value. To create a zone redundant IPv6 prefix, specify **["1", "2", "3"]** as the `zone` value.
9494

0 commit comments

Comments
 (0)