Releases: zmustafa/AzureSupportAgent
Releases · zmustafa/AzureSupportAgent
v1.0.0 — Azure Support Agent
First public release of Azure Support Agent — an AI-driven Azure operations workbench that runs in your own subscription.
✨ Highlights
- Conversational operations — multi-session AI chat with isolated context, live streaming, and a per-message reasoning + tool-call timeline.
- Deep investigations ("War Room") — specialist agents research in parallel, form hypotheses, and validate them against your live Azure data.
- Architectures — AI reverse-engineers live resources into diagrams with best-practice review, plus persistent Architecture Memory.
- Discovery & inventory — workloads, resource inventory grid + map, natural-language search.
- Assessments & governance — Well-Architected-style assessments, custom controls, framework mappings (NIST/ISO/CIS), Policy compliance.
- Monitoring & resilience — Monitor 2.0 dashboards, AMBA coverage, Performance Profiler, Backup/DR coverage, Retirement Radar, Telemetry intelligence.
- Automations — custom sub-agents, scheduled tasks, Workbooks → Playbooks, notifications, Jira/ServiceNow connectors.
- Bring your own AI — 11+ LLM providers (OpenAI, Azure OpenAI, Claude, Gemini, GitHub Copilot, Grok, Mistral, OpenRouter, ChatGPT, Ollama, LM Studio), disabled until configured.
🚀 Deploy
One-click Deploy to Azure (Container Apps + managed PostgreSQL + Azure Files), or run locally with Docker Compose. See the README.
🔐 Security
- Azure access is read-only by default; writes are approval-gated and audited.
- Connection auth: managed identity / service principal (secret or cert) / pasted token.
- Bootstrap admin is forced to change password on first login.
📦 Container images
- Docker Hub:
zmustafa/azure-support-agent:v25(and:latest) - GHCR:
ghcr.io/zmustafa/azure-support-agent:v25(and:latest)
Full app, single image (FastAPI + React SPA + in-process MCP servers).