npx claudepluginhub charris-msft/azure-plugin# Azure Status Command Check the status of Azure MCP server and display available capabilities. ## Status Checks ### 1. Azure CLI Status Check Azure CLI installation and authentication: Report: - CLI version - Logged in user/service principal - Current subscription - Tenant ID ### 2. Azure MCP Server Status Attempt to use an MCP tool to verify the server is running: Use `azure_subscription_list` to: 1. Confirm MCP server is responsive 2. Verify authentication is working 3. Get subscription count If MCP tools are not available: - Inform user the Azure MCP server is not enabled - D...
/statusDisplay Conductor project status including overall progress, active tracks summary, and next actions. Optional [track-id] [--detailed] for per-track task details and blockers.
/statusDisplays compact planning status from task_plan.md: current phase and progress, phase list with icons, error count, and planning file checks.
/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
/statusDisplays current design system state from .interface-design/system.md including direction, foundation, depth, tokens, patterns, and last updated time. Suggests setup options if no system found.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.
Check the status of Azure MCP server and display available capabilities.
Check Azure CLI installation and authentication:
# Version
az version --output json 2>&1
# Current account
az account show --query "{Name:name, ID:id, TenantId:tenantId}" -o json 2>&1
Report:
Attempt to use an MCP tool to verify the server is running:
Use azure_subscription_list to:
If MCP tools are not available:
/mcp to enable it/azure:setup for guided configurationList the major tool categories available:
| Category | Tools | Description |
|---|---|---|
| Subscription | azure_subscription_list | List subscriptions |
| Resource Groups | azure_resource_group_list | List resource groups |
| Storage | azure_storage_* | Storage operations |
| Compute | azure_appservice_*, azure_aks_* | Compute services |
| Data | azure_sql_*, azure_cosmosdb_* | Database services |
| Security | azure_keyvault_*, azure_rbac_* | Security services |
| AI | azure_search_*, azure_speech_* | AI services |
| CLI | azure_cli_generate | Generate CLI commands |
If MCP is enabled, perform quick validation:
Display a comprehensive status report:
Azure MCP Status
================
Azure CLI
Version: 2.x.x
Status: ✓ Installed
Authentication
User: user@contoso.com
Type: Interactive
Status: ✓ Authenticated
Subscription
Name: Contoso Production
ID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
State: Enabled
Azure MCP Server
Status: ✓ Running
Tools Available: 40+
Quick Test Results
Subscriptions: ✓ 3 found
Resource Groups: ✓ 15 found
Ready to use Azure tools!
Azure MCP Server
Status: ✗ Not enabled
To enable:
1. Run /mcp
2. Enable the "azure" server
3. Run /azure:status again
Authentication
Status: ✗ Not authenticated
To authenticate:
Run /azure:auth or: az login
Subscription
Status: ✗ No subscriptions found
Possible causes:
- Account has no Azure subscriptions
- Insufficient permissions
- Wrong tenant selected
After displaying status, offer helpful suggestions: