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/devtest-labs/how-to-move-schedule-to-new-region.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,25 @@
1
1
---
2
-
title: How to move a Microsoft.DevtestLab/schedules to another region
3
-
description: This article explains how to move Microsoft.DevtestLab/schedules to another Azure region.
2
+
title: How to move a schedule to another region
3
+
description: This article explains how to move schedules to another Azure region.
4
4
ms.topic: how-to
5
5
ms.author: rosemalcolm
6
6
author: RoseHJM
7
7
ms.date: 05/09/2022
8
8
---
9
-
# Move Microsoft.DevtestLab/schedules to another region
9
+
# Move schedules to another region
10
10
11
-
Microsoft.DevtestLab/schedules apply only to Compute Virtual Machines (VMs). They are often referred to as top level schedules, or simply schedules. In this article, you'll learn how to move schedules.
11
+
In this article, you'll learn how to move schedules by using an Azure Resource Manager (ARM) template.
12
12
13
-
Microsoft.DevTestLab/labs/schedules apply only to DevTest Labs (DTL) VMs. They are often referred to as Lab schedules. This type of schedule is not covered in this article.
13
+
DevTest Labs supports two types of schedules.
14
14
15
-
To move schedules, use an Azure Resource Manager (ARM) template to create a copy of the existing schedules in another region.
15
+
- Schedules apply only to compute virtual machines (VMs): schedules are stored as microsoft.devtestlab/schedules resources, and often referred to as top level schedules, or simply schedules.
16
+
17
+
- Lab schedules apply only to DevTest Labs (DTL) VMs: lab schedules They are stored as microsoft.devtestlab/labs/schedules resources. This type of schedule is not covered in this article.
16
18
17
19
In this article, you'll learn how to:
18
20
> [!div class="checklist"]
19
21
> >
20
-
> - Export an ARM template that contains your Microsoft.DevtestLab/schedules.
22
+
> - Export an ARM template that contains your schedules.
21
23
> - Modify the template by adding or updating the target region and other parameters.
22
24
> - Delete the resources in the source region.
23
25
@@ -41,7 +43,7 @@ Use the following steps to export and redeploy your schedule in another Azure re
41
43
42
44
3. On the **Resource Group Overview** page, under **Resources**, select **Show hidden types**.
43
45
44
-
4. Select all resources with the type **Microsoft.DevTestLab/Schedules**.
46
+
4. Select all resources with the type **microsoft.devtestlab/schedules**.
45
47
46
48
5. Select **Export template**.
47
49
@@ -78,7 +80,7 @@ Now you can choose to clean up the original schedules if they're longer used. Go
78
80
79
81
## Next steps
80
82
81
-
In this article, you moved a schedule from one region to another and cleaned up the source resources. To learn more about moving resources between regions and disaster recovery in Azure, refer to:
83
+
In this article, you moved a schedule from one region to another and cleaned up the source resources. To learn more about moving resources between regions and disaster recovery in Azure, refer to:
82
84
83
85
-[Move a DevTest Labs to another region](./how-to-move-labs.md).
84
86
-[Move resources to a new resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md).
0 commit comments