You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operational-excellence/relocation-app-service.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,14 @@ To make copying your app easier, you can [clone an individual App Service app](.
26
26
27
27
## Prerequisites
28
28
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
+
29
32
- Make sure that the App Service app is in the Azure region from which you want to move.
30
33
- 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/).
32
37
33
38
## Prepare
34
39
@@ -49,7 +54,7 @@ Certain resources, such as imported certificates or hybrid connections, contain
49
54
50
55
## Plan
51
56
52
-
This section is planning checklist in the following areas:
57
+
This section is a planning checklist in the following areas:
53
58
54
59
- State, Storage and downstream dependencies
55
60
- Certificates
@@ -58,6 +63,8 @@ This section is planning checklist in the following areas:
58
63
- Identities
59
64
- Service Endpoints
60
65
66
+
67
+
61
68
### State, Storage and downstream dependencies
62
69
63
70
-**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