Query's voor de tabel AutoscaleEvaluationsLog
Zie de zelfstudie over Log Analytics voor meer informatie over het gebruik van deze query's in Azure Portal. Zie Query voor de REST API.
Evaluaties van automatische schaalaanpassing controleren
Telt evaluaties van automatische schaalaanpassing in het afgelopen uur.
AutoscaleEvaluationsLog
| where TimeGenerated > ago(1h)
| summarize count() by ResourceId, Profile, OperationName, EvaluationResult