Skip to content

Commit e252902

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#106102
In Line 73, 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 e252902

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-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In this section, you'll create a virtual network and subnet.
7070
| Setting | Value |
7171
|--------------------|----------------------------|
7272
| Bastion name | Enter **myBastionHost** |
73-
| AzureBastionSubnet address space | Enter **10.1.1.0/27** |
73+
| AzureBastionSubnet address space | Enter **10.1.1.0/26** |
7474
| Public IP Address | Select **Create new**. </br> For **Name**, enter **myBastionIP**. </br> Select **OK**. |
7575

7676

0 commit comments

Comments
 (0)