We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dfda3 commit 5e418d1Copy full SHA for 5e418d1
1 file changed
articles/virtual-network/ip-services/create-public-ip-terraform.md
@@ -46,7 +46,7 @@ An Azure resource group is a logical container into which Azure resources are de
46
47
## Create public IP
48
49
-# [Standard SKU](#tab/create-public-ip-standard)
+# [Zone-Redundant Standard SKU](#tab/create-public-ip-standard)
50
51
### Create a standard zone-redundant IP address
52
@@ -91,7 +91,7 @@ resource "azurerm_public_ip" "public_ip_standardv2" {
91
> For versions of the API older than 2020-08-01, omit the `zones` field to create a zone-redundant IP address.
92
>
93
94
-# [Zonal](#tab/create-public-ip-zonal)
+# [Zonal Standard SKU](#tab/create-public-ip-zonal)
95
96
### Create a zonal public IP address
97
0 commit comments