Skip to content

Commit 91cf54b

Browse files
authored
Merge pull request #1253 from markjones-msft/patch-1
Update Arc - SQL Server Inventory.json
2 parents 03a8fd8 + 8d4d234 commit 91cf54b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/features/azure-arc/dashboard/Arc - SQL Server Inventory.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
},
777777
{
778778
"name": "query",
779-
"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",
779+
"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",
780780
"isOptional": true
781781
}
782782
],
@@ -786,7 +786,7 @@
786786
},
787787
"partHeader": {
788788
"title": "SQL Server Instasnces by Data Center",
789-
"subtitle": "SQL Servers insetasnces by \"Datacenter\" tag values."
789+
"subtitle": "SQL Servers instances by \"Datacenter\" tag values."
790790
}
791791
}
792792
},
@@ -869,4 +869,4 @@
869869
"hidden-title": "Arc - SQL Server Inventory"
870870
},
871871
"apiVersion": "2015-08-01-preview"
872-
}
872+
}

0 commit comments

Comments
 (0)