Hi Nidhi,
Creating a dashboard in Azure for your resource SLAs can be achieved using Azure Monitor and Azure Dashboards. Azure Monitor collects, analyzes, and acts on telemetry from your cloud and on-premises environments. It helps you understand how your applications are performing and proactively identifies issues affecting them and the resources they depend on.
Here is a step-by-step guide to creating a dashboard for your resources:
Log into Azure Portal: Sign into the Azure portal using your Azure account credentials.
Navigate to Azure Dashboards: Click on the hamburger menu icon (☰) in the top left corner, then select "Dashboard".
Create a new Dashboard: Click on "+ New dashboard". Fill in the necessary details such as name and description, and choose the appropriate layout. Click "Done customizing" to save.
Add Tiles: Each type of monitoring data (metrics, logs, etc.) has its own tile in the dashboard. Select the "Edit" option, then click on "+ Add tile".
Select Type of Monitoring Data: For instance, to monitor metrics, click on the "Metric chart" tile.
Configure Data: A sidebar will open where you can configure the data source and the data to be displayed. To create an SLA dashboard, you'd typically monitor resource metrics such as "CPU Percentage", "Memory Percentage", "Disk Operations/Sec", "Network In", "Network Out", etc. Set your resource, metric namespace, metric, aggregation type, and time range as required.
Done: Click Apply to create the tile.
Pin to Dashboard: Once you have configured the chart, click on "Pin to dashboard". You can repeat the steps above to add more tiles as required for your SLA dashboard.
Be aware, Azure does not inherently measure SLAs. However, you can define your own custom log searches and queries for specific conditions to monitor in the context of your SLAs. Also, consider using Azure Service Health to monitor the health of your Azure resources.
Azure Service Health provides a personalized view of the health of the Azure services, regions, and the Azure Management services you are using. In the event of a service issue or planned maintenance, Service Health provides detailed and timely information about the impact on your resources.
Please make sure you have the necessary permissions to create and edit dashboards.
I hope his helps with your query?