Update Arc - SQL Server Inventory.json

Fixed typos in Chart Titles
Fixed case sensitive tag for "Datacentre"
This commit is contained in:
Mark Jones
2024-02-19 17:12:38 +00:00
committed by GitHub
parent 265be93656
commit 8d4d2348d6
@@ -776,7 +776,7 @@
},
{
"name": "query",
"value": "resources\n| where ['type'] == \"microsoft.azurearcdata/sqlserverinstances\"\n//Tag values - edit here for custom tags\n| extend dataCenter = tostring(tags.DataCenter)\n| summarize ServerCount = count() by dataCenter",
"value": "resources\n| where ['type'] == \"microsoft.azurearcdata/sqlserverinstances\"\n//Tag values - edit here for custom tags\n| extend dataCenter = tostring(tags.Datacenter)\n| summarize ServerCount = count() by dataCenter",
"isOptional": true
}
],
@@ -786,7 +786,7 @@
},
"partHeader": {
"title": "SQL Server Instasnces by Data Center",
"subtitle": "SQL Servers insetasnces by \"Datacenter\" tag values."
"subtitle": "SQL Servers instances by \"Datacenter\" tag values."
}
}
},
@@ -869,4 +869,4 @@
"hidden-title": "Arc - SQL Server Inventory"
},
"apiVersion": "2015-08-01-preview"
}
}