Skip to content
| Marketplace
Sign in
Visual Studio Code>Azure>Azure Master Architect - CopilotNew to Visual Studio Code? Get it now.
Azure Master Architect - Copilot

Azure Master Architect - Copilot

Shas Vaddi

|
4 installs
| (0) | Free
A senior Azure cloud architect chat participant with expert-level knowledge across all Azure services, powered by 192 Azure Agent Skills
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Azure Master Architect - VS Code Extension

A VS Code Chat Participant extension that provides expert-level Azure cloud architecture guidance, powered by 192 Azure Agent Skills.

Features

  • @azure-architect — Chat participant with deep Azure expertise
  • /design — Design end-to-end Azure architectures with Mermaid diagrams
  • /review — Well-Architected Framework reviews across all 5 pillars
  • /bicep — Generate production-ready Bicep templates
  • /cost — Azure cost analysis and optimization
  • /security — Security posture review and recommendations
  • /migrate — Migration planning from on-premises or other clouds

Prerequisites

  • Visual Studio Code 1.100+
  • GitHub Copilot extension

Development

# Install dependencies
npm install

# Compile
npm run compile

# Watch mode
npm run watch

# Press F5 in VS Code to launch Extension Development Host

Packaging & Publishing

# Package as .vsix
npm run package

# Install locally
code --install-extension azure-master-architect-0.1.0.vsix

# Publish to Marketplace (requires publisher setup)
npx @vscode/vsce publish

Adding Skills

Copy Azure Agent Skills into the skills/ directory:

git clone https://github.com/MicrosoftDocs/agent-skills.git /tmp/agent-skills
cp -r /tmp/agent-skills/skills/* ./skills/

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft