Skip to content

Instantly share code, notes, and snippets.

@willdave865
Created February 1, 2023 18:23
Show Gist options
  • Save willdave865/d0e00c974be4c203f6930d02919fffc4 to your computer and use it in GitHub Desktop.
Save willdave865/d0e00c974be4c203f6930d02919fffc4 to your computer and use it in GitHub Desktop.
Azure Portal JSON Template (ARM) Exported from Existing Dashboard
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"dashboards_a9dc12e1_3aae_431d_b935_81dd5ea20bd8_dashboard_name": {
"defaultValue": "a9dc12e1-3aae-431d-b935-81dd5ea20bd8-dashboard",
"type": "String"
}
},
"variables": {},
"resources": [
{
"type": "Microsoft.Portal/dashboards",
"apiVersion": "2020-09-01-preview",
"name": "[parameters('dashboards_a9dc12e1_3aae_431d_b935_81dd5ea20bd8_dashboard_name')]",
"location": "westus",
"tags": {
"hidden-title": "example-app-service-rollbase Dashboard"
},
"properties": {
"lenses": [
{
"order": 0,
"parts": [
{
"position": {
"x": 0,
"y": 0,
"rowSpan": 1,
"colSpan": 2
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/AspNetOverviewPinnedPart"
}
},
{
"position": {
"x": 2,
"y": 0,
"rowSpan": 1,
"colSpan": 1
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/ProactiveDetectionAsyncPart"
}
},
{
"position": {
"x": 3,
"y": 0,
"rowSpan": 1,
"colSpan": 1
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/QuickPulseButtonSmallPart"
}
},
{
"position": {
"x": 4,
"y": 0,
"rowSpan": 1,
"colSpan": 1
},
"metadata": {
"inputs": [
{},
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/AvailabilityNavButtonPart"
}
},
{
"position": {
"x": 5,
"y": 0,
"rowSpan": 1,
"colSpan": 1
},
"metadata": {
"inputs": [
{},
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/AppMapButtonPart"
}
},
{
"position": {
"x": 0,
"y": 1,
"rowSpan": 1,
"colSpan": 3
},
"metadata": {
"inputs": [],
"type": "Extension[azure]/HubsExtension/PartType/MarkdownPart",
"settings": {
"content": {
"settings": {
"content": "# Usage"
}
}
}
}
},
{
"position": {
"x": 3,
"y": 1,
"rowSpan": 1,
"colSpan": 1
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/UsageUsersOverviewPart"
}
},
{
"position": {
"x": 4,
"y": 1,
"rowSpan": 1,
"colSpan": 3
},
"metadata": {
"inputs": [],
"type": "Extension[azure]/HubsExtension/PartType/MarkdownPart",
"settings": {
"content": {
"settings": {
"content": "# Reliability"
}
}
}
}
},
{
"position": {
"x": 7,
"y": 1,
"rowSpan": 1,
"colSpan": 1
},
"metadata": {
"inputs": [
{},
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/CuratedBladeFailuresPinnedPart"
}
},
{
"position": {
"x": 8,
"y": 1,
"rowSpan": 1,
"colSpan": 3
},
"metadata": {
"inputs": [],
"type": "Extension[azure]/HubsExtension/PartType/MarkdownPart",
"settings": {
"content": {
"settings": {
"content": "# Responsiveness\r\n"
}
}
}
}
},
{
"position": {
"x": 11,
"y": 1,
"rowSpan": 1,
"colSpan": 1
},
"metadata": {
"inputs": [
{},
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/CuratedBladePerformancePinnedPart"
}
},
{
"position": {
"x": 12,
"y": 1,
"rowSpan": 1,
"colSpan": 3
},
"metadata": {
"inputs": [],
"type": "Extension[azure]/HubsExtension/PartType/MarkdownPart",
"settings": {
"content": {
"settings": {
"content": "# Browser"
}
}
}
}
},
{
"position": {
"x": 15,
"y": 1,
"rowSpan": 1,
"colSpan": 1
},
"metadata": {
"inputs": [
{},
{},
{},
{},
{},
{}
],
"type": "Extension/AppInsightsExtension/PartType/MetricsExplorerBladePinnedPart"
}
},
{
"position": {
"x": 0,
"y": 2,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 4,
"y": 2,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 8,
"y": 2,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 12,
"y": 2,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 0,
"y": 5,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 4,
"y": 5,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 8,
"y": 5,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 12,
"y": 5,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 0,
"y": 8,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 4,
"y": 8,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
},
{
"position": {
"x": 8,
"y": 8,
"rowSpan": 3,
"colSpan": 4
},
"metadata": {
"inputs": [
{},
{}
],
"type": "Extension/HubsExtension/PartType/MonitorChartPart",
"settings": {}
}
}
]
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment