Microsoft Azure Architect Design (2020, legacy) — Question 25
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are designing an Azure solution for a company that has four departments. Each department will deploy several Azure app services and Azure SQL databases.
You need to recommend a solution to report the costs for each department to deploy the app services and the databases. The solution must provide a consolidated view for cost reporting that displays cost broken down by department.
Solution: Create a separate resource group for each department. Place the resources for each department in its respective resource group.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
Creating a separate resource group for each department allows for clear tracking of costs associated with the Azure app services and databases deployed by each department. This method enables cost management tools in Azure to effectively report expenditures by department. The other option, 'No', is incorrect because not using separate resource groups would complicate cost reporting and tracking.