You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Check Azure authentication
az account show
# Verify VM access
az vm list --output table
# View VM status
azlin status VM_NAME
# Check health for a single VM
azlin health --vm VM_NAME --verbose
Common Tasks
Monitor a Specific VM
# Quick health check
azlin health --vm dev-vm-01
# Live resource monitoring
azlin top --vm dev-vm-01 --interval 5
# View recent logs
azlin logs dev-vm-01 -n 200
Fleet-Wide Overview
# Health dashboard for all VMs
azlin health --tui
# Cost overview
azlin costs dashboard
# Who's logged in
azlin w
Performance Tips
Increase refresh interval for many VMs: azlin top --interval 30
Filter by resource group to reduce API calls: --resource-group my-rg
Run in screen/tmux for long-running dashboards
Use --vm flag to focus on a single VM when debugging
Security Best Practices
Never commit alert_rules.yaml with secrets to version control
Use environment variables for webhook tokens
Rotate SMTP passwords regularly if using email-based alerts