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
- 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.
Copy file name to clipboardExpand all lines: learn-pr/azure/move-azure-resources-another-resource-group/includes/2-identify-incorrectly-assigned-resources.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ If you select a tag in the list, you get a list of all the resources associated
47
47
48
48
Tags have limitations:
49
49
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.
51
51
- 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.
52
52
- You can apply a maximum of 50 tags to a single resource or resource group in Azure.
0 commit comments