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: 0_Azure/3_AzureAI/AIFoundry/demos/11_FoundryIQ_ControlPlane.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ Based on [What is the Microsoft Foundry Control Plane?](https://learn.microsoft.
42
42
|**Governance & Control**| Apply policies, guardrails, and compliance rules across the fleet. | Restrict finance agents to approved datasets; block marketing agents from accessing PII. |
43
43
|**Security**| Identity, access control, and threat protection integrated with Microsoft tools. | Revoke compromised agent credentials instantly using Entra Agent ID and Defender. |
`Foundry IQ ~ embedded RAG (Retrieval-Augmented Generation) layer for enterprise AI agents.`
60
59
61
-
> **Foundry IQ** is Microsoft’s **enterprise knowledge layer** designed to power Retrieval-Augmented Generation (RAG) for AI agents. It connects agents to organizational data securely and efficiently, enabling them to retrieve, reason, and respond with grounded context.
62
-
> `Think of it as the “knowledge engine” for your AI ecosystem, where agents can access structured and unstructured data across multiple sources without manual integration.` Click here to read more about [Foundry IQ: Unlocking ubiquitous knowledge for agents](https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/foundry-iq-unlocking-ubiquitous-knowledge-for-agents/4470812)
60
+
> **Foundry IQ** is Microsoft’s **enterprise knowledge layer** designed to power Retrieval-Augmented Generation (RAG) for AI agents. It connects agents to organizational data securely and efficiently, enabling them to retrieve, reason, and respond with grounded context. `Think of it as the “knowledge engine” for your AI ecosystem, where agents can access structured and unstructured data across multiple sources without manual integration.` Click here to read more about [Foundry IQ: Unlocking ubiquitous knowledge for agents](https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/foundry-iq-unlocking-ubiquitous-knowledge-for-agents/4470812)
> - Foundry IQ operates in the **data plane**, serving as the retrieval and grounding engine for agents.
73
-
> - It works under governance from the **Control Plane**, which enforces compliance and security.
74
-
75
64
> Core Capabilities of Foundry IQ:
76
65
77
66
|**Capability**|**Description**|**Example Use Case**|
@@ -82,6 +71,17 @@ Based on [What is the Microsoft Foundry Control Plane?](https://learn.microsoft.
82
71
|**Secure Retrieval**| Enforces Purview sensitivity labels and access policies at query time. | Finance agent blocked from accessing confidential HR data during retrieval. |
83
72
|**Multimodal RAG**| Supports text, tables, and structured data for richer grounding. | AI assistant combines text from policy docs and tables from Excel for a complete answer. |
0 commit comments