You have an Azure subscription that contains resources in several resource groups.
You need to design a monitoring strategy that will provide a consolidated view. The solution must support the following requirements:
-> Support role-based access control (RBAC) by using Azure Active Directory (Azure AD) identifies.
-> Include visuals from Azure Monitor that are generated by using the Kusto query language.
-> Support documentation written in markdown.
-> Use the latest data available for each visual.
What should you use to create the consolidated view?
Click on the arrows to vote for the correct answer
A. B. C. D.C
There are several tools available for running queries in Azure Data Explorer, including Kusto.
Kusto uses a role-based access control (RBAC) model, under which authenticated principals are mapped to roles, and get access according to the roles they're assigned.
Note: Azure Data Explorer is a highly scalable and secure analytics service that enables you to do rich exploration of structured and unstructured data for instant insights. Optimized for ad-hoc queries, Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight. Query with a modern, intuitive query language that offers fast, ad-hoc, and advanced query capabilities over high-rate data volumes and varieties
https://docs.microsoft.com/en-us/azure/data-explorer/tools-integrations-overviewTo design a monitoring strategy that provides a consolidated view of resources in an Azure subscription, you can use Azure dashboards. Azure dashboards allow you to combine and display data from multiple sources in a single pane of glass, providing a unified view of your resources.
Here are the reasons why Azure dashboards are the best fit for this scenario:
Support for RBAC using Azure AD identifies: Azure dashboards are fully integrated with Azure RBAC, which means you can assign permissions to dashboard resources and control access to specific users or groups. By using Azure AD identities, you can ensure that users can only access the resources they are authorized to view.
Integration with Azure Monitor: Azure dashboards can include visuals generated by Azure Monitor, which is a cloud-based monitoring service that provides a wide range of tools to monitor your Azure resources. Azure Monitor supports Kusto query language (KQL), which is a powerful language for querying large amounts of data.
Support for markdown: Azure dashboards support markdown, a lightweight markup language for creating formatted text. This means you can use markdown to add comments, descriptions, or instructions to your dashboard, making it more informative and easier to understand.
Real-time data: Azure dashboards provide real-time data, which means you can see the latest data available for each visual in your dashboard. This is important because it allows you to quickly identify and respond to issues in your resources.
In conclusion, Azure dashboards are the best fit for this scenario because they provide a consolidated view of resources in an Azure subscription, support RBAC using Azure AD identities, include visuals from Azure Monitor generated by using KQL, support markdown, and use the latest data available for each visual.