Skip to content

Commit 42cd0bd

Browse files
committed
move faq entry
1 parent 930333d commit 42cd0bd

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

articles/azure-resource-manager/management/frequently-asked-questions.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
title: Azure Resource Manager frequently asked questions
44
description: Answers to common questions about using Azure Resource Manager to manage resources.
55
ms.topic: faq
6-
ms.date: 02/22/2024
6+
ms.date: 05/31/2024
77
content_well_notification:
88
- AI-contribution
99
ai-usage: ai-assisted
@@ -35,12 +35,6 @@ sections:
3535
resource group location, we recommend that you select a location close to where your control operations originate. Typically, this location is the one closest to
3636
your current location.
3737
38-
- question: Can I move a resource group to a different subscription?
39-
answer: |
40-
No, you can't move a resource group to a new subscription. But, you can move all of the resources in the resource group to a resource group in another
41-
subscription. Settings such as tags, role assignments, and policies aren't automatically transferred from the original resource group to the destination resource group.
42-
You need to reapply these settings to the new resource group. For more information, see [Move resources to new resource group or subscription](./move-support-resources.md).
43-
4438
- name: Resources
4539
questions:
4640
- question: What happens if two operations update the same resource at the same time?

articles/azure-resource-manager/management/move-resource-group-and-subscription.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Move resources to a new subscription or resource group
3-
description: Use Azure Resource Manager to move resources to a new resource group or subscription.
3+
description: Describes how to move resources to a new resource group or subscription, and the steps to take to ensure a successful move operation.
44
ms.topic: conceptual
5-
ms.date: 04/24/2023
5+
ms.date: 05/31/2024
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-arm-template, devx-track-python
77
content_well_notification:
88
- AI-contribution
@@ -472,6 +472,10 @@ If the source or target resource group contains a virtual network, the states of
472472

473473
When you receive this error, you have two options. Either move your resources to a resource group that doesn't have a virtual network, or [contact support](../../azure-portal/supportability/how-to-create-azure-support-request.md).
474474

475+
**Question: Can I move a resource group to a different subscription?**
476+
477+
No, you can't move a resource group to a new subscription. But, you can move all of the resources in the resource group to a resource group in another subscription. Settings such as tags, role assignments, and policies aren't automatically transferred from the original resource group to the destination resource group. You need to reapply these settings to the new resource group. For more information, see [Move resources to new resource group or subscription](./move-support-resources.md).
478+
475479
## Next steps
476480

477481
For a list of which resources support move, see [Move operation support for resources](move-support-resources.md).

0 commit comments

Comments
 (0)