Skip to content

Commit 35c3e3b

Browse files
committed
supporting docs
1 parent 19b48f5 commit 35c3e3b

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

articles/azure-mcp-server/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ items:
1515
href: tools/ai-search.md
1616
- name: Azure App Configuration
1717
href: tools/app-configuration.md
18+
- name: Azure best practices
19+
href: tools/azure-bestpractices.md
1820
- name: Azure Cache for Redis
1921
href: tools/azure-cache-for-redis.md
2022
- name: Azure CLI Extension
@@ -41,3 +43,5 @@ items:
4143
href: tools/resource-group.md
4244
- name: Subscription
4345
href: tools/subscription.md
46+
- name: Terraform best practices for Azure
47+
href: tools/azure-terraform-bestpractices.md

articles/azure-mcp-server/includes/tools/supported-azure-services.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ms.author: diberry
44
ms.service: azure-mcp-server
55
ms.topic: include
6-
ms.date: 07/01/2025
6+
ms.date: 07/22/2025
77
---
88

99
## Available tools
@@ -14,6 +14,7 @@ Azure MCP Server provides the following tools for Azure services and Azure-relat
1414
|------|--------------|
1515
| [Azure AI Search](../../tools/ai-search.md) | Manage Azure AI Search resources, including search services, indexes, and queries. |
1616
| [Azure App Configuration](../../tools/app-configuration.md) | Manage centralized application settings and feature flags. |
17+
| [Azure best practices](../../tools/azure-bestpractices.md) | Get guidance on Azure Functions development, deployment, and Azure SDK usage. |
1718
| [Azure Cache for Redis](../../tools/azure-cache-for-redis.md) | Manage Azure Cache for Redis instances, Redis clusters, and access policies. |
1819
| [Azure CLI Extension](../../tools/azure-cli-extension.md) | Execute Azure CLI commands within the MCP server. |
1920
| [Azure Data Explorer](../../tools/azure-data-explorer.md) | Work with Azure Data Explorer clusters, databases, tables, and queries. |
@@ -27,3 +28,4 @@ Azure MCP Server provides the following tools for Azure services and Azure-relat
2728
| [Azure Storage](../../tools/storage.md) | List Azure Storage accounts, containers, blobs, and tables. |
2829
| [Resource Groups](../../tools/resource-group.md) | List Azure resource groups. |
2930
| [Subscription](../../tools/subscription.md) | List Azure subscriptions. |
31+
| [Terraform best practices for Azure](../../tools/azure-terraform-bestpractices.md) | Get guidance on implementing Terraform for Azure resources. |

articles/azure-mcp-server/tools/tools.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
{
2+
"azure-azureterraformbestpractices": {
3+
"root": "azmcp azureterraformbestpractices",
4+
"tools": [
5+
{
6+
"name": "get",
7+
"description": "Execute the get operation.",
8+
"params": []
9+
}
10+
]
11+
},
12+
"azure-bestpractices": {
13+
"root": "azmcp bestpractices",
14+
"tools": [
15+
{
16+
"name": "azurefunctions get-code-generation",
17+
"description": "Execute the azurefunctions get-code-generation operation.",
18+
"params": [],
19+
"status": "new"
20+
},
21+
{
22+
"name": "azurefunctions get-deployment",
23+
"description": "Execute the azurefunctions get-deployment operation.",
24+
"params": [],
25+
"status": "new"
26+
},
27+
{
28+
"name": "general get",
29+
"description": "Get general.",
30+
"params": []
31+
}
32+
]
33+
},
34+
235
"azure-app-configuration": {
336
"root": "azmcp appconfig",
437
"tools": [

0 commit comments

Comments
 (0)