Microsoft IQ in Foundry#43
Merged
Merged
Conversation
Contributor
🔍 PreviewA live preview of this PR is available at: |
f94ceb4 to
55e117c
Compare
Federate Work IQ, Fabric IQ (airline ontology), and Web IQ (remote MCP) into one Foundry IQ Knowledge Base, then query each IQ individually plus a cross-source question. Verified end-to-end against live Azure resources. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
55e117c to
f7de516
Compare
nicholasdbrady
approved these changes
Jun 5, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new cookbook recipe, Microsoft IQ in Foundry, that builds a Microsoft IQ knowledge layer in Foundry IQ. It federates three Microsoft IQ Knowledge Sources into a single Foundry IQ Knowledge Base and queries each one, plus a cross-source question:
Foundry IQ is built on Azure AI Search agentic retrieval (information retrieval + ranking pipelines). The recipe ends by querying the Knowledge Base to show a verified response from each IQ individually and a cross-source query that joins at least two IQs, then closes with an MCP-endpoint call-to-action for consuming the KB from Foundry Agent Service, Microsoft Agent Framework, and GitHub Copilot.
Verified end-to-end against live Azure resources (Work IQ, Fabric ontology, Web IQ MCP, and a Foundry IQ Knowledge Base).
Closes #
Review focus
Checklist
Notebook contributions
notebooks/directoryregistry.yamlwith all required fields (slug,path,title,authors)authors.yaml(with at leastnameandtitle)tags.yamlcd scripts && npx tsx validate-registry.tsnotebooks/media/<slug>/with descriptive alt textnotebooks/data/<slug>/when applicableSite changes
Skip if this PR only adds a notebook.
cd site && npm run buildcd site && npx astro check