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/virtual-desktop/move-resources.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@ manager: femila
11
11
12
12
In this article, we'll tell you how to move Azure Virtual Desktop resources between Azure regions.
13
13
14
-
**_NOTE:_** This process does not perform an actual resource move. Rather it does a delete and recreate in the new region which is different. Hence we recommend you test this process before using on production workloads to understand the impact of doing this.
14
+
> [!NOTE]
15
+
> This process does not perform an actual resource move. Rather it does a delete and recreate in the new region which is different. Hence we recommend you test this process before using on production workloads to understand the impact of doing this.
16
+
>
17
+
> The information in this article is applicable to all Azure Virtual Desktop resources, including host pools, application groups, scaling plans, and workspaces.
15
18
16
19
## Important information
17
20
@@ -21,9 +24,11 @@ When you move Azure Virtual Desktop resources between regions, these are some th
21
24
22
25
- Workspaces and their associated app groups also need to be in the same region.
23
26
27
+
- Scaling plans and the host pools they are assigned to also need to be in the same region.
28
+
24
29
- All resources to be moved have to be in the same resource group. Template exports require having resources in the same group, so if you want them to be in a different location, you'll need to modify the exported template to change the location of its resources.
25
30
26
-
- Once you're done moving your resources to a new region, you must delete the original resources. The resource ID of our resources won't change during the moving process, so there will be a name conflict with your old resources if you don't delete them.
31
+
- Once you're done moving your resources to a new region, you must delete the original resources. The resource ID of your resources won't change during the moving process, so there will be a name conflict with your old resources if you don't delete them.
27
32
28
33
- Existing session hosts attached to a host pool that you move will stop working. You'll need to recreate the session hosts in the new region.
29
34
@@ -53,7 +58,7 @@ To modify the template you exported:
53
58
54
59
2. In each resource inside the template file, find the "location" property and modify it to the location you want to move them to. For example, if your deployment's currently in the East US region but you want to move it to the West US region, you'd change the "eastus" location to "westus." Learn more about which Azure regions you can use at [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/#geographies).
55
60
56
-
3.For each host pool, remove the "publicNetworkAccess" parameter, if present.
61
+
3.If you are moving a host pool, remove the "publicNetworkAccess" parameter, if present.
0 commit comments