Skip to content

Commit e9dd973

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#106102
In Line 191, updated the Bastion Subnet Address range from /27 to /26, as currently this is what is supported. resolves MicrosoftDocs/azure-docs#106102
1 parent b5fe50a commit e9dd973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-balancer/basic/quickstart-basic-public-load-balancer-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Use [az network vnet subnet create](/cli/azure/network/vnet/subnet#az-network-vn
188188
--resource-group CreatePubLBQS-rg \
189189
--name AzureBastionSubnet \
190190
--vnet-name myVNet \
191-
--address-prefixes 10.1.1.0/27
191+
--address-prefixes 10.1.1.0/26
192192
```
193193

194194
### Create bastion host

0 commit comments

Comments
 (0)