Skip to content

Commit 10a81ba

Browse files
Merge pull request #8895 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-17 23:00 UTC
2 parents c0ad9b8 + 574a2c2 commit 10a81ba

38 files changed

Lines changed: 2578 additions & 240 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ _repo.*/
1111
.openpublishing.buildcore.ps1.vscode/
1212
*.DS_Store
1313
*.lnk
14+
15+
# Squad state (belongs in squad repo, not content repo)
16+
.squad/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
items:
2+
- name: AI developer tools for Azure
3+
href: index.yml
4+
items:
5+
- name: Overview
6+
href: overview.md
7+
- name: GitHub Copilot for Azure
8+
href: ../github-copilot-azure/TOC.yml
9+
- name: Azure MCP Server
10+
href: ../azure-mcp-server/TOC.yml
11+
- name: Azure Skills
12+
href: ../azure-skills/TOC.yml
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
items:
2+
- name: Azure
3+
tocHref: /azure/index
4+
topicHref: /azure/index
5+
items:
6+
- name: Developer
7+
tocHref: /azure/developer
8+
topicHref: /azure/developer/index
9+
items:
10+
- name: AI developer tools
11+
tocHref: /azure
12+
topicHref: /azure/developer/ai-developer-tools/TOC
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
### YamlMime:Landing
2+
3+
title: AI developer tools for Azure documentation
4+
summary: Explore AI-powered developer tools for Azure including the Azure MCP Server, GitHub Copilot MCP servers, and Azure Skills. Build intelligent workflows that connect AI agents to Azure services.
5+
6+
metadata:
7+
title: AI developer tools for Azure documentation
8+
description: Learn about AI-powered developer tools for Azure, including MCP servers, GitHub Copilot integrations, and Azure Skills for building agentic workflows.
9+
ms.topic: landing-page
10+
ms.date: 07/11/2025
11+
12+
landingContent:
13+
- title: Azure Skills
14+
linkLists:
15+
- linkListType: overview
16+
links:
17+
- text: Overview
18+
url: ../azure-skills/overview.md
19+
- linkListType: get-started
20+
links:
21+
- text: Install and configure
22+
url: ../azure-skills/install.md
23+
- text: Quickstart
24+
url: ../azure-skills/quickstart.md
25+
- title: Azure MCP Server
26+
linkLists:
27+
- linkListType: overview
28+
links:
29+
- text: Overview
30+
url: ../azure-mcp-server/overview.md
31+
- linkListType: get-started
32+
links:
33+
- text: Get started with Azure MCP Server
34+
url: ../azure-mcp-server/get-started.md
35+
- linkListType: reference
36+
links:
37+
- text: Tools reference
38+
url: ../azure-mcp-server/tools/index.md
39+
- title: GitHub Copilot for Azure
40+
linkLists:
41+
- linkListType: overview
42+
links:
43+
- text: Overview
44+
url: ../github-copilot-azure/introduction.md
45+
- linkListType: get-started
46+
links:
47+
- text: Get started
48+
url: ../github-copilot-azure/get-started.md
49+
- text: Deploy with agent mode
50+
url: ../github-copilot-azure/quickstart-deploy-app-agent-mode.md
51+
- linkListType: learn
52+
links:
53+
- text: Learn about Azure and your app
54+
url: ../github-copilot-azure/learn-examples.md
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Azure AI developer tools overview
3+
description: The Azure AI developer tools help you build, deploy, and manage Azure applications with natural language through GitHub Copilot for Azure, Azure MCP Server, and Azure Skills.
4+
author: diberry
5+
ms.author: diberry
6+
ms.date: 04/02/2026
7+
ms.topic: overview
8+
ms.collection: ce-skilling-ai-copilot
9+
ms.custom: build-2025
10+
---
11+
12+
# Azure AI developer tools overview
13+
14+
The Azure AI developer tools are a collection of AI-powered tools that help you manage, deploy, and troubleshoot Azure resources by using natural language. The toolset includes GitHub Copilot for Azure, the Azure MCP Server, and Azure Skills. These tools work together across IDEs, terminals, and CI/CD pipelines.
15+
16+
## Why use Azure AI developer tools?
17+
18+
Building on Azure typically requires navigating portal UIs, reading documentation across multiple services, writing infrastructure-as-code templates, and debugging deployment issues. These tasks add friction before you write your first line of application code. This friction slows teams down and creates a steep learning curve, especially for developers new to Azure.
19+
20+
The Azure AI developer tools eliminate this friction by bringing Azure directly into your development workflow:
21+
22+
- **Reduce context switching** - Ask questions about Azure services, manage resources, and deploy applications without leaving your IDE or terminal.
23+
- **Accelerate onboarding** - New team members can discover and use Azure services through natural language. They don't need to memorize CLI commands, portal navigation, or ARM/Bicep syntax.
24+
- **Enforce best practices automatically** - Azure Skills embed guardrails and proven patterns into every workflow. Deployments follow organizational standards without manual review checklists.
25+
- **Work where you already are** - Whether you use VS Code, Visual Studio, Cursor, IntelliJ, or a CLI, the Azure AI developer tools meet you in your existing environment.
26+
27+
## Key tools
28+
29+
| Tool | What it does | Best for |
30+
|---|---|---|
31+
| [GitHub Copilot for Azure](../github-copilot-azure/introduction.md) | Extension that surfaces Azure tools and skills through GitHub Copilot | Integrated IDE experience in VS Code or Visual Studio |
32+
| [Azure MCP Server](../azure-mcp-server/overview.md) | Standalone MCP server with 270+ tools across 50+ Azure services and Microsoft Entra ID authentication | Azure tools in any MCP-compatible client |
33+
| [Azure Skills](../azure-skills/overview.md) | Knowledge modules that provide end-to-end workflows with guardrails | Guided, best-practice Azure workflows |
34+
35+
## Choose the right tool
36+
37+
Use the following decision flow to determine which tool best fits your scenario.
38+
39+
1. **Are you using VS Code or Visual Studio?**
40+
- Yes → **[GitHub Copilot for Azure](../github-copilot-azure/introduction.md)** — Includes Azure MCP Server built-in.
41+
- No → Continue to step 2.
42+
43+
1. **Using another IDE (Cursor, IntelliJ, Windsurf)?**
44+
- Yes → **[Azure MCP Server](../azure-mcp-server/overview.md)** — Install the standalone MCP server.
45+
- No → Continue to step 3.
46+
47+
1. **Want end-to-end workflows with guardrails?**
48+
- Yes → **[Azure Skills](../azure-skills/overview.md)** — Available across multiple hosts including GitHub Copilot CLI, Claude Code, and VS Code.
49+
50+
## Supported development environments
51+
52+
| Environment | GitHub Copilot for Azure | Azure MCP Server | Azure Skills |
53+
|---|---|---|---|
54+
| VS Code | ✅ Extension + MCP Server |||
55+
| Visual Studio 2022 | ✅ Built-in (with Azure Workload) |||
56+
| Visual Studio 2026 | ✅ Built-in (with Azure Workload) |||
57+
| Cursor ||||
58+
| Windsurf ||||
59+
| IntelliJ ||||
60+
| GitHub Copilot CLI || ✅ (via `/mcp add`) ||
61+
| Claude Code ||||
62+
63+
## Primary scenarios
64+
65+
All three tools — GitHub Copilot for Azure, Azure MCP Server, and Azure Skills — support most Azure development scenarios. The following table shows the recommended starting point for each scenario, but you can use any tool for any task.
66+
67+
| Scenario | Example prompts |
68+
|---|---|
69+
| Learn about Azure services | "What Azure services should I use with my app?" |
70+
| Manage Azure resources | "List all my storage accounts" |
71+
| Deploy an application | "Deploy my app to Azure" |
72+
| Troubleshoot a failing app | "Why is my app returning 500 errors?" |
73+
| Query resources across subscriptions | "Show me all VMs across my subscriptions" |
74+
| Set up end-to-end deployment pipeline | "Prepare and deploy my Node.js app to Azure" |
75+
76+
## Related content
77+
78+
- [GitHub Copilot for Azure documentation](../github-copilot-azure/introduction.md)
79+
- [Azure MCP Server documentation](../azure-mcp-server/overview.md)
80+
- [Azure Skills documentation](../azure-skills/overview.md)

0 commit comments

Comments
 (0)