Skip to content

Commit 5e418d1

Browse files
committed
Rename tab labels: Zone-Redundant Standard SKU and Zonal Standard SKU
1 parent 57dfda3 commit 5e418d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ An Azure resource group is a logical container into which Azure resources are de
4646

4747
## Create public IP
4848

49-
# [Standard SKU](#tab/create-public-ip-standard)
49+
# [Zone-Redundant Standard SKU](#tab/create-public-ip-standard)
5050

5151
### Create a standard zone-redundant IP address
5252

@@ -91,7 +91,7 @@ resource "azurerm_public_ip" "public_ip_standardv2" {
9191
> For versions of the API older than 2020-08-01, omit the `zones` field to create a zone-redundant IP address.
9292
>
9393
94-
# [Zonal](#tab/create-public-ip-zonal)
94+
# [Zonal Standard SKU](#tab/create-public-ip-zonal)
9595

9696
### Create a zonal public IP address
9797

0 commit comments

Comments
 (0)