Skip to content

Commit 26cb351

Browse files
committed
review-1
1 parent 23e973d commit 26cb351

File tree

4 files changed

+66
-66
lines changed

4 files changed

+66
-66
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.move-azure-resources-to-another-resource-group.identify-incorrectly-assigned-resources
3-
title: Identify incorrectly assigned resources in Azure
4-
metadata:
5-
title: Identify incorrectly assigned resources in Azure
6-
description: Identify incorrectly assigned resources in Azure
7-
ms.date: 10/18/2024
8-
author: mumian
9-
ms.author: jgao
10-
ms.topic: unit
11-
durationInMinutes: 5
12-
content: |
13-
[!include[](includes/2-identify-incorrectly-assigned-resources.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.move-azure-resources-to-another-resource-group.identify-incorrectly-assigned-resources
3+
title: Identify incorrectly assigned resources in Azure
4+
metadata:
5+
title: Identify incorrectly assigned resources in Azure
6+
description: Identify incorrectly assigned resources in Azure.
7+
ms.date: 10/18/2024
8+
author: mumian
9+
ms.author: jgao
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/2-identify-incorrectly-assigned-resources.md)]
14+
Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.move-azure-resources-to-another-resource-group.assess-resources
3-
title: Assess resources that can move
4-
metadata:
5-
title: Assess resources that can move
6-
description: Assess resources that can move
7-
ms.date: 10/18/2024
8-
author: mumian
9-
ms.author: jgao
10-
ms.topic: unit
11-
durationInMinutes: 5
12-
content: |
13-
[!include[](includes/4-assess-resources.md)]
14-
quiz:
15-
title: Check your knowledge
16-
questions:
17-
- content: Which one of these resource types can't be moved between resource groups?
18-
choices:
19-
- content: Microsoft Entra Domain Services
20-
isCorrect: true
21-
explanation: According to the move operation support list, Microsoft Entra Domain Services can't be moved.
22-
- content: Azure Storage accounts
23-
isCorrect: false
24-
explanation: According to the move operation support list, Azure Storage accounts can be moved.
25-
- content: Azure virtual machines
26-
isCorrect: false
27-
explanation: According to the move operation support list, Azure virtual machines can be moved.
28-
- content: Which one of these resource types can be moved across resource groups?
29-
choices:
30-
- content: Azure Backup vault
31-
isCorrect: false
32-
explanation: An Azure Backup vault can't be moved, according to the move operation support list.
33-
- content: Azure Application Gateway
34-
isCorrect: false
35-
explanation: You can't move Azure Application Gateway, according to the move operation support list.
36-
- content: Azure virtual networks
37-
isCorrect: true
38-
explanation: You can move Azure virtual networks, according to the move operation support list.
39-
- content: When can you move a virtual machine?
40-
choices:
41-
- content: You can move virtual machines, but you have to first remove any network security groups.
42-
isCorrect: false
43-
explanation: You don't need to remove the network security groups to be able to move your virtual machines.
44-
- content: You can move virtual machines, but you have to first make sure that you can move all of its dependent resources along with it.
45-
isCorrect: true
46-
explanation: Your virtual machines have dependent resources without which they can't function properly. Make sure you move them together.
47-
- content: You can move virtual machines, but you have to first make sure that you can remove any SSD disks before attempting to move them.
48-
isCorrect: false
49-
explanation: You can move virtual machines, regardless of whether the virtual machine has SSD or HDD disks attached.
50-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.move-azure-resources-to-another-resource-group.assess-resources
3+
title: Assess resources that can move
4+
metadata:
5+
title: Assess resources that can move
6+
description: Assess resources that can move
7+
ms.date: 10/18/2024
8+
author: mumian
9+
ms.author: jgao
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/4-assess-resources.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
- content: Which one of these resource types can't be moved between resource groups?
18+
choices:
19+
- content: Microsoft Entra Domain Services
20+
isCorrect: true
21+
explanation: According to the move operation support list, Microsoft Entra Domain Services can't be moved.
22+
- content: Azure Storage accounts
23+
isCorrect: false
24+
explanation: According to the move operation support list, Azure Storage accounts can be moved.
25+
- content: Azure virtual machines
26+
isCorrect: false
27+
explanation: According to the move operation support list, Azure virtual machines can be moved.
28+
- content: Which one of these resource types can be moved across resource groups?
29+
choices:
30+
- content: Azure Backup vault
31+
isCorrect: false
32+
explanation: An Azure Backup vault can't be moved, according to the move operation support list.
33+
- content: Azure Application Gateway
34+
isCorrect: false
35+
explanation: You can't move Azure Application Gateway, according to the move operation support list.
36+
- content: Azure virtual networks
37+
isCorrect: true
38+
explanation: You can move Azure virtual networks, according to the move operation support list.
39+
- content: When can you move a virtual machine?
40+
choices:
41+
- content: You can move virtual machines, but you have to first remove any network security groups.
42+
isCorrect: false
43+
explanation: You don't need to remove the network security groups to be able to move your virtual machines.
44+
- content: You can move virtual machines, but you have to first make sure that you can move all of its dependent resources along with it.
45+
isCorrect: true
46+
explanation: Your virtual machines have dependent resources without which they can't function properly. Make sure you move them together.
47+
- content: You can move virtual machines, but you have to first make sure that you can remove any SSD disks before attempting to move them.
48+
isCorrect: false
49+
explanation: You can move virtual machines, regardless of whether the virtual machine has Solid-State Drive (SSD) or Hard Disk Drive (HDD) disks attached.
50+

learn-pr/azure/move-azure-resources-another-resource-group/includes/2-identify-incorrectly-assigned-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you select a tag in the list, you get a list of all the resources associated
4747

4848
Tags have limitations:
4949

50-
- Always check whether your Azure resource supports tags. For example, you can't set tags on generalized VMs.
50+
- You should always check whether your Azure resource supports tags. For example, you can't set tags on generalized VMs.
5151
- You can apply tags to resource groups, but resources don't automatically inherit tags from their resource group. If you want all the resources in a resource group to have a tag, you must apply them manually.
5252
- You can apply a maximum of 50 tags to a single resource or resource group in Azure.
5353

learn-pr/azure/move-azure-resources-another-resource-group/includes/4-assess-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The list also gives links to guidance on moving specific resource types. For exa
3131

3232
Virtual machines have their own limitations you must keep in mind. Here's a summary of limitations for virtual machines:
3333

34-
- If you want to move a virtual machine, all of its dependents must go with it.
34+
- You can move a virtual machine, but all of its dependent resources must go with it.
3535
- You can't move virtual machines with certificates in Azure Key Vault between subscriptions.
3636
- You can't move virtual machine scale sets with standard load balancers or a standard public IP.
3737
- You can't move any managed disks that are in availability zones to different subscriptions.

0 commit comments

Comments
 (0)