Skip to content

Commit abe1dc2

Browse files
Merge pull request #290889 from seligj95/patch-1
Add addressPrefix: <string> requirement
2 parents c40e4f9 + dff5a6f commit abe1dc2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/app-service/environment/networking.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ App Service Environment is a single-tenant deployment of Azure App Service that
1616
1717
## Subnet requirements
1818

19-
You must delegate the subnet to `Microsoft.Web/hostingEnvironments`, and the subnet must be empty.
19+
The following are the minimum set of requirements for the subnet your App Service Environment is in.
20+
21+
- The subnet must be delegated to `Microsoft.Web/hostingEnvironments`.
22+
- The subnet must be empty.
23+
- The subnet's `addressPrefix` property must be formatted as a string, not an array.
2024

2125
The size of the subnet can affect the scaling limits of the App Service plan instances within the App Service Environment. For production scale, we recommend a `/24` address space (256 addresses) for your subnet. If you plan to scale near max capacity of 200 instances in our App Service Environment and you plan frequent up/down scale operations, we recommend a `/23` address space (512 addresses) for your subnet.
2226

0 commit comments

Comments
 (0)