We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc248a commit fd34ce8Copy full SHA for fd34ce8
articles/private-link/create-private-endpoint-portal.md
@@ -38,9 +38,9 @@ In this section you'll need to replace the following parameters in the steps wit
38
| **\<resource-group-name>** | myResourceGroup |
39
| **\<virtual-network-name>** | myVirtualNetwork |
40
| **\<region-name>** | West Central US |
41
-| **\<IPv4-address-space>** | 10.1.0.0\16 |
+| **\<IPv4-address-space>** | 10.1.0.0/16 |
42
| **\<subnet-name>** | mySubnet |
43
-| **\<subnet-address-range>** | 10.1.0.0\24 |
+| **\<subnet-address-range>** | 10.1.0.0/24 |
44
45
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
46
0 commit comments