Skip to content

Commit 7e6a79f

Browse files
Update README with VNET address space guidelines (#330)
Clarified VNET address space overlap requirements.
1 parent 959d0e8 commit 7e6a79f

File tree

1 file changed

+2
-1
lines changed
  • samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup

1 file changed

+2
-1
lines changed

samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ This implementation gives you full control over the inbound and outbound communi
8181
2. Two subnets are needed as well:
8282
- **Agent Subnet** (e.g., 192.168.0.0/24): Hosts Agent client for Agent workloads, delegated to Microsoft.App/environments. The recommended size should be /24 for this delegated subnet.
8383
- **Private endpoint Subnet** (e.g. 192.168.1.0/24): Hosts private endpoints
84-
- Ensure that the address spaces for these subnets do not overlap with any existing networks in your Azure environment or reserved IP ranges like the following: 169.254.0.0/16, 172.30.0.0/16, 172.31.0.0/16, 192.0.2.0/24, 0.0.0.0/8, 127.0.0.0/8, 100.100.0.0/17, 100.100.192.0/19, 100.100.224.0/19, 10.0.0.0/8.
84+
- Ensure that the address spaces for the used VNET does not overlap with any existing networks in your Azure environment or reserved IP ranges like the following: 169.254.0.0/16,172.30.0.0/16,172.31.0.0/16,192.0.2.0/24,0.0.0.0/8,127.0.0.0/8,100.100.0.0/17,100.100.192.0/19,100.100.224.0/19,10.0.0.0/8.
85+
This includes all address space(s) you have in your VNET if you have more than one, and peered VNETs.
8586

8687
> **Notes:**
8788
- If you do not provide an existing virtual network, the template will create a new virtual network with the default address spaces and subnets described above. If you use an existing virtual network, make sure it already contains two subnets (Agent and Private Endpoint) before deploying the template.

0 commit comments

Comments
 (0)