@azure/mcp-linux-arm64 3.0.0-beta.4 → 3.0.0-beta.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.txt +607 -373
- package/README.md +128 -13
- package/dist/Azure.Mcp.Tools.AzureMigrate.xml +34 -406
- package/dist/Instrumentation/Resources/concepts/dotnet/azure-monitor-distro.md +1 -1
- package/dist/Instrumentation/Resources/examples/dotnet/aspnetcore-distro-setup.md +1 -1
- package/dist/azmcp +0 -0
- package/package.json +2 -2
- package/dist/appsettings.json +0 -5
package/README.md
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP specification](https://modelcontextprotocol.io) to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) in VS Code.
|
|
5
5
|
## Table of Contents
|
|
6
6
|
- [Overview](#overview)
|
|
7
|
-
- [
|
|
7
|
+
- [Local Setup](#local-setup)
|
|
8
|
+
- [Remote Setup](#remote-setup)
|
|
8
9
|
- [Usage](#usage)
|
|
9
10
|
- [Getting Started](#getting-started)
|
|
10
11
|
- [Sovereign Cloud Support](#sovereign-cloud-support)
|
|
@@ -25,16 +26,16 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
25
26
|
|
|
26
27
|
# Overview
|
|
27
28
|
|
|
28
|
-
**Azure MCP Server** supercharges your agents with Azure context across
|
|
29
|
+
**Azure MCP Server** supercharges your agents with Azure context across numerous Azure services.
|
|
29
30
|
|
|
30
|
-
#
|
|
31
|
-
- To use Azure MCP server from node one must have Node.js (LTS) installed and available on your system PATH — this provides both `npm` and `npx`. We recommend Node.js
|
|
31
|
+
# Local Setup
|
|
32
|
+
- To use Azure MCP server from node one must have Node.js (LTS) installed and available on your system PATH — this provides both `npm` and `npx`. We recommend the latest Node.js LTS version. To verify your installation run: `node --version`, `npm --version`, and `npx --version`.
|
|
32
33
|
- Configure the `mcp.json` file with the following:
|
|
33
34
|
|
|
34
35
|
```json
|
|
35
36
|
{
|
|
36
37
|
"mcpServers": {
|
|
37
|
-
"
|
|
38
|
+
"azure-mcp-server": {
|
|
38
39
|
"command": "npx",
|
|
39
40
|
"args": [
|
|
40
41
|
"-y",
|
|
@@ -54,20 +55,20 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
54
55
|
| **VS Code** | `.vscode/mcp.json` (workspace)<br>`settings.json` (user) | [VS Code MCP Documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) |
|
|
55
56
|
| **Visual Studio** | `.mcp.json` (solution/workspace) | [Visual Studio MCP Setup](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022) |
|
|
56
57
|
| **GitHub Copilot CLI** | `~/.copilot/mcp-config.json` | [Copilot CLI MCP Configuration](#github-copilot-cli-configuration) |
|
|
57
|
-
| **Claude Code** | `~/.claude.json` or `.mcp.json` (project) | [Claude Code MCP Configuration](https://
|
|
58
|
+
| **Claude Code** | `~/.claude.json` or `.mcp.json` (project) | [Claude Code MCP Configuration](https://code.claude.com/docs/en/mcp-quickstart#add-a-local-server) |
|
|
58
59
|
| **Eclipse IDE** | GitHub Copilot Chat -> Configure Tools -> MCP Servers | [Eclipse MCP Documentation](https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp#configuring-mcp-servers-in-eclipse) |
|
|
59
60
|
| **IntelliJ IDEA** | Built-in MCP server (2025.2+)<br>Settings > Tools > MCP Server | [IntelliJ MCP Documentation](https://www.jetbrains.com/help/ai-assistant/mcp.html) |
|
|
61
|
+
| **Google Antigravity** | `~/.gemini/config/mcp_config.json` (global)<br>`.agents/mcp_config.json` (workspace) | [Google Antigravity MCP Documentation](https://antigravity.google/docs/mcp) |
|
|
60
62
|
| **Cursor** | `~/.cursor/mcp.json` or `.cursor/mcp.json` | [Cursor MCP Documentation](https://docs.cursor.com/context/model-context-protocol) |
|
|
61
63
|
| **Windsurf** | `~/.codeium/windsurf/mcp_config.json` | [Windsurf Cascade MCP Integration](https://docs.windsurf.com/windsurf/cascade/mcp) |
|
|
62
64
|
| **Amazon Q Developer** | `~/.aws/amazonq/mcp.json` (global)<br>`.amazonq/mcp.json` (workspace) | [AWS Q Developer MCP Guide](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/qdev-mcp.html) |
|
|
63
65
|
| **Claude Desktop** | `~/.claude/claude_desktop_config.json` (macOS)<br>`%APPDATA%\Claude\claude_desktop_config.json` (Windows) | [Claude Desktop MCP Setup](https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop) |
|
|
64
66
|
|
|
65
|
-
|
|
67
|
+
# Remote Setup
|
|
66
68
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/azd-templates/README.md) for deployment options.
|
|
69
|
+
Host the Azure MCP Server as a remote endpoint when your client requires HTTP-based MCP servers (for example, Microsoft Foundry and Microsoft Copilot Studio) or when you want to share a single deployment across users and environments. The server can be self-hosted on [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/overview).
|
|
70
70
|
|
|
71
|
+
See the remote hosting [azd templates](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/azd-templates/README.md) for deployment options.
|
|
71
72
|
|
|
72
73
|
# Usage
|
|
73
74
|
|
|
@@ -88,7 +89,7 @@ Azure MCP Server supports connecting to Azure sovereign clouds. By default, it a
|
|
|
88
89
|
|
|
89
90
|
| Cloud | Aliases |
|
|
90
91
|
|-------|---------|
|
|
91
|
-
| Azure Public Cloud | `AzureCloud`, `AzurePublicCloud`, `Public`, `AzurePublic` |
|
|
92
|
+
| Azure Public Cloud | `AzureCloud`, `AzurePublicCloud`, `Public`, `AzurePublic` |
|
|
92
93
|
| Azure China Cloud | `AzureChinaCloud`, `China`, `AzureChina` |
|
|
93
94
|
| Azure US Government | `AzureUSGovernment`, `USGov`, `AzureUSGovernmentCloud`, `USGovernment` |
|
|
94
95
|
|
|
@@ -137,6 +138,10 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
|
|
|
137
138
|
### 📊 Azure Advisor
|
|
138
139
|
|
|
139
140
|
* "List my Advisor recommendations"
|
|
141
|
+
* "Apply Advisor recommendations to IaaC files"
|
|
142
|
+
* "Before I deploy virtual machines, list the Advisor recommendation metadata that could apply to them"
|
|
143
|
+
* "Show Advisor service retirements on or after March 31, 2026"
|
|
144
|
+
* "Get Advisor metadata for a recommendation type id"
|
|
140
145
|
|
|
141
146
|
### 🔎 Azure AI Search
|
|
142
147
|
|
|
@@ -174,12 +179,19 @@ For full configuration options, see the [Sovereign Clouds documentation](https:/
|
|
|
174
179
|
* "Delete application setting 'LogLevel' from my 'my-webapp' in 'my-resource-group'"
|
|
175
180
|
* "List the deployments for web app 'my-webapp' in 'my-resource-group'"
|
|
176
181
|
* "Get the deployment 'deployment-id' for web app 'my-webapp' in 'my-resource-group'"
|
|
182
|
+
* "List the diagnostic detectors for web app 'my-webapp' in 'my-resource-group'"
|
|
183
|
+
* "Diagnose the web app 'my-webapp' with detector 'detector-name' in 'my-resource-group'"
|
|
184
|
+
* "Start the web app 'my-webapp' in 'my-resource-group'"
|
|
185
|
+
* "Stop the web app 'my-webapp' in 'my-resource-group'"
|
|
186
|
+
* "Restart the web app 'my-webapp' in 'my-resource-group'"
|
|
187
|
+
* "Soft restart the web app 'my-webapp' in 'my-resource-group' waiting for restart to complete"
|
|
177
188
|
|
|
178
189
|
### 🛡️ Azure Backup
|
|
179
190
|
|
|
180
191
|
* "Create a Recovery Services vault named 'myvault' in resource group 'myRG' in eastus with vault-type 'rsv'"
|
|
181
192
|
* "Get details of backup vault 'myvault' in resource group 'myRG'"
|
|
182
193
|
* "Create a backup policy for Azure VMs in vault 'myvault'"
|
|
194
|
+
* "Update backup policy schedule time to 04:00 in vault 'myvault'"
|
|
183
195
|
* "List protectable items in my backup vault"
|
|
184
196
|
* "Check backup status for my Azure resource in eastus"
|
|
185
197
|
* "Get recovery points for a protected item"
|
|
@@ -238,6 +250,10 @@ Example prompts that generate Azure CLI commands:
|
|
|
238
250
|
* "Update VMSS 'my-vmss' capacity to 5 instances"
|
|
239
251
|
* "Delete virtual machine 'my-vm' in resource group 'my-resource-group'"
|
|
240
252
|
* "Force delete VM 'my-vm' in resource group 'my-rg' using force-deletion"
|
|
253
|
+
* "Start VM 'my-vm' in resource group 'my-rg'"
|
|
254
|
+
* "Stop VM 'my-vm' in resource group 'my-rg'"
|
|
255
|
+
* "Deallocate VM 'my-vm' in resource group 'my-rg' to stop billing"
|
|
256
|
+
* "Restart VM 'my-vm' in resource group 'my-rg'"
|
|
241
257
|
* "Delete virtual machine scale set 'my-vmss' in resource group 'my-resource-group'"
|
|
242
258
|
* "Force delete VMSS 'my-vmss' in resource group 'my-rg' using force-deletion"
|
|
243
259
|
|
|
@@ -261,6 +277,11 @@ Example prompts that generate Azure CLI commands:
|
|
|
261
277
|
|
|
262
278
|
* "Show me all my Cosmos DB databases"
|
|
263
279
|
* "List containers in my Cosmos DB database"
|
|
280
|
+
* "Infer the schema of container 'items' in database 'mydb' for Cosmos DB account 'myaccount'"
|
|
281
|
+
* "Show me the 15 most recent documents in container 'items' of database 'mydb' in Cosmos DB account 'myaccount'"
|
|
282
|
+
* "Get the document with id '123' from container 'items' in database 'mydb' of Cosmos DB account 'myaccount'"
|
|
283
|
+
* "Search documents in container 'items' from database 'mydb' where 'description' contains 'wireless headphones'"
|
|
284
|
+
* "Find documents similar to 'noise cancelling earbuds' in container 'items' of database 'mydb' using vector property 'embedding'"
|
|
264
285
|
|
|
265
286
|
### 🧮 Azure Data Explorer
|
|
266
287
|
|
|
@@ -299,6 +320,29 @@ Example prompts that generate Azure CLI commands:
|
|
|
299
320
|
* "Get provisioning recommendations for my file share workload"
|
|
300
321
|
* "Get usage data and metrics for my file share"
|
|
301
322
|
|
|
323
|
+
### 💡 Azure Insights
|
|
324
|
+
|
|
325
|
+
* "Generate insights from my current subscription"
|
|
326
|
+
* "Summarize what's deployed across my Azure environment and highlight notable patterns"
|
|
327
|
+
* "Analyze my tenant and give me insights about the overall infrastructure"
|
|
328
|
+
* "What can you tell me about my existing Azure environment?"
|
|
329
|
+
* "Analyze subscription <subscription_id> for architectural patterns"
|
|
330
|
+
* "Analyze my Azure infrastructure and surface patterns to help me plan my next project"
|
|
331
|
+
* "Generate insights about my Azure environment to help me plan a new data analytics platform"
|
|
332
|
+
* "What insights can you derive about my subscription to help me plan a containerized microservices workload on AKS?"
|
|
333
|
+
|
|
334
|
+
### 🌐 Azure IoT Hub
|
|
335
|
+
|
|
336
|
+
* "Show me IoT Hub 'my-iot-hub' in resource group 'my-resource-group' of my subscription 'my-subscription'"
|
|
337
|
+
* "Get details for IoT Hub 'my-iot-hub' in resource group 'my-resource-group' of my subscription 'my-subscription'"
|
|
338
|
+
* "List devices in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
|
|
339
|
+
* "Show device 'my-device' in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
|
|
340
|
+
* "Show device statistics for IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
|
|
341
|
+
* "Get the device twin for 'my-device' in IoT Hub 'my-iot-hub'"
|
|
342
|
+
* "Query all devices in IoT Hub 'my-iot-hub' in resource group 'my-resource-group'"
|
|
343
|
+
* "Compile an IoT Hub query for devices where reported batteryLevel is less than 20"
|
|
344
|
+
* "Discover the queryable device twin fields in IoT Hub 'my-iot-hub'"
|
|
345
|
+
|
|
302
346
|
### 🔑 Azure Key Vault
|
|
303
347
|
|
|
304
348
|
* "List all secrets in my key vault 'my-vault'"
|
|
@@ -326,6 +370,8 @@ Example prompts that generate Azure CLI commands:
|
|
|
326
370
|
### 📊 Azure Monitor
|
|
327
371
|
|
|
328
372
|
* "Query my Log Analytics workspace"
|
|
373
|
+
* "List my Azure Monitor Health Models"
|
|
374
|
+
* "Get details for my Azure Monitor Health Model 'my-health-model'"
|
|
329
375
|
|
|
330
376
|
### 🧭 Azure Monitor Instrumentation (under Azure Monitor)
|
|
331
377
|
|
|
@@ -358,6 +404,27 @@ Example prompts that generate Azure CLI commands:
|
|
|
358
404
|
* "Show me details about my Azure SQL server 'myserver'"
|
|
359
405
|
* "Delete my Azure SQL server 'myserver'"
|
|
360
406
|
|
|
407
|
+
### 🤖 Azure SRE Agent
|
|
408
|
+
|
|
409
|
+
* "List my Azure SRE Agent resources"
|
|
410
|
+
* "Show me the SRE sub-agent named 'incident-bot' on agent 'sre-prod'"
|
|
411
|
+
* "Create a new SRE sub-agent named 'incident-bot' with these instructions on agent 'sre-prod'"
|
|
412
|
+
* "List the connectors registered on SRE Agent 'sre-prod'"
|
|
413
|
+
* "Register a Kusto connector on SRE Agent 'sre-prod' pointing at cluster 'https://help.kusto.windows.net'"
|
|
414
|
+
* "Register an MCP connector on SRE Agent 'sre-prod' for the Azure MCP server"
|
|
415
|
+
* "List the safety hooks configured on SRE Agent 'sre-prod'"
|
|
416
|
+
* "Activate the 'pre-prod-approval' hook for thread 'thread-123' on SRE Agent 'sre-prod'"
|
|
417
|
+
* "Create a new investigation thread on SRE Agent 'sre-prod' and ask it to look into elevated 5xx in payments-api"
|
|
418
|
+
* "Send a follow-up message to thread 'thread-123' on SRE Agent 'sre-prod'"
|
|
419
|
+
* "Run an autonomous investigation on SRE Agent 'sre-prod' with up to 20 iterations"
|
|
420
|
+
* "List scheduled tasks on SRE Agent 'sre-prod'"
|
|
421
|
+
* "Create a scheduled task on SRE Agent 'sre-prod' that runs every 15 minutes"
|
|
422
|
+
* "List active incidents on SRE Agent 'sre-prod'"
|
|
423
|
+
* "Declare an incident on SRE Agent 'sre-prod' for elevated error rates"
|
|
424
|
+
* "Generate a remediation workflow on SRE Agent 'sre-prod' from the latest investigation"
|
|
425
|
+
* "Search SRE Agent 'sre-prod' memories for prior occurrences of this alert"
|
|
426
|
+
* "Produce a remediation plan on SRE Agent 'sre-prod' for incident 'inc-42'"
|
|
427
|
+
|
|
361
428
|
### 💾 Azure Storage
|
|
362
429
|
|
|
363
430
|
* "List my Azure storage accounts"
|
|
@@ -372,6 +439,49 @@ Example prompts that generate Azure CLI commands:
|
|
|
372
439
|
* "Turn off DDoS protection in my Platform Landing Zone"
|
|
373
440
|
* "Turn off Bastion host in my Platform Landing Zone"
|
|
374
441
|
|
|
442
|
+
### 🛡️ Azure Resilience Management
|
|
443
|
+
|
|
444
|
+
* "List all resilience goal templates in service group 'my-service-group'"
|
|
445
|
+
* "Get the details of goal template 'my-template' in service group 'my-service-group'"
|
|
446
|
+
* "List all resilience goal assignments in service group 'my-service-group'"
|
|
447
|
+
* "List the resources of goal assignment 'my-assignment' in service group 'my-service-group'"
|
|
448
|
+
* "List my resilience usage plans in resource group 'my-rg'"
|
|
449
|
+
* "List the enrollments of usage plan 'my-plan' in resource group 'my-rg'"
|
|
450
|
+
* "List all resilience recovery plans in service group 'my-service-group'"
|
|
451
|
+
* "Get the recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
452
|
+
* "Create a Zonal recovery plan 'my-recovery-plan' in service group 'my-service-group' with a system-assigned identity"
|
|
453
|
+
* "Update recovery plan 'my-recovery-plan' in service group 'my-service-group' to use user-assigned identity '/subscriptions/my-subscription/resourceGroups/my-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-identity'"
|
|
454
|
+
* "Include recovery resource 'my-resource' in recovery plan 'my-recovery-plan' in service group 'my-service-group' and configure its protection settings"
|
|
455
|
+
* "Exclude recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
456
|
+
* "Remove recovery resource 'my-resource' from recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
457
|
+
* "Delete recovery plan 'my-recovery-plan' from service group 'my-service-group' and report whether it existed"
|
|
458
|
+
* "List the recovery jobs of recovery plan 'my-recovery-plan' in service group 'my-service-group'"
|
|
459
|
+
* "Update resilience drill 'my-drill' in service group 'my-service-group' to use manual RBAC setup"
|
|
460
|
+
* "Create a zonal resilience drill 'my-drill' in service group 'my-service-group'"
|
|
461
|
+
* "Get the resilience drill 'my-drill' in service group 'my-service-group'"
|
|
462
|
+
* "Create a Basic resilience usage plan 'my-plan' in resource group 'my-rg'"
|
|
463
|
+
* "Enroll service group 'my-service-group' into usage plan 'my-plan' in resource group 'my-rg'"
|
|
464
|
+
|
|
465
|
+
### Azure Resource Manager
|
|
466
|
+
|
|
467
|
+
* Use Azure resource graph to query Azure resources
|
|
468
|
+
* Create, view and cancel ARM template deployments
|
|
469
|
+
|
|
470
|
+
### Azure Terraform
|
|
471
|
+
|
|
472
|
+
* "Get the documentation for azurerm_virtual_network"
|
|
473
|
+
* "Show me the arguments for azurerm_storage_account"
|
|
474
|
+
* "Get AzAPI documentation for Microsoft.Storage/storageAccounts"
|
|
475
|
+
* "Get AzAPI docs for Microsoft.Compute/virtualMachines with API version 2024-07-01"
|
|
476
|
+
* "List all available Azure Verified Modules"
|
|
477
|
+
* "Show all versions of avm-res-network-virtualnetwork"
|
|
478
|
+
* "Get the documentation for avm-res-storage-storageaccount version 0.1.0"
|
|
479
|
+
* "Get the documentation for the avm-ptn-aiml-ai-foundry pattern module"
|
|
480
|
+
* "Export all resources in resource group my-rg to Terraform"
|
|
481
|
+
* "Export all storage accounts in my subscription using a resource graph query"
|
|
482
|
+
* "Validate Terraform files in ./my-terraform-folder against Azure security policies"
|
|
483
|
+
* "Validate my Terraform plan file against Azure-Proactive-Resiliency-Library-v2 policies"
|
|
484
|
+
|
|
375
485
|
### 🏛️ Azure Well-Architected Framework
|
|
376
486
|
|
|
377
487
|
* "List all services with Well-Architected Framework guidance"
|
|
@@ -381,7 +491,7 @@ Example prompts that generate Azure CLI commands:
|
|
|
381
491
|
|
|
382
492
|
## Complete List of Supported Azure Services
|
|
383
493
|
|
|
384
|
-
The Azure MCP Server provides tools for interacting with **
|
|
494
|
+
The Azure MCP Server provides tools for interacting with **44+ Azure service areas**:
|
|
385
495
|
|
|
386
496
|
- 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
|
|
387
497
|
- 📊 **Azure Advisor** - Advisor recommendations
|
|
@@ -405,6 +515,8 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
405
515
|
- 📊 **Azure Event Grid** - Event routing and management
|
|
406
516
|
- 📁 **Azure File Shares** - Azure managed file share operations
|
|
407
517
|
- ⚡ **Azure Functions** - Function App management and functions project files, language support, and templates source code
|
|
518
|
+
- 💡 **Azure Insights** - Derive infrastructure insights from Azure Resource Graph patterns
|
|
519
|
+
- 🌐 **Azure IoT Hub** - IoT Hub resource discovery and details
|
|
408
520
|
- 🔑 **Azure Key Vault** - Secrets, keys, and certificates
|
|
409
521
|
- ☸️ **Azure Kubernetes Service (AKS)** - Container orchestration
|
|
410
522
|
- 📦 **Azure Load Testing** - Performance testing
|
|
@@ -412,13 +524,14 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
412
524
|
- 🗃️ **Azure Managed Lustre** - High-performance Lustre filesystem operations
|
|
413
525
|
- 🏪 **Azure Marketplace** - Product discovery
|
|
414
526
|
- 🔄 **Azure Migrate** - Platform Landing Zone generation and modification guidance
|
|
415
|
-
- 📈 **Azure Monitor** - Logging, metrics, health monitoring, and instrumentation onboarding/migration workflow for local applications
|
|
527
|
+
- 📈 **Azure Monitor** - Logging, metrics, health models, health monitoring, and instrumentation onboarding/migration workflow for local applications
|
|
416
528
|
- ⚖️ **Azure Policy** - Policies set to enforce organizational standards
|
|
417
529
|
- ⚙️ **Azure Native ISV Services** - Third-party integrations
|
|
418
530
|
- 🛡️ **Azure Quick Review CLI** - Compliance scanning
|
|
419
531
|
- 📊 **Azure Quota** - Resource quota and usage management
|
|
420
532
|
- 🎭 **Azure RBAC** - Access control management
|
|
421
533
|
- 🔴 **Azure Redis Cache** - In-memory data store
|
|
534
|
+
- 🛡️ **Azure Resilience Management** - Resilience goal templates, goal assignments, goal resources, usage plans, usage plan enrollments, recovery plans, recovery plan resources, recovery jobs, recovery job resources, and drills
|
|
422
535
|
- 🏗️ **Azure Resource Groups** - Resource organization
|
|
423
536
|
- 🚌 **Azure Service Bus** - Message queuing
|
|
424
537
|
- 🧵 **Azure Service Fabric** - Managed cluster node operations
|
|
@@ -426,9 +539,11 @@ The Azure MCP Server provides tools for interacting with **43+ Azure service are
|
|
|
426
539
|
- 🗄️ **Azure SQL Database** - Relational database management
|
|
427
540
|
- 🗄️ **Azure SQL Elastic Pool** - Database resource sharing
|
|
428
541
|
- 🗄️ **Azure SQL Server** - Server administration
|
|
542
|
+
- 🤖 **Azure SRE Agent** - SRE Agent investigations, sub-agents, connectors, hooks, threads, scheduled tasks, incidents, workflows, memories, and remediation plans
|
|
429
543
|
- 💾 **Azure Storage** - Blob storage
|
|
430
544
|
- **Azure Storage Sync** - Azure File Sync management operations
|
|
431
545
|
- 📋 **Azure Subscription** - Subscription management
|
|
546
|
+
- 🏗️ **Azure Terraform** - Terraform provider documentation, Azure Verified Modules, resource export, and policy validation
|
|
432
547
|
- 🏗️ **Azure Terraform Best Practices** - Infrastructure as code guidance
|
|
433
548
|
- 🖥️ **Azure Virtual Desktop** - Virtual desktop infrastructure
|
|
434
549
|
- 🏛️ **Azure Well-Architected Framework** - Architectural best practices and design patterns
|