Skip to content

Commit 74b9ea5

Browse files
authored
Merge pull request #50804 from erichrt/patch-3
Fixed CIDRE Ranges
2 parents cbe8e4f + fdd9b0f commit 74b9ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/tutorial-load-balancer-standard-manage-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ In this section you'll need to replace the following parameters in the steps wit
120120
| **\<resource-group-name>** | myResourceGroupSLB (Select existing resource group) |
121121
| **\<virtual-network-name>** | myVNet |
122122
| **\<region-name>** | West Europe |
123-
| **\<IPv4-address-space>** | 10.1.0.0\16 |
123+
| **\<IPv4-address-space>** | 10.1.0.0/16 |
124124
| **\<subnet-name>** | mySubnet |
125-
| **\<subnet-address-range>** | 10.1.0.0\24 |
125+
| **\<subnet-address-range>** | 10.1.0.0/24 |
126126

127127
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
128128

0 commit comments

Comments
 (0)