AzPlex — VS Code Extension
MCP server for Azure, Azure DevOps, and Microsoft Fabric — deploy, manage, and orchestrate cloud resources using natural language in GitHub Copilot Chat.
Features
- Azure Resource Info — Unified query tool: list resources/RGs, find resources, get managed identity, activity logs, Resource Graph KQL, raw CLI
- Azure Resource Management — Deploy 50 resource types via Bicep templates, modify resources (tags, start/stop/restart, scale, public access, local auth, VNet integration, attach NSP/diagnostics/AppInsights/DCE)
- Azure Security & Identity — List/assign/remove RBAC roles, activate/deactivate PIM roles, assign PIM eligible roles
- Azure Networking — Manage PE connections (list/approve/reject)
- Azure DevOps — Create projects, repos, branches, pipelines, assign roles
- Microsoft Fabric — List/create workspaces, Git integration, deployment pipelines, managed private endpoints
Prerequisites
- Python 3.10+
- PowerShell Core (pwsh) — Install
- Azure CLI — Install, authenticated via
az login
- GitHub Copilot Chat extension
Getting Started
- Install this extension
- The MCP server is registered automatically — no manual configuration needed
- Open GitHub Copilot Chat and start using natural language:
create storage account in my-rg
list resources in my-rg
activate all my PIM roles
create devops project named MyProject
create fabric workspace named MyWorkspace
Usage Examples
Azure
login to azure
create resource group named my-rg in eastus
create key vault in my-rg
create function app in my-rg
create private endpoint for my-storage blob in my-subnet
assign Contributor role to user@example.com via PIM on my-rg
Azure DevOps
list all devops projects in organization myorg
create project named MyProject with repo MainRepo
create branch feature/new-feature from main in MyRepo
Microsoft Fabric
create fabric workspace named MyWorkspace in capacity <capacity-id>
attach fabric workspace to git repo MyRepo
create deployment pipeline Dev-to-Prod with workspaces DevWS,ProdWS
Supported Azure Resource Types
Storage Account, Key Vault, Azure OpenAI, AI Search, AI Foundry, Cosmos DB, MongoDB Cluster, Container Registry, Function App (Flex/ASP), App Service, SQL Server/Database, Redis Cache, VNet, Subnet, NSG, Private Endpoint, DNS Zone, API Management, Azure Firewall, Firewall Policy, NAT Gateway, VPN Gateway, Front Door, WAF Policy, DDoS Protection, DNS Resolver, Log Analytics, Application Insights, Container Apps, Container App Job, Service Bus, Data Factory, Synapse, Fabric Capacity, Automation Account, Speech Service, Logic App, and more.
Links
License
MIT