az-900 Practice Question 607
Exam: az-900
Domain: Describe cloud concepts
Topic: Describe cloud computing
Difficulty: medium
Your company has 10 offices. You plan to generate several billing reports from the Azure portal. Each report will contain the Azure resource
utilization of each office.
Which Azure Resource Manager feature should you use before you generate the reports?
A. tags
B. templates
C. locks
D. policies
Answer Options
A
tags
B
templates
C
locks
D
policies
Correct Answer
A: tags
Explanation
You can use resource tags to 'label' Azure resources. Tags are metadata elements attached to resources. Tags consist of pairs of key/value
strings. In this question, we would tag each resource with a tag to identify each office. For example: Location = Office1. When all Azure
resources are tagged, you can generate reports to list all resources based on the value of the tag. For example: All resources used by Office1.