Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 7438ac9

Browse files
Copilotjongio
andcommitted
Enhance VSIX README with 28 Azure service areas and sample prompts
Co-authored-by: jongio <2163001+jongio@users.noreply.github.com>
1 parent 7c976d0 commit 7438ac9

1 file changed

Lines changed: 77 additions & 1 deletion

File tree

eng/vscode/README.md

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,83 @@ Easily bring the power of Model Context Protocol (MCP) to your Azure projects in
44

55
## Overview
66

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
53+
- ⚙️ **Azure App Configuration** - Configuration management
54+
- 🛡️ **Azure Best Practices** - Secure, production-grade guidance
55+
- 🖥️ **Azure CLI Extension** - Direct Azure CLI command execution
56+
- 📊 **Azure Cosmos DB** - NoSQL database operations
57+
- 🧮 **Azure Data Explorer** - Analytics queries and KQL
58+
- 🐘 **Azure Database for PostgreSQL** - PostgreSQL database management
59+
- 🛠️ **Azure Developer CLI (azd)** - Template and deployment management
60+
- 🧮 **Azure Foundry** - AI model management and deployment
61+
- 🚀 **Azure Managed Grafana** - Monitoring dashboards
62+
- 🔑 **Azure Key Vault** - Secrets, keys, and certificates
63+
- ☸️ **Azure Kubernetes Service (AKS)** - Container orchestration
64+
- 📦 **Azure Load Testing** - Performance testing
65+
- 🏪 **Azure Marketplace** - Product discovery
66+
- 📈 **Azure Monitor** - Logging, metrics, and health monitoring
67+
- ⚙️ **Azure Native ISV Services** - Third-party integrations
68+
- 🛡️ **Azure Quick Review CLI** - Compliance scanning
69+
- 🔴 **Azure Redis Cache** - In-memory data store
70+
- 🏗️ **Azure Resource Groups** - Resource organization
71+
- 🎭 **Azure RBAC** - Access control management
72+
- 🚌 **Azure Service Bus** - Message queuing
73+
- 🗄️ **Azure SQL Database** - Relational database management
74+
- 🗄️ **Azure SQL Elastic Pool** - Database resource sharing
75+
- 🗄️ **Azure SQL Server** - Server administration
76+
- 💾 **Azure Storage** - Blob, table, file, and data lake storage
77+
- 📋 **Azure Subscription** - Subscription management
78+
- 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
79+
- 🖥️ **Azure Virtual Desktop** - Virtual desktop infrastructure
80+
- 📊 **Azure Workbooks** - Custom visualizations
81+
- 🏗️ **Bicep** - Azure resource templates
82+
83+
For detailed command documentation and examples, see [Azure MCP Commands](https://github.com/Azure/azure-mcp/blob/main/docs/azmcp-commands.md).
884

985
## Getting Started
1086

0 commit comments

Comments
 (0)