Skip to content

Commit 86aa5df

Browse files
authored
Update deployment.md
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)"
1 parent 086335a commit 86aa5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-shell/vnet/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Fill out the form with the following information:
162162
| **Nsg Name** | Enter the name of the NSG. The deployment creates this NSG and assigns an access rule to it. |
163163
| **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`. |
164164
| **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. |
166166
| **Relay Subnet Name** | Defaults to `relaysubnet`. Enter the name of the subnet that contains your relay. |
167167
| **Relay Subnet Address Prefix** | The example in this article uses `10.0.2.0/24`. |
168168
| **Storage Subnet Name** | Defaults to `storagesubnet`. Enter the name of the subnet that contains your storage. |

0 commit comments

Comments
 (0)