diff --git a/docs/Testing/ai-foundry-integration.md b/docs/Testing/ai-foundry-integration.md index dfad8f2cc7..803e6a54bd 100644 --- a/docs/Testing/ai-foundry-integration.md +++ b/docs/Testing/ai-foundry-integration.md @@ -141,6 +141,14 @@ Note: Make sure the "entities" section is a valid JSON object. If you have multi "database-type": "mssql", "connection-string": "@env('DATABASE_CONNECTION_STRING')" }, + "runtime": { + "rest": { "enabled": true }, + "graphql": { "enabled": true }, + "mcp": { + "enabled": true, + "path": "/mcp" + } + }, "entities": { "Customers": { "source": "Customers", @@ -169,14 +177,6 @@ Note: Make sure the "entities" section is a valid JSON object. If you have multi } ] } - }, - "runtime": { - "rest": { "enabled": true }, - "graphql": { "enabled": true }, - "mcp": { - "enabled": true, - "path": "/mcp" - } } } ```