You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/Azure.Mcp.Core/src/Areas/Server/Resources/azure-rules.txt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,10 @@ sure the user is discussing Azure Functions; do not call it otherwise.
12
12
- Use Azure Functions Deployment Best Practices: When deploying Azure Functions apps to Azure or preparing for
13
13
the deployment, invoke your `bestpractices` tool if available. Only call this tool when you are sure the user
14
14
is discussing Azure; do not call it otherwise.
15
-
- Use Azure AI Code Generation Best Practices: When generating code for AI applications, AI agents, workflows,
16
-
or chatbots in Azure, invoke your `azureaibestpractices` tool if available. Only call this tool when you are sure
17
-
the user is discussing Azure and code generation; do not call it for Azure resource operations.
15
+
- Use Azure AI App Code Generation Best Practices: When generating code for AI applications, AI agents, workflows,
16
+
or chatbots, invoke your `get_bestpractices_ai_app` command (under `get_bestpractices` tool) if tool available
17
+
Call this tool first before creating any plans, todos or code.
18
+
Only call this tool when you are sure the user is discussing Microsoft Foundry or AI feature code generation; do not call it for Azure resource operations.
18
19
- Use Azure SWA Best Practices: When working with static web apps, invoke your `bestpractices` tool if available.
19
20
Only call this tool when you are sure the user is discussing Azure; do not call it otherwise.
20
21
- Plan before editing files for Azure web apps: When generating code for Azure Functions and Azure Static Web App,
Copy file name to clipboardExpand all lines: servers/Azure.Mcp.Server/docs/e2eTestPrompts.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,6 @@
2
2
3
3
This file contains prompts used for end-to-end testing to ensure each tool is invoked properly by MCP clients. The tables are organized by Azure MCP Server areas in alphabetical order, with Tool Names sorted alphabetically within each table.
4
4
5
-
## Azure AI Best Practices
6
-
7
-
| Tool Name | Test Prompt |
8
-
|:----------|:----------|
9
-
| azureaibestpractices_get | Get best practices for building AI applications in Azure |
10
-
| azureaibestpractices_get | Show me the best practices for Microsoft Foundry agents code generation |
11
-
| azureaibestpractices_get | Get guidance for building agents with Microsoft Foundry |
12
-
| azureaibestpractices_get | Create an AI app that helps me to manage travel queries. |
13
-
| azureaibestpractices_get | Create an AI app that helps me to manage travel queries in Microsoft Foundry |
14
-
15
5
## Azure AI Search
16
6
17
7
| Tool Name | Test Prompt |
@@ -435,7 +425,11 @@ This file contains prompts used for end-to-end testing to ensure each tool is in
435
425
| get_bestpractices_get | Get the latest Azure Static Web Apps best practices |
436
426
| get_bestpractices_get | What are azure function best practices? |
437
427
| get_bestpractices_get | configure azure mcp in coding agent for my repo |
438
-
428
+
| get_bestpractices_ai_app | Get best practices for building AI applications in Azure |
429
+
| get_bestpractices_ai_app | Show me the best practices for Microsoft Foundry agents code generation |
430
+
| get_bestpractices_ai_app | Get guidance for building agents with Microsoft Foundry |
431
+
| get_bestpractices_ai_app | Create an AI app that helps me to manage travel queries. |
432
+
| get_bestpractices_ai_app | Create an AI app that helps me to manage travel queries in Microsoft Foundry |
0 commit comments