From dde5267e454fc8b8e70b4153b7cee88649a9d0e1 Mon Sep 17 00:00:00 2001 From: Rodrigo Monteiro Date: Tue, 9 May 2023 17:08:19 -0400 Subject: [PATCH] Added Dashboard for Azure ARC SQL Server that can be imported into azure portal --- samples/features/azure-arc/dashboard/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 samples/features/azure-arc/dashboard/README.md diff --git a/samples/features/azure-arc/dashboard/README.md b/samples/features/azure-arc/dashboard/README.md new file mode 100644 index 00000000..47dcec34 --- /dev/null +++ b/samples/features/azure-arc/dashboard/README.md @@ -0,0 +1,18 @@ +![](../media/solutions-microsoft-logo-small.png) + +# ARC SQL enable Azure Dashboard +This code will demonstrates how to deploy the [SQL Server Instances.json] to Azure portal Dashboards (#https://learn.microsoft.com/en-us/azure/azure-portal/azure-portal-dashboards). + +### How to Deploy + +1. Sign in to **[Azure Portal](#https://portal.azure.com/)** +2. From the Azure Portal menu, select **Dashboard**. Your default view might already be set to dashboard. + ![](https://learn.microsoft.com/en-us/azure/azure-portal/media/azure-portal-dashboards/portal-menu-dashboard.png) +3. Select **Upload**. + ![](https://learn.microsoft.com/en-us/azure/azure-portal/media/azure-portal-dashboards/create-new-dashboard.png) +5. If you need to Edit the Dashboard, please folow the [link](https://learn.microsoft.com/en-us/azure/azure-portal/azure-portal-dashboards#edit-a-dashboard) + + + +## Disclaimers +The code included in this sample is not intended to be a set of best practices on how to build scalable enterprise grade applications. This is beyond the scope of this quick start sample.