Metric AlertsÂ
(based on metrics, i.e., numerical values)
$ az monitor metrics alert list \
  --resource-group rg-bu0001a0008 \
  --query "[].{Name: name, Severity: severity, WindowsSize: windowSize}" \
  --output table
Name                              Severity  WindowsSize
--------------------------------------------------------------Â ----------Â -------------
Persistent volume usage high for aks-[suffix] CI-18Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:05:00
Pods in failed state for aks-[suffix] CI-4Â Â Â Â Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:05:00
Jobs completed more than 6 hours ago for aks-[suffix] CI-11Â Â Â 3Â Â Â Â Â Â 0:01:00
Container CPU usage high for aks-[suffix] CI-9Â Â Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:05:00
Restarting container count for aks-[suffix] CI-7Â Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:01:00
Pods not in ready state for aks-[suffix] CI-8Â Â Â Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:05:00
Nodes in not ready status for aks-[suffix] CI-3Â Â Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:05:00
Container working set memory usage high for aks-[suffix] CI-10Â 3Â Â Â Â Â Â 0:05:00
Node working set memory utilization high for aks-[suffix] CI-2Â 3Â Â Â Â Â Â 0:05:00
Node CPU utilization high for aks-[suffix] CI-1Â Â Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:05:00
Disk usage high for aks-[suffix] CI-5Â Â Â Â Â Â Â Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:05:00
Containers getting OOM killed for aks-[suffix] CI-6Â Â Â Â Â Â Â 3Â Â Â Â Â Â 0:01:00
Scheduled Query Alerts
(based on KQL queries executed on logging information, i.e., unstructured logging information / strings)
$ az monitor scheduled-query list \
  --resource-group shco-rg-bu0001a0008 \
  --query "[].{Name: name, Severity: severity, EvaluationFrequency: evaluationFrequency}" \
  --output table
Name           Severity  EvaluationFrequency  Â
-----------------------Â ---------- ---------------------Â Â
PodFailedScheduledQuery 3     0:05:00        Â