|
| 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 | +keywords: azure mcp server, azmcp, best practices |
| 5 | +ms.service: azure-mcp-server |
| 6 | +content_well_notification: |
| 7 | + - AI-contribution |
| 8 | +ai-usage: ai-assisted |
| 9 | +ms.topic: reference |
| 10 | +ms.date: 07/22/2025 |
| 11 | +author: diberry |
| 12 | +ms.author: diberry |
| 13 | +--- |
| 14 | + |
| 15 | +# Azure best practices tools |
| 16 | + |
| 17 | +This article describes the best practices tools available in Azure MCP Server that provide guidance on Azure service usage, development, and deployment. |
| 18 | + |
| 19 | +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. |
| 20 | + |
| 21 | + |
| 22 | +## Azure Functions |
| 23 | + |
| 24 | +## Get code generation best practices |
| 25 | + |
| 26 | +<!-- azmcp bestpractices azurefunctions get-code-generation --> |
| 27 | + |
| 28 | +Returns best practices for [Azure Functions](/azure/azure-functions/) code generation. Use this tool to get guidance on writing efficient and maintainable Azure Functions code. |
| 29 | + |
| 30 | +Example prompts include: |
| 31 | + |
| 32 | +- **General best practices**: "What are the best practices for Azure Functions code generation?" |
| 33 | +- **Show recommendations**: "Show me code generation best practices for Azure Functions." |
| 34 | +- **Development guidance**: "I need guidance on writing Azure Functions code, what should I follow?" |
| 35 | +- **Recommended patterns**: "What are the recommended patterns for Azure Functions development?" |
| 36 | +- **Efficient coding**: "Help me understand how to write efficient Azure Functions code." |
| 37 | + |
| 38 | +### Get deployment best practices |
| 39 | + |
| 40 | +<!-- azmcp bestpractices azurefunctions get-deployment --> |
| 41 | + |
| 42 | +Returns best practices for Azure Functions deployment. Use this tool to get guidance on deploying Azure Functions applications efficiently and securely. |
| 43 | + |
| 44 | +Example prompts include: |
| 45 | + |
| 46 | +- **Deployment best practices**: "What are the best practices for deploying Azure Functions?" |
| 47 | +- **CI/CD setup**: "How should I set up CI/CD for my Azure Functions app?" |
| 48 | +- **Deployment recommendations**: "Show me deployment recommendations for Azure Functions." |
| 49 | +- **Production deployment**: "What's the best way to deploy Azure Functions to production?" |
| 50 | +- **Secure pipeline**: "I need guidance on setting up a secure deployment pipeline for Azure Functions." |
| 51 | + |
| 52 | + |
| 53 | +## Azure SDK |
| 54 | + |
| 55 | +## Get best practices |
| 56 | + |
| 57 | +<!-- azmcp bestpractices general get --> |
| 58 | + |
| 59 | +Returns best practices for secure, production-grade Azure SDK usage. Use this tool to get guidance on implementing Azure services in your applications. |
| 60 | + |
| 61 | +Example prompts include: |
| 62 | + |
| 63 | +- **General best practices**: "What are the best practices for using Azure SDKs?" |
| 64 | +- **Implementation guidance**: "Show me guidance on implementing Azure services in my application" |
| 65 | +- **Authentication handling**: "How should I handle authentication with Azure SDKs?" |
| 66 | +- **Connection management**: "What's the recommended way to manage connections with Azure services?" |
| 67 | +- **Secure implementation**: "I need help implementing Azure services securely in my application" |
| 68 | + |
| 69 | + |
| 70 | +## Related resources |
| 71 | + |
| 72 | +- [Azure Functions documentation](/azure/azure-functions/) |
0 commit comments