Skip to content

Commit a90215b

Browse files
authored
Refine Foundry IQ Control Plane documentation
Updated content to enhance clarity and structure in the Foundry IQ Control Plane documentation.
1 parent a0d0198 commit a90215b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

0_Azure/3_AzureAI/AIFoundry/demos/11_FoundryIQ_ControlPlane.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Based on [What is the Microsoft Foundry Control Plane?](https://learn.microsoft.
4242
| **Governance & Control** | Apply policies, guardrails, and compliance rules across the fleet. | Restrict finance agents to approved datasets; block marketing agents from accessing PII. |
4343
| **Security** | Identity, access control, and threat protection integrated with Microsoft tools. | Revoke compromised agent credentials instantly using Entra Agent ID and Defender. |
4444

45+
<img width="1904" height="830" alt="image" src="https://github.com/user-attachments/assets/29dcf372-c5ef-41d1-8d83-1ff44a4c723f" />
46+
4547
> [!NOTE]
4648
> Control Plane ~ Management Layer: `E.g: Air Traffic Control, sets flight paths, monitors planes, enforces rules.`
4749
> - Purpose: Governs, orchestrates, and monitors operations across your AI ecosystem.
@@ -51,27 +53,14 @@ Based on [What is the Microsoft Foundry Control Plane?](https://learn.microsoft.
5153
> - Purpose: Runs the actual workloads (model inference, data processing, agent actions).
5254
> - Activities: Executes prompts, retrieves data, performs reasoning tasks.
5355
54-
<img width="1904" height="830" alt="image" src="https://github.com/user-attachments/assets/29dcf372-c5ef-41d1-8d83-1ff44a4c723f" />
55-
56-
5756
## Foundry IQ
5857

5958
`Foundry IQ ~ embedded RAG (Retrieval-Augmented Generation) layer for enterprise AI agents.`
6059

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)
6361
6462
<img width="1536" height="1024" alt="image" src="https://github.com/user-attachments/assets/12d582fe-bd33-4444-8c99-f08194210424" />
6563

66-
> [!NOTE]
67-
> **Foundry IQ ~ Knowledge Layer**: `E.g: A smart library system, agents ask questions, IQ finds the right books and pages instantly.`
68-
> - **Purpose**: Provides unified, secure access to enterprise data for AI agents.
69-
> - **Activities**: Indexing, vectorization, query planning, synthesis, multimodal retrieval. <br/>
70-
>
71-
> **Data Plane Role**:
72-
> - 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-
7564
> Core Capabilities of Foundry IQ:
7665
7766
| **Capability** | **Description** | **Example Use Case** |
@@ -82,6 +71,17 @@ Based on [What is the Microsoft Foundry Control Plane?](https://learn.microsoft.
8271
| **Secure Retrieval** | Enforces Purview sensitivity labels and access policies at query time. | Finance agent blocked from accessing confidential HR data during retrieval. |
8372
| **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. |
8473

74+
<img width="1897" height="833" alt="image" src="https://github.com/user-attachments/assets/1f7b565a-1a28-42c9-b11c-6870fc194e1c" />
75+
76+
> [!NOTE]
77+
> **Foundry IQ ~ Knowledge Layer**: `E.g: A smart library system, agents ask questions, IQ finds the right books and pages instantly.`
78+
> - **Purpose**: Provides unified, secure access to enterprise data for AI agents.
79+
> - **Activities**: Indexing, vectorization, query planning, synthesis, multimodal retrieval. <br/>
80+
>
81+
> **Data Plane Role**:
82+
> - Foundry IQ operates in the **data plane**, serving as the retrieval and grounding engine for agents.
83+
> - It works under governance from the **Control Plane**, which enforces compliance and security.
84+
8585
<!-- START BADGE -->
8686
<div align="center">
8787
<img src="https://img.shields.io/badge/Total%20views-1633-limegreen" alt="Total views">

0 commit comments

Comments
 (0)