AutoscaleEvaluationsLog 數據表的查詢
如需在 Azure 入口網站 使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢。
檢閱自動調整評估
計算過去一小時內的自動調整評估。
AutoscaleEvaluationsLog
| where TimeGenerated > ago(1h)
| summarize count() by ResourceId, Profile, OperationName, EvaluationResult