Medium1 markMultiple Choice
AZ-900 · Question 42 · Domain 3.1: Cost Management in Azure
How can you logically organize Azure resources so that you can easily track billing and costs across different departments (e.g., HR, Marketing, IT)?
How can you logically organize Azure resources so that you can easily track billing and costs across different departments (e.g., HR, Marketing, IT)?
Answer options:
A.
Place all resources in a single Resource Group.
B.
Apply tags to the resources.
C.
Use Azure Policy to restrict deployments.
D.
Create a separate Azure region for each department.
How to approach this question
Identify the metadata feature used to label resources.
Full Answer
B.Apply tags to the resources.✓ Correct
Tags are name/value pairs (e.g., 'Department' : 'HR') that you can apply to Azure resources and resource groups. They are heavily used in Azure Cost Management to group billing data, allowing you to see exactly how much each department or project is spending.
Common mistakes
Thinking Resource Groups are the only way to track billing. Tags can span across multiple resource groups and subscriptions.
Practice the full Azure Fundamentals AZ-900 Practice Exam 3
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02True or False: In a public cloud model, you are responsible for managing and maintaining the phys...EasyQ03Which cloud model allows a company to maintain strict control over highly sensitive data on-premi...MediumQ04What is the primary benefit of 'high availability' in cloud computing?EasyQ05Which term describes the ability to automatically increase or decrease compute resources based on...Easy
Expert