Skip to content

Commit 0c982d0

Browse files
committed
Fix example prompt format
1 parent b5d0844 commit 0c982d0

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

articles/azure-mcp-server/tools/azure-bestpractices.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Returns best practices for [Azure Functions](/azure/azure-functions/) code gener
2626

2727
Example prompts include:
2828

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"
29+
- **General best practices**: "What are the best practices for Azure Functions code generation?"
30+
- **Show recommendations**: "Show me code generation best practices for Azure Functions."
31+
- **Development guidance**: "I need guidance on writing Azure Functions code, what should I follow?"
32+
- **Recommended patterns**: "What are the recommended patterns for Azure Functions development?"
33+
- **Efficient coding**: "Help me understand how to write efficient Azure Functions code."
3434

3535
### Get deployment best practices
3636

@@ -40,11 +40,11 @@ Returns best practices for Azure Functions deployment. Use this tool to get guid
4040

4141
Example prompts include:
4242

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"
43+
- **Deployment best practices**: "What are the best practices for deploying Azure Functions?"
44+
- **CI/CD setup**: "How should I set up CI/CD for my Azure Functions app?"
45+
- **Deployment recommendations**: "Show me deployment recommendations for Azure Functions."
46+
- **Production deployment**: "What's the best way to deploy Azure Functions to production?"
47+
- **Secure pipeline**: "I need guidance on setting up a secure deployment pipeline for Azure Functions."
4848

4949

5050
## Azure SDK
@@ -57,11 +57,11 @@ Returns best practices for secure, production-grade Azure SDK usage. Use this to
5757

5858
Example prompts include:
5959

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"
60+
- **General best practices**: "What are the best practices for using Azure SDKs?"
61+
- **Implementation guidance**: "Show me guidance on implementing Azure services in my application"
62+
- **Authentication handling**: "How should I handle authentication with Azure SDKs?"
63+
- **Connection management**: "What's the recommended way to manage connections with Azure services?"
64+
- **Secure implementation**: "I need help implementing Azure services securely in my application"
6565

6666

6767
## Related resources

articles/azure-mcp-server/tools/azure-terraform-bestpractices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Returns best practices for implementing Terraform with Azure. Use this tool to g
2323

2424
Example prompts include:
2525

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"
26+
- **General best practices**: "What are the best practices for using Terraform with Azure?"
27+
- **Implementation guidance**: "Show me guidance for implementing Azure resources with Terraform"
28+
- **Module structure**: "How should I structure my Terraform modules for Azure?"
29+
- **State management**: "What are the recommended patterns for managing state files in Azure Terraform projects?"
30+
- **Secure infrastructure**: "I need help implementing secure Azure infrastructure using Terraform"
3131

3232

3333
## Related resources

0 commit comments

Comments
 (0)