Note: This question is part of 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.
Solution: Create a resources group for each resource type. Assign tags to each resource group.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.A
Tags enable you to retrieve related resources from different resource groups. This approach is helpful when you need to organize resources for billing or management.
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tagsThe solution presented in the scenario, which involves creating a resource group for each resource type and assigning tags to each resource group, can meet the goal of providing a consolidated view for cost reporting.
Resource groups in Azure are logical containers for resources deployed in Azure, and they are used to manage and organize resources in a more structured manner. By creating a separate resource group for each resource type, the company can group and manage all their Azure app services and Azure SQL databases efficiently.
Tags in Azure are name-value pairs that can be assigned to resources to enable organizations to logically organize and categorize resources in their Azure environment. Tags can be used to categorize resources based on various attributes such as cost center, department, and project. By assigning tags to each resource group, the company can gain better visibility and control over their Azure resources and can easily track costs based on department or any other attribute they choose to assign.
In conclusion, the solution presented in the scenario can meet the goal of providing a consolidated view for cost reporting by using resource groups and tags in Azure to organize and categorize resources based on different attributes. Therefore, the answer is "A. Yes."