Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 22, 2025

Why make this change?

Addresses feedback on #2971 requesting the example configuration structure follow the repository convention of placing runtime before entities.

What is this change?

Reordered the JSON sections in the example dab-config.json structure in docs/Testing/ai-foundry-integration.md:

{
  "data-source": { ... },
  "runtime": { ... },      // Moved before entities
  "entities": { ... }
}

This matches the standard ordering used throughout the codebase (e.g., samples/basic-empty-dab-config.json, test configurations).

How was this tested?

  • Integration Tests
  • Unit Tests

Documentation-only change; no functional testing required.

Sample Request(s)

N/A - Documentation update only.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: anushakolan <45540936+anushakolan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update DAB MCP and AI Foundry integration setup documentation Reorder config sections in DAB MCP documentation to follow repository convention Dec 22, 2025
Copilot AI requested a review from anushakolan December 22, 2025 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants