Skip to content

Commit d41edb6

Browse files
authored
Merge pull request #206426 from dknappettmsft/avd-scaling-plans-region-clarification
AVD move resources between regions added scaling plans and other minor changes for clarity
2 parents f3f3000 + d4f6f17 commit d41edb6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/virtual-desktop/move-resources.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ manager: femila
1111

1212
In this article, we'll tell you how to move Azure Virtual Desktop resources between Azure regions.
1313

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.
1518
1619
## Important information
1720

@@ -21,9 +24,11 @@ When you move Azure Virtual Desktop resources between regions, these are some th
2124

2225
- Workspaces and their associated app groups also need to be in the same region.
2326

27+
- Scaling plans and the host pools they are assigned to also need to be in the same region.
28+
2429
- 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.
2530

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.
2732

2833
- 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.
2934

@@ -53,7 +58,7 @@ To modify the template you exported:
5358

5459
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).
5560

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.
5762

5863
## Delete original resources
5964

0 commit comments

Comments
 (0)