Connectivity Checklist¶
Use this checklist during the first 10 minutes of incidents where RDP, SSH, DNS, routes, or extension operations fail.
Initial response flow¶
graph TD
A[Connectivity symptom] --> B[Confirm VM power and provisioning state]
B --> C[Check NSG, effective routes, and IP path]
C --> D[Check DNS and peering if name-based failure]
D --> E[Check guest firewall, credentials, VM agent]
E --> F[Open connectivity playbook] Checklist¶
- Confirm the exact symptom: timeout, refused, auth failure, or name resolution.
- Verify VM power state and provisioning state in portal or
az vm get-instance-view. - Check NSG effective rules, public/private IP path, and effective routes.
- If DNS is involved, validate VNet DNS settings and guest resolver behavior.
- If extension or Run Command is involved, confirm VM agent is healthy.
- Preserve the first error text before changing rules.
Route to playbook¶
| Situation | Playbook |
|---|---|
| Cannot connect via RDP/SSH | Cannot RDP or SSH |
| DNS or internal connectivity issue | DNS and Connectivity Issues |
| VM extension failed | Extension Failures |