Skip to content

Commit e86b382

Browse files
authored
Merge pull request #51620 from wely/patch-1
fix the backslash to forward slash
2 parents edaa94f + fd34ce8 commit e86b382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/private-link/create-private-endpoint-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ In this section you'll need to replace the following parameters in the steps wit
3838
| **\<resource-group-name>** | myResourceGroup |
3939
| **\<virtual-network-name>** | myVirtualNetwork |
4040
| **\<region-name>** | West Central US |
41-
| **\<IPv4-address-space>** | 10.1.0.0\16 |
41+
| **\<IPv4-address-space>** | 10.1.0.0/16 |
4242
| **\<subnet-name>** | mySubnet |
43-
| **\<subnet-address-range>** | 10.1.0.0\24 |
43+
| **\<subnet-address-range>** | 10.1.0.0/24 |
4444

4545
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
4646

0 commit comments

Comments
 (0)