Skip to content

Commit 2a7c404

Browse files
Merge pull request #229385 from KapilAnanth-MSFT/patch-14
(AzureCXP) fixes MicrosoftDocs/azure-docs#106102
2 parents c2d33a6 + e9dd973 commit 2a7c404

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)