Skip to content

Commit dd243fe

Browse files
Merge pull request #308814 from brianlehr/main
fixed spelling errors
2 parents 182d0a9 + f48d46a commit dd243fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To create a IPv4 public IP prefix, enter **IPv4** in the `--version` parameter.
116116
--version IPv4
117117
```
118118

119-
The removal of the `--zone` parameter in the command is valid in all regions, but will lead to the creation of a zone-redundant IP prefix in regions with availabily zones. The removal of the `--zone` parameter is the default selection for standard public IP addresses in regions without [Availability Zones](../../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
119+
The removal of the `--zone` parameter in the command is valid in all regions, but will lead to the creation of a zone-redundant IP prefix in regions with availability zones. The removal of the `--zone` parameter is the default selection for standard public IP addresses in regions without [Availability Zones](../../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
120120

121121
---
122122

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $ipv4 =@{
126126
New-AzPublicIpPrefix @ipv4
127127
```
128128

129-
The removal of the `-Zone` parameter in the command is valid in all regions, but will lead to the creation of a zone-redundant IP prefix in regions with availabily zones. The removal of the `-Zone` parameter is the default selection for standard public IP addresses in regions without [Availability Zones](../../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
129+
The removal of the `-Zone` parameter in the command is valid in all regions, but will lead to the creation of a zone-redundant IP prefix in regions with availability zones. The removal of the `-Zone` parameter is the default selection for standard public IP addresses in regions without [Availability Zones](../../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
130130

131131
# [**Routing Preference Internet Standard IPv4 prefix**](#tab/ipv4-routing-pref)
132132

0 commit comments

Comments
 (0)