
Answer-first summary for fast verification
Answer: By assigning tags to the VMs indicating their department.
The correct answer is C: By assigning tags to the VMs indicating their department. Tags in Azure allow you to logically organize resources based on different properties, such as department, environment, or project. This method is effective and does not require structural changes to the resource group, unlike creating separate resource groups for each department or modifying VM settings.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a company with multiple departments, each having VMs within a single Azure resource group RG1, how can you associate VMs with their respective departments?
A
By creating Azure Management Groups for each department.
B
By creating separate resource groups for each department.
C
By assigning tags to the VMs indicating their department.
D
By changing the VM settings to include department information.