Azure Monitor: Add Network Insights Dashboard (#50362)

This commit is contained in:
Teddy Lin 2022-08-08 00:38:23 -07:00 committed by GitHub
parent fbc48d68f1
commit 42f9a6e67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2111 additions and 0 deletions

View File

@ -18,6 +18,11 @@
{ "type": "dashboard", "name": "Azure / Insights / CosmosDB", "path": "dashboards/cosmosdb.json" },
{ "type": "dashboard", "name": "Azure / Insights / Data Explorer Clusters", "path": "dashboards/adx.json" },
{ "type": "dashboard", "name": "Azure / Insights / Key Vaults", "path": "dashboards/keyvault.json" },
{
"type": "dashboard",
"name": "Azure / Insights / Networks",
"path": "dashboards/networkInsightsDashboard.json"
},
{ "type": "dashboard", "name": "Azure / Insights / SQL Database", "path": "dashboards/sqldb.json" },
{ "type": "dashboard", "name": "Azure / Insights / Storage Accounts", "path": "dashboards/storage.json" },
{