You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have tested this scenario & used the subnet range "10.1.0.0/16" mentioned in the document, the deployment is getting failed as the IP address is overlapping. The error I am getting is that "Subnet 'cloudshellsubnet' is not valid because its IP address range overlaps with that of an existing subnet in virtual network 'vnet-cloudshell-eastus'. (Code: NetcfgSubnetRangesOverlap)"
Copy file name to clipboardExpand all lines: articles/cloud-shell/vnet/deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ Fill out the form with the following information:
162
162
|**Nsg Name**| Enter the name of the NSG. The deployment creates this NSG and assigns an access rule to it. |
163
163
|**Azure Container Instance OID**| Fill in the value from the prerequisite information that you gathered.<br>The example in this article uses `8fe7fd25-33fe-4f89-ade3-0e705fcf4370`. |
164
164
|**Container Subnet Name**| Defaults to `cloudshellsubnet`. Enter the name of the subnet for your container. |
165
-
|**Container Subnet Address Prefix**| The example in this article uses `10.1.0.0/16`, which provides 65,543 IP addresses for Cloud Shell instances. |
165
+
|**Container Subnet Address Prefix**| The example in this article uses `10.0.1.0/24`, which provides 254 IP addresses for Cloud Shell instances. |
166
166
|**Relay Subnet Name**| Defaults to `relaysubnet`. Enter the name of the subnet that contains your relay. |
167
167
|**Relay Subnet Address Prefix**| The example in this article uses `10.0.2.0/24`. |
168
168
|**Storage Subnet Name**| Defaults to `storagesubnet`. Enter the name of the subnet that contains your storage. |
0 commit comments