Skip to content

Commit 3642acb

Browse files
Update README with additional reserved IP range (#346)
Update README with additional reserved IP range
1 parent 748f913 commit 3642acb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This implementation gives you full control over the inbound and outbound communi
7676
2. Two subnets are needed as well:
7777
- **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.
7878
- **Private endpoint Subnet** (e.g. 192.168.1.0/24): Hosts private endpoints
79-
- 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.
79+
- 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,100.64.0.0/11.
8080
This includes all address space(s) you have in your VNET if you have more than one, and peered VNETs.
8181

8282
> **Notes:**

0 commit comments

Comments
 (0)