Queries for the AutoscaleEvaluationsLog table

For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.

Review Autoscale evaluations

Counts Autoscale evaluations in the last hour.

AutoscaleEvaluationsLog
| where TimeGenerated > ago(1h)
| summarize count() by ResourceId, Profile, OperationName, EvaluationResult