Skip to content

Commit e635461

Browse files
authored
Merge pull request #1283 from scottlpetersen/master
Added section: Servers with Errors communicating with Azure DPS Service
2 parents 4096a6a + 21b4c74 commit e635461

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

samples/features/azure-arc/dashboard/SQL Server Instances.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,60 @@
741741
"subtitle": ""
742742
}
743743
}
744+
},
745+
"14": {
746+
"position": {
747+
"x": 0,
748+
"y": 30,
749+
"colSpan": 19,
750+
"rowSpan": 4
751+
},
752+
"metadata": {
753+
"inputs": [
754+
{
755+
"name": "partTitle",
756+
"value": "Query 1",
757+
"isOptional": true
758+
},
759+
{
760+
"name": "chartType",
761+
"isOptional": true
762+
},
763+
{
764+
"name": "isShared",
765+
"isOptional": true
766+
},
767+
{
768+
"name": "queryId",
769+
"isOptional": true
770+
},
771+
{
772+
"name": "formatResults",
773+
"isOptional": true
774+
},
775+
{
776+
"name": "queryScope",
777+
"value": {
778+
"scope": 0,
779+
"values": []
780+
},
781+
"isOptional": true
782+
},
783+
{
784+
"name": "query",
785+
"value": "resources\r\n | where type =~ 'microsoft.hybridcompute/machines/extensions'\r\n | where properties.type in ('WindowsAgent.SqlServer','LinuxAgent.SqlServer')\r\n | parse id with * '/providers/Microsoft.HybridCompute/machines/' machineName '/extensions/' *\r\n | parse properties with * 'uploadStatus : ' uploadStatus ';' *\r\n | project uploadStatus, subscriptionId, resourceGroup, machineName\r\n | where uploadStatus !in ('OK') //comment this out to see all upload stats\r\n | order by uploadStatus desc",
786+
"isOptional": true
787+
}
788+
],
789+
"type": "Extension/HubsExtension/PartType/ArgQueryGridTile",
790+
"settings": {
791+
"content": {}
792+
},
793+
"partHeader": {
794+
"title": "Servers with Errors communicating with Azure DPS Service",
795+
"subtitle": "For more information see https://learn.microsoft.com/en-us/sql/sql-server/azure-arc/troubleshoot-telemetry-endpoint"
796+
}
797+
}
744798
}
745799
}
746800
}

0 commit comments

Comments
 (0)