Skip to content

Commit

Permalink
Merge pull request #1283 from scottlpetersen/master
Browse files Browse the repository at this point in the history
Added section: Servers with Errors communicating with Azure DPS Service
  • Loading branch information
uc-msft committed May 1, 2024
2 parents 4096a6a + 21b4c74 commit e635461
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions samples/features/azure-arc/dashboard/SQL Server Instances.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,60 @@
"subtitle": ""
}
}
},
"14": {
"position": {
"x": 0,
"y": 30,
"colSpan": 19,
"rowSpan": 4
},
"metadata": {
"inputs": [
{
"name": "partTitle",
"value": "Query 1",
"isOptional": true
},
{
"name": "chartType",
"isOptional": true
},
{
"name": "isShared",
"isOptional": true
},
{
"name": "queryId",
"isOptional": true
},
{
"name": "formatResults",
"isOptional": true
},
{
"name": "queryScope",
"value": {
"scope": 0,
"values": []
},
"isOptional": true
},
{
"name": "query",
"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",
"isOptional": true
}
],
"type": "Extension/HubsExtension/PartType/ArgQueryGridTile",
"settings": {
"content": {}
},
"partHeader": {
"title": "Servers with Errors communicating with Azure DPS Service",
"subtitle": "For more information see https://learn.microsoft.com/en-us/sql/sql-server/azure-arc/troubleshoot-telemetry-endpoint"
}
}
}
}
}
Expand Down

0 comments on commit e635461

Please sign in to comment.