You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/vscode/README.md
+77-1Lines changed: 77 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,83 @@ Easily bring the power of Model Context Protocol (MCP) to your Azure projects in
4
4
5
5
## Overview
6
6
7
-
**Azure MCP Server** adds smart, context-aware AI tools right inside VS Code to help you work more efficiently with Azure resources.
7
+
**Azure MCP Server** adds smart, context-aware AI tools right inside VS Code to help you work more efficiently with Azure resources. The Azure MCP Server supercharges your agents with Azure context across **28 different Azure services**.
8
+
9
+
## ✨ What can you do with the Azure MCP Server?
10
+
11
+
Here are some cool prompts you can try across our supported Azure services:
12
+
13
+
### 🔎 Azure AI Search
14
+
* "What indexes do I have in my Azure AI Search service 'mysvc'?"
15
+
* "Let's search this index for 'my search query'"
16
+
17
+
### ⚙️ Azure App Configuration
18
+
* "List my App Configuration stores"
19
+
* "Show my key-value pairs in App Config"
20
+
21
+
### ☸️ Azure Kubernetes Service (AKS)
22
+
* "List my AKS clusters in my subscription"
23
+
* "Show me all my Azure Kubernetes Service clusters"
24
+
25
+
### 📊 Azure Cosmos DB
26
+
* "Show me all my Cosmos DB databases"
27
+
* "List containers in my Cosmos DB database"
28
+
29
+
### 🗄️ Azure SQL Database
30
+
* "Show me details about my Azure SQL database 'mydb'"
31
+
* "List all databases in my Azure SQL server 'myserver'"
32
+
33
+
### 💾 Azure Storage
34
+
* "List my Azure storage accounts"
35
+
* "Show me the tables in my Storage account"
36
+
* "Get details about my Storage container"
37
+
38
+
### 🔑 Azure Key Vault
39
+
* "List my Key Vault secrets"
40
+
* "Show me the certificates in my Key Vault"
41
+
42
+
### 📊 Azure Monitor
43
+
* "Query my Log Analytics workspace"
44
+
* "Show me metrics for my Azure resources"
45
+
46
+
**And 20+ more Azure services!** For the complete list of supported services and sample prompts, see our [full documentation](https://github.com/Azure/azure-mcp/blob/main/README.md#-what-can-you-do-with-the-azure-mcp-server).
47
+
48
+
## 🛠️ Complete List of Supported Azure Services
49
+
50
+
The Azure MCP Server provides tools for interacting with **28 Azure service areas**:
51
+
52
+
- 🔎 **Azure AI Search** - Search engine/vector database operations
0 commit comments