Skip to content

Commit 76e897d

Browse files
authored
Merge pull request #306964 from seligj95/subnetchange
ASE add subnet change info and remove auto-migration doc
2 parents d8dcd8b + 3ed7111 commit 76e897d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/app-service/environment/networking.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment networking
33
description: App Service Environment networking details
44
author: seligj95
55
ms.topic: overview
6-
ms.date: 09/02/2025
6+
ms.date: 10/15/2025
77
ms.author: jordanselig
88
ms.service: azure-app-service
99
---
@@ -22,6 +22,10 @@ The following are the minimum set of requirements for the subnet your App Servic
2222

2323
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.
2424

25+
>[!NOTE]
26+
> It's now possible to move your App Service Environment to a new subnet. To move your App Service Environment to a new subnet, create a support ticket. A support ticket is required because there are prerequisites and configurations that need to be validated and properly configured before changing the subnet to ensure a successful migration. Failure to properly migrate can lead to downtime and connectivity issues.
27+
>
28+
2529
If you use a smaller subnet, be aware of the following limitations:
2630

2731
- Any particular subnet has five addresses reserved for management purposes. In addition to the management addresses, App Service Environment dynamically scales the supporting infrastructure, and uses between 7 and 27 addresses, depending on the configuration and load. You can use the remaining addresses for instances in the App Service plan. The minimal size of your subnet is a `/27` address space (32 addresses).

articles/app-service/environment/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
href: how-to-custom-domain-suffix.md
4848
- name: Upgrade preference for planned maintenance
4949
href: how-to-upgrade-preference.md
50-
- name: Migrate to an App Service Environment v3
51-
items:
52-
- name: Auto-migration overview
53-
href: auto-migration.md
5450
- name: Resources
5551
items:
5652
- name: Azure Roadmap

0 commit comments

Comments
 (0)