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: docs/sql-server/azure-arc/move-resources.md
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Move resources to a new resource group or subscription
2
+
title: Move Resources to a New Resource Group or Subscription
3
3
description: This article explains how to move resources to a new resource group or subscription for SQL Server enabled by Azure Arc.
4
4
author: MikeRayMSFT
5
5
ms.author: mikeray
6
-
ms.reviewer: mikeray, randolphwest
7
-
ms.date: 09/09/2024
6
+
ms.reviewer: sashan
7
+
ms.date: 07/08/2025
8
8
ms.topic: how-to
9
9
ms.custom:
10
10
- build-2025
@@ -17,20 +17,26 @@ This article describes how you can move resources to a new resource group or sub
17
17
- SQL Server instances
18
18
- Databases
19
19
20
+
Before you begin, review [Known limitations](#known-limitations).
21
+
20
22
## Requirements
21
23
22
24
To complete this task, make sure that:
23
25
24
26
- The *Machine - Azure Arc* resource and all SQL Server instances are in the same resource group.
25
-
26
27
- The new subscription or resource group needs to meet all [prerequisites](prerequisites.md).
27
28
28
29
In addition:
29
30
30
31
- If Microsoft Purview is enabled, you must disable it in the compliance portal before the move.
31
32
- If best practices assessment is enabled, you must disable it before the move.
33
+
- SQL Server license and SQL Server extended security update license aren't moved automatically.
34
+
35
+
After the move:
32
36
33
-
After the move, you can reenable any features that you disabled.
37
+
1. Reenable any features that you disabled.
38
+
1. Configure SQL Server license in the new location.
39
+
1. Configure ESU in the new location.
34
40
35
41
## Move resources to a new resource group or subscription
36
42
@@ -96,3 +102,21 @@ The following steps explain how to reconfigure best practices assessment after a
96
102
1. Update the Log Analytics workspace with one from the new subscription and then enable best practices assessment.
97
103
98
104
Moving to a different subscription requires manual reconfiguration with the preceding steps for all SQL Server instances affected for best practices assessment.
105
+
106
+
## Known limitations
107
+
108
+
Moving the SQL Server p-core license to the new subscription or resource group is currently not supported. You'll need to:
109
+
110
+
1. Manually delete the old license
111
+
1. Re-create and reconfigure the license in the new location
112
+
113
+
For details, review [Manage the unlimited virtualization benefit for SQL Server](manage-configuration.md#manage-pcore-license).
114
+
115
+
Moving the SQL Server ESU p-core license to the new subscription or resource group is currently not supported. If you create a license in the location, it will be treated as a new ESU subscription with a new back-billing charge.
116
+
117
+
> [!IMPORTANT]
118
+
> While moving the VMs with ESU enabled to a new subscription or resource group is supported, if they used to be covered by a SQL Server ESU p-core license in the old location and not billed individually, the move will result in these VMs being billed for ESU individually as they will no longer be covered by a p-core license.
119
+
120
+
## Related content
121
+
122
+
-[Manage inventory of SQL Server resources with Azure Arc](view-inventory.md)
0 commit comments