@@ -26,11 +26,11 @@ Returns best practices for [Azure Functions](/azure/azure-functions/) code gener
2626
2727Example 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
4141Example 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
5858Example 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
0 commit comments