Adding Autoscaling information into a Workbook

Copper Contributor

Hello, 

 

Using: az aks show --name .... --resource-group ... I can get various information about the agentPoolProfiles of a given AKS Cluster. From this information I am specially interested in the maximum number of nodes configured for autoscaling. 

 

Is it possible to get this Information by a Azure Resource Graph or Azure Resource Manager REST Call?

What would be the path to this information. 

 

Thank you for your help

Cheers, Markus

1 Reply
The api's are here https://learn.microsoft.com/en-us/rest/api/aks/managed-clusters (this may not be the exact link, but you will be on the right page).

Also see here for teh Workbook piece: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-data-sources#azure-resourc...