I'm trying to get Compute Usage List using KQL in Azure, you can find it in above link for reference.
{
"value": [
{
"unit": "Count",
"currentValue": 17,
"limit": 19,
"name": {
"value": "aaaaaaaaaaaaaaaaaa",
"localizedValue": "aaaaaaaaaaaaaa"
}
}
],
"nextLink": "aaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
Thanks in advance.
What I'm expecting is where that type of data is located in which table.
are you trying to query azure resource graph with KQL? The onboarding for compute usage to ARG is still going on. Currently only part of subscriptions are onboarded. But if you have access to the onboarded subscriptions, you will be able to see results in ARG with this query: quotaresources | where type contains "microsoft.compute/locations/usages" | limit 100