Skip to content

Commit 2cc9063

Browse files
committed
Azure MCP best practices
1 parent f0cb1be commit 2cc9063

File tree

2 files changed

+110
-0
lines changed

2 files changed

+110
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Terraform best practices for Azure - Azure MCP Server
3+
description: Use the Azure Terraform best practices tool in Azure MCP Server to get guidance on implementing Terraform for Azure resources.
4+
ms.service: azure-mcp-server
5+
content_well_notification:
6+
- AI-contribution
7+
ai-usage: ai-assisted
8+
ms.topic: reference
9+
ms.date: 07/22/2025
10+
---
11+
12+
# Terraform best practices for Azure tools
13+
14+
This article describes the Terraform best practices for Azure tool available in Azure MCP Server, which provides guidance for implementing Infrastructure as Code (IaC) with Terraform in Azure environments.
15+
16+
Terraform best practices for Azure helps you implement secure, scalable, and maintainable infrastructure configurations using recommended patterns and practices from Microsoft.
17+
18+
## Get Terraform best practices for Azure
19+
20+
<!-- azmcp azureterraformbestpractices get -->
21+
22+
Returns best practices for implementing Terraform with Azure. Use this tool to get guidance on creating secure, scalable, and maintainable infrastructure as code for Azure resources.
23+
24+
Example prompts include:
25+
26+
- "What are the best practices for using Terraform with Azure?"
27+
- "Show me guidance for implementing Azure resources with Terraform"
28+
- "How should I structure my Terraform modules for Azure?"
29+
- "What are the recommended patterns for managing state files in Azure Terraform projects?"
30+
- "I need help implementing secure Azure infrastructure using Terraform"
31+
32+
33+
## Related resources
34+
35+
- [Terraform on Azure documentation](/azure/developer/terraform/)
36+
- [Azure Architecture Center - Best practices in cloud applications](/azure/architecture/best-practices/)
37+
- [Azure MCP Server documentation](/azure/mcp-server/)
38+
- [Azure MCP Server tools reference](/azure/mcp-server/tools/)
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Azure best practices tools - Azure MCP Server
3+
description: Use the Azure best practices tools in Azure MCP Server to get guidance on Azure Functions development, deployment, and Azure SDK usage.
4+
ms.service: azure-mcp-server
5+
content_well_notification:
6+
- AI-contribution
7+
ai-usage: ai-assisted
8+
ms.topic: reference
9+
ms.date: 07/22/2025
10+
---
11+
12+
# Azure best practices tools
13+
14+
This article describes the best practices tools available in Azure MCP Server that provide guidance on Azure service usage, development, and deployment.
15+
16+
Azure best practices tools offer recommendations for Azure Functions development, deployment strategies, and Azure SDK implementation patterns to help you build robust, secure, and efficient Azure applications.
17+
18+
19+
## Azure Functions
20+
21+
## Get code generation best practices
22+
23+
<!-- azmcp bestpractices azurefunctions get-code-generation -->
24+
25+
Returns best practices for Azure Functions code generation. Use this tool to get guidance on writing efficient and maintainable Azure Functions code.
26+
27+
Example prompts include:
28+
29+
- "What are the best practices for Azure Functions code generation?"
30+
- "Show me code generation best practices for Azure Functions"
31+
- "I need guidance on writing Azure Functions code, what should I follow?"
32+
- "What are the recommended patterns for Azure Functions development?"
33+
- "Help me understand how to write efficient Azure Functions code"
34+
35+
### Get deployment best practices
36+
37+
<!-- azmcp bestpractices azurefunctions get-deployment -->
38+
39+
Returns best practices for Azure Functions deployment. Use this tool to get guidance on deploying Azure Functions applications efficiently and securely.
40+
41+
Example prompts include:
42+
43+
- "What are the best practices for deploying Azure Functions?"
44+
- "How should I set up CI/CD for my Azure Functions app?"
45+
- "Show me deployment recommendations for Azure Functions"
46+
- "What's the best way to deploy Azure Functions to production?"
47+
- "I need guidance on setting up a secure deployment pipeline for Azure Functions"
48+
49+
50+
## Azure SDK
51+
52+
## Get best practices
53+
54+
<!-- azmcp bestpractices general get -->
55+
56+
Returns best practices for secure, production-grade Azure SDK usage. Use this tool to get guidance on implementing Azure services in your applications.
57+
58+
Example prompts include:
59+
60+
- "What are the best practices for using Azure SDKs?"
61+
- "Show me guidance on implementing Azure services in my application"
62+
- "How should I handle authentication with Azure SDKs?"
63+
- "What's the recommended way to manage connections with Azure services?"
64+
- "I need help implementing Azure services securely in my application"
65+
66+
67+
## Related resources
68+
69+
- [Azure Functions documentation](/azure/azure-functions/)
70+
- [Azure SDK documentation](/azure/developer/sdk/)
71+
- [Azure MCP Server documentation](/azure/mcp-server/)
72+
- [Azure MCP Server tools reference](/azure/mcp-server/tools/)

0 commit comments

Comments
 (0)