惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Application and Cybersecurity Blog
Application and Cybersecurity Blog
N
News | PayPal Newsroom
The Last Watchdog
The Last Watchdog
S
Secure Thoughts
Forbes - Security
Forbes - Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
PCI Perspectives
PCI Perspectives
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
Hacker News: Ask HN
Hacker News: Ask HN
H
Heimdal Security Blog
D
Docker
Cloudbric
Cloudbric
P
Privacy International News Feed
S
Security Affairs
TaoSecurity Blog
TaoSecurity Blog
博客园 - 聂微东
WordPress大学
WordPress大学
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
Tenable Blog
Scott Helme
Scott Helme
人人都是产品经理
人人都是产品经理
Recent Announcements
Recent Announcements
P
Palo Alto Networks Blog
小众软件
小众软件
L
LINUX DO - 最新话题
美团技术团队
Google Online Security Blog
Google Online Security Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
The Hacker News
The Hacker News
Webroot Blog
Webroot Blog
T
Tor Project blog
G
Google Developers Blog
A
About on SuperTechFans
Y
Y Combinator Blog
K
Kaspersky official blog
A
Arctic Wolf
量子位
I
InfoQ
V
Visual Studio Blog
T
Troy Hunt's Blog
C
Cybersecurity and Infrastructure Security Agency CISA
J
Java Code Geeks
博客园 - 【当耐特】
GbyAI
GbyAI

Visual Studio Blog

Visual Studio Administrator? Join our Private Marketplace Preview! - Visual Studio Blog Pick, manage, and get the most from your models - Visual Studio Blog Built-in Agent Skills Bring .NET and Azure Expertise into Visual Studio - Visual Studio Blog The Visual Studio Dev/Test Benefit: Freedom to Build, Test, and Experiment in Azure - Visual Studio Blog Visual Studio June Update - Track Your Usage, Trust Your Tools - Visual Studio Blog Automating your Visual Studio extension builds with GitHub Actions - Visual Studio Blog Make Visual Studio look the way you want - Visual Studio Blog Review pull requests without leaving Visual Studio What’s Coming Next in Visual Studio: Our Microsoft Build 2026 Announcements Visual Studio May Update – Plan, Review, Refine Plan Before You Build: Introducing the Plan agent in Visual Studio VSLive! Microsoft AI Hackathon 2026: Send Your Team Home With Working Code Agent Skills in Visual Studio: Teach Copilot How Your Team Works TypeScript 7 Beta Now Enabled by Default in Visual Studio 2026 18.6 Insiders 3 SDK-Style Support for Extension Projects Visual Studio April Update – Cloud Agent Integration - Visual Studio Blog From AI to .NET: 20 VS Live! Las Vegas Sessions You Can Watch Now - Visual Studio Blog Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent Workflow Visual Studio March Update – Build Your Own Custom Agents Visual Studio February Update
Azure MCP tools now ship built into Visual Studio 2022 — no extension required
Yun Jung Choi · 2026-04-16 · via Visual Studio Blog

Azure MCP tools now ship built into Visual Studio 2022 — no extension required

Azure MCP tools are now built into Visual Studio 2022 as part of the Azure development workload — no separate extension to find, install, or update. You can enable over 230 tools across 45 Azure services directly in GitHub Copilot Chat and manage Azure resources, deployments, and diagnostics without leaving your IDE. If you already have the Azure development workload installed, you’re one click away from getting started.

What changed

Previously, using Azure MCP tools in Visual Studio 2022 required you to install the “GitHub Copilot for Azure (VS 2022)” extension from the Visual Studio Marketplace, walk through the VSIX installer dialog, and restart Visual Studio. If something went wrong, you had to uninstall and reinstall the extension entirely. That friction added up.

Starting now, Azure MCP tools ship as part of the Azure development workload in Visual Studio 2022. There’s no separate extension to manage. When you install or already have the Azure development workload, the Azure MCP Server is available directly in GitHub Copilot Chat. You enable it once, and it stays enabled across sessions.

This change means fewer installation steps, no version mismatches between the extension and the IDE, and a single update path through the Visual Studio Installer. The Azure MCP Server version gets updated with regular Visual Studio releases, so you always receive the latest tools as part of your normal update cycle.

Note: VS-specific tools available in Visual Studio 2026 are not included in Visual Studio 2022.

What you get

The Azure MCP Server surfaces over 230 tools across 45 Azure services through GitHub Copilot Chat. These tools interact with various Azure services to support developers across the entire development lifecycle. Key scenarios include:

  • Learn — Ask questions about Azure services, best practices, and architecture patterns.
  • Design & develop — Get recommendations for Azure services and configure your application code.
  • Deploy — Provision resources and deploy your application directly from the IDE.
  • Troubleshoot — Query logs, check resource health, and diagnose issues in production.

The tools appear in all tools mode within GitHub Copilot Chat. You pick which tools to enable, and Copilot calls them automatically when your prompts relate to Azure.

See it in action

Here are a few examples that show how you can use the Azure MCP tools directly from GitHub Copilot Chat in Visual Studio 2022. Each prompt triggers one or more Azure MCP tool calls behind the scenes.

Explore your Azure resources

List my storage accounts in my current subscription.

Copilot calls the Azure MCP tools to query your subscriptions and storage accounts, then returns a list of your storage accounts with their names, locations, and SKUs — right in the chat window. No portal tab needed.

Deploy your app

Deploy my ASP.NET Core app to Azure.

Copilot identifies your project, walks you through creating an App Service resource, and initiates the deployment via azd. You can track progress directly in the chat output.

Diagnose issues

Help diagnose my App Service resource.

Copilot uses AppLens and resource health tools to analyze your App Service, check for availability issues, and surface actionable recommendations — all without leaving the IDE.

Query your logs

Query my Log Analytics workspace for exceptions.

Copilot generates and runs a KQL query against your Log Analytics workspace, returning recent exceptions with timestamps, messages, and stack traces. You can refine the query in follow-up prompts to narrow down the root cause.

These are just a few examples. With over 230 tools across 45 Azure services, you can learn about Azure features, provision resources, deploy applications, and troubleshoot issues — all from a single chat window in Visual Studio 2022.

How to enable Azure MCP tools

The Azure MCP tools ship with the Azure development workload in Visual Studio 2022 version 17.14.30 or higher, but are disabled by default. Follow these steps to enable them:

  1. Update Visual Studio 2022 — Open the Visual Studio Installer and make sure you’re running version 17.14.30 or higher. If not, select Update.
  2. Install the Azure development workload — In the Visual Studio Installer, select Modify for your Visual Studio 2022 installation and check the Azure development workload. Select Modify again to apply.
  3. Launch Visual Studio 2022 — Open or create a project, then open GitHub Copilot Chat.
  4. Sign in — Make sure you’re signed in to both your GitHub account (for Copilot) and your Azure account (for resource access).
  5. Enable the Azure MCP Server — In the Copilot Chat window, select the Select tools button (the two wrenches icon). Find Azure MCP Server in the list and toggle it on.

visual studio 2022 enable tools image

Once enabled, the Azure MCP tools are available in every Copilot Chat session. You don’t need to re-enable them after restarting Visual Studio 2022.

Things to know

Keep these details in mind:

  • Azure MCP tools are disabled by default — you need to enable them manually in the Select tools dialog.
  • Tools specific to Visual Studio 2026 are not available in Visual Studio 2022.
  • Tool availability depends on your Azure subscription permissions — if you can’t perform an action in the Azure portal, you can’t perform it through MCP tools either.
  • This feature requires an active GitHub Copilot subscription and an Azure account.
  • The Azure MCP Server version is updated with regular Visual Studio releases.

Learn more

Share your feedback through Help > Send Feedback in Visual Studio 2022 or file issues on the Azure MCP Server GitHub repository.

Category

Author

Yun Jung Choi

Yun Jung is a Senior Product Manager at Microsoft. Her current focus is GitHub Copilot for Azure, a VS/VS Code extension designed to streamline Azure tasks and enhance developer and DevOps productivity. Yun Jung has a passion for problem-solving, and she enjoys creating and managing products that address complex needs and improve user experience.