Skip to content

Commit 9ec9579

Browse files
committed
edit
1 parent 77e725c commit 9ec9579

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/operational-excellence/relocation-app-service.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ To make copying your app easier, you can [clone an individual App Service app](.
2626

2727
## Prerequisites
2828

29+
>[!IMPORTANT]
30+
>Azure App Service Environment (ASE) v1 and v2 will be retired by 31st Aug 2024. It's recommended that you relocate ASE v1 or v2, and then upgrade to V3 in the target region. Upgrading at the target region ensures that the relocation is validated before migrating to V3.
31+
2932
- Make sure that the App Service app is in the Azure region from which you want to move.
3033
- Make sure that the target region supports App Service and any related service, whose resources you want to move.
31-
<!-- - Domain bindings, certificates, and managed identities can't replicated using the **Export template** method. You must create them manually. -->
34+
- Validate that sufficient permission exist to deploy App Service resources to the target subscription and region.
35+
- Validate if any Azure policy is assigned with a region restriction.
36+
- Consider any operating costs, as Compute resource prices can vary from region to region. To estimate your possible costs, see [Pricing calculator](https://azure.microsoft.com/en-gb/pricing/calculator/).
3237

3338
## Prepare
3439

@@ -49,7 +54,7 @@ Certain resources, such as imported certificates or hybrid connections, contain
4954

5055
## Plan
5156

52-
This section is planning checklist in the following areas:
57+
This section is a planning checklist in the following areas:
5358

5459
- State, Storage and downstream dependencies
5560
- Certificates
@@ -58,6 +63,8 @@ This section is planning checklist in the following areas:
5863
- Identities
5964
- Service Endpoints
6065

66+
67+
6168
### State, Storage and downstream dependencies
6269

6370
- **Determine whether your App Service App is stateful or stateless.** Although it's recommended that App Service Apps be stateless and the files on the `%HOME%\site` drive should be only those required to run the deployed application with any temporary files, it's still possible to store runtime application state on the `%HOME%\site` virtual drive. If your application writes state on the app shared storage path, make sure to plan how you are going to manage that state during a resource move.

0 commit comments

Comments
 (0)