Add network-isolated Foundry IQ verified enterprise blueprint recipe#53
Draft
farzad528 wants to merge 2 commits into
Draft
Add network-isolated Foundry IQ verified enterprise blueprint recipe#53farzad528 wants to merge 2 commits into
farzad528 wants to merge 2 commits into
Conversation
Contributor
🔍 PreviewA live preview of this PR is available at: |
A checklist-driven, IT-admin cookbook that proves Foundry IQ (Azure AI Search Knowledge Bases) and the Foundry Agent Service consuming it over MCP run fully inside a customer VNet. Every command and output was executed against a real West US 3 deployment and verified against 9 acceptance criteria (AC1-AC9), including an off-VNet negative test that returns 403 publicNetworkAccess:Disabled. Covers choosing BYO VNet vs. Managed VNet, a Bastion-first developer flow, and an appendix documenting a validated Network Security Perimeter (NSP) pattern that runs with the Azure trusted-service bypass turned OFF. - notebooks/network-isolated-foundry-iq.ipynb - notebooks/data/network-isolated-foundry-iq/ (NERC CIP / grid sample docs) - notebooks/media/network-isolated-foundry-iq/ (screenshot placeholders) - registry.yaml entry (tags: iq, azure-ai-search, security, agents, agent-service, mcp) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bb7e674 to
22a0c97
Compare
Co-authored-by: Elisa Piccin <elisapiccin+microsoft@microsoft.com>
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.
What
A checklist-driven, IT-admin cookbook that proves Foundry IQ (Azure AI Search Knowledge Bases) and the Foundry Agent Service consuming it over MCP run fully inside a customer VNet — private endpoints, no public data-plane access, and acceptance tests that pass on an in-VNet jumpbox and fail by design from outside.
Slug:
network-isolated-foundry-iq· Tags:iq, azure-ai-search, security, agents, agent-service, mcp· Author: @farzad528Prove-then-document
Every command and output was executed against a real West US 3 deployment and verified against 9 acceptance criteria (AC1–AC9) before being written down, including an off-VNet negative test that returns
403 publicNetworkAccess:Disabled.Highlights
Files
notebooks/network-isolated-foundry-iq.ipynbnotebooks/data/network-isolated-foundry-iq/(NERC CIP / grid sample docs)notebooks/media/network-isolated-foundry-iq/(screenshot placeholders)registry.yamlentryValidation
cd scripts && npx tsx validate-registry.ts→ ✅ 14 notebookscd site && npm run build→ ✅ passes (astro check + pagefind)Follow-up