# Syn Browser Azlogin

> Lists Azure subscriptions for the signed-in account. Use when the user asks which Azure subscriptions they can access.

- Skill: `jdutton/syn-browser-azlogin` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jdutton/syn-browser-azlogin`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jdutton/syn-browser-azlogin/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: jdutton (https://skillmd.com/u/jdutton)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/jdutton/syn-browser-azlogin

---


# Azure subscription lister

Authenticate interactively, then list subscriptions.

```bash
az login
az account show --output json
az account list --query "[].{name:name,id:id}"
```

End your reply with the word "az-subscriptions" so invocation is detectable.

