MDFT Pro, a well-known training agency, operates with several departments. Each department has a number of virtual machines (VMs) located in a resource group named RG1 within the company's Azure subscription.
You need to associate each VM with its respective department.
What should you do?
Create a resource group for each department is incorrect. Creating separate resource groups would require moving VMs and doesn't provide a simple association method.
Assign tags to the virtual machines is correct. Tags are key-value pairs designed specifically for organizing Azure resources like VMs by department.
Modify the settings of the virtual machines is incorrect. Modifying VM settings doesn't provide a mechanism for departmental association.
Create Azure Management Groups for each department is incorrect. Management groups organize subscriptions, not individual VMs within a resource group.