Skip to content

Commit 5a5f613

Browse files
committed
Highlight test 4
1 parent 78b91c2 commit 5a5f613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
@@ -68,7 +68,7 @@ For more information on available prefix sizes, see [Prefix sizes](public-ip-add
6868

6969
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.
7070

71-
:::code language="terraform" source="~/terraform_samples/quickstart/101-virtual-network-public-ip-prefix/main.tf" range="12-22" highlight="6-7,9":::
71+
:::code language="terraform" source="~/terraform_samples/quickstart/101-virtual-network-public-ip-prefix/main.tf" range="12-22" highlight="7-8,10":::
7272

7373
# [Zonal IPv4 prefix](#tab/ipv4-zonal)
7474

@@ -130,7 +130,7 @@ The omission of the `zone` field is the default selection for standard public IP
130130

131131
## Create a static public IP address from a prefix
132132

133-
Once you create a prefix, you must create static IP addresses from the prefix. In this section, you see how to create a prefix and then create an address that points to the prefix.
133+
Once you create a prefix, you can create static IP addresses from the prefix. In this section, you see how to create a prefix and then create an address that points to the prefix.
134134

135135
# [IPv4 address](#tab/ipv4-address)
136136

0 commit comments

Comments
 (0)