Skip to content

Commit c7b0e94

Browse files
committed
Fixing per content author
1 parent 862d088 commit c7b0e94

4 files changed

Lines changed: 71 additions & 116 deletions

learn-pr/wwl/analyze-requirements-for-ai-powered-business-solutions/includes/2-assess-use-agents-task-automation-data-analytics-decision-making.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
By the end of this unit, learners will be able to:
44

5-
Explain how AI agents support **task automation**, **data analytics**, and **decision-making**.
6-
7-
Describe how **Microsoft Copilot experiences** enhance productivity across workflows.
8-
9-
Identify how **generative AI** unlocks productivity and supports responsible decision-making.
10-
11-
Assess scenarios where agents add measurable value for enterprise environments.
5+
- Explain how AI agents support **task automation**, **data analytics**, and **decision-making**.
6+
- Describe how **Microsoft Copilot experiences** enhance productivity across workflows.
7+
- Identify how **generative AI** unlocks productivity and supports responsible decision-making.
8+
- Assess scenarios where agents add measurable value for enterprise environments.
129

1310
## 1. Introduction
1411

@@ -34,7 +31,7 @@ Triggering multi-step processes (approvals, notifications, content generation).
3431

3532
These capabilities reduce cognitive load and help teams focus on strategic, not repetitive, work.<br>
3633

37-
**Chart: Examples of Agent-Driven Task Automation**
34+
**Examples of Agent-Driven Task Automation**
3835

3936
| **Task Area** | **How Agents Help** | **Tools** |
4037
|---|---|---|
@@ -61,7 +58,7 @@ Copilot experiences help employees make sense of data without requiring advanced
6158

6259
**Visual Diagram: AI Agents in the Analytics Workflow**
6360

64-
User Question → AI Agent → Data Retrieval → Insight Generation → Recommended Actions
61+
:::image type="content" source="../media/ai-agents-analytics-workflow.png" alt-text="Diagram showing how AI agents integrate into the analytics workflow, from data ingestion through insight generation and decision support.":::
6562

6663
## 4. Agents in Decision-Making
6764

@@ -99,16 +96,4 @@ Use these links as the primary sources for this unit:
9996

10097
**Explore Copilot Experiences**<br>[Explore Copilot Experiences](/training/modules/business-value-microsoft-copilot-solutions/3-explore-copilot-experiences)
10198

102-
**Unlock Productivity with Generative AI - Microsoft Learn**<br>[Unlock Productivity with Generative AI](/training/modules/generative-ai-productivity/)
103-
104-
**Knowledge Check**
105-
106-
**1. Multiple Choice**
107-
108-
**Which of the following is a key benefit of using AI agents for data analytics?**<br>A. They replace the need for all BI tools<br>B. They translate natural language questions into insights<br>C. They eliminate the need for data governance<br>D. They require manual configuration for every dataset
109-
110-
**Correct Answer: B**
111-
112-
**2. Open Reflection / Discussion**
113-
114-
**How could AI agents improve decision-making in your team's current processes? Provide an example.**
99+
**Unlock Productivity with Generative AI - Microsoft Learn**<br>[Unlock Productivity with Generative AI](/training/modules/generative-ai-productivity/)

learn-pr/wwl/analyze-requirements-for-ai-powered-business-solutions/includes/3-review-data-grounding-accuracy-relevance-timeliness-cleanliness-availability.md

Lines changed: 37 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
After completing this unit, learners will be able to:
44

5-
Evaluate the quality of grounding data across five dimensions: **accuracy, relevance, timeliness, cleanliness, availability**.
6-
7-
Explain why grounding is essential for reliable AI agent behavior.
8-
9-
Identify data sources appropriate for grounding AI using Microsoft 365 and Copilot Studio.
10-
11-
Apply best practices when preparing and validating grounding data.
5+
- Evaluate the quality of grounding data across five dimensions: **accuracy, relevance, timeliness, cleanliness, availability**.
6+
- Explain why grounding is essential for reliable AI agent behavior.
7+
- Identify data sources appropriate for grounding AI using Microsoft 365 and Copilot Studio.
8+
- Apply best practices when preparing and validating grounding data.
129

1310
## 1. Understanding Grounding in AI Agents
1411

@@ -20,67 +17,73 @@ To support advanced grounding, the **Copilot Retrieval API** retrieves relevant
2017

2118
## 2. The Five Dimensions of Grounding Data Quality
2219

23-
## 2.1 Accuracy
20+
### 2.1 Accuracy
2421

2522
Data should reflect real, verifiable facts. Inaccurate content leads to incorrect or harmful agent outputs.<br>AI agents must use **trusted and validated datasets** during retrieval to avoid generating incorrect responses.
2623

2724
**Indicators of accuracy:**
2825

29-
Verified by SMEs
26+
- Verified by SMEs
27+
28+
- Matched to authoritative sources
3029

31-
Matched to authoritative sources
30+
- Free from errors or outdated assumptions
3231

33-
Free from errors or outdated assumptions
32+
### 2.2 Relevance
3433

35-
## 2.2 Relevance
34+
Grounding data must match the **intended use case** of the agent.
3635

37-
Grounding data must match the **intended use case** of the agent.<br>When data is irrelevant, semantic search may retrieve conceptually similar—but contextually wrong—content.<br>
36+
When data is irrelevant, semantic search may retrieve conceptually similar—but contextually wrong—content.
3837

3938
Relevance ensures the model surfaces information aligned with the user's scenario, workflow, or business domain.
4039

41-
## 2.3 Timeliness
40+
### 2.3 Timeliness
4241

43-
AI outputs degrade when data is stale.<br>The **semantic index** in Microsoft 365 continuously updates as content changes, ensuring the grounding layer reflects the latest documents, conversations, and knowledge.<br>
42+
AI outputs degrade when data is stale.
43+
44+
The **semantic index** in Microsoft 365 continuously updates as content changes, ensuring the grounding layer reflects the latest documents, conversations, and knowledge.
4445

4546
Timeliness includes:
4647

47-
Modified dates
48+
- Modified dates
4849

49-
Seasonal or compliance-related updates
50+
- Seasonal or compliance-related updates
5051

51-
Data refresh schedules
52+
- Data refresh schedules
5253

53-
## 2.4 Cleanliness
54+
### 2.4 Cleanliness
5455

55-
Clean data reduces noise and increases retrieval precision.
56+
Clean data reduces noise and increases retrieval precision.
5657

57-
Data Pollution in AI refers to the degradation of data quality that negatively impacts the performance and reliability of AI systems.
58+
Data Pollution in AI refers to the degradation of data quality that negatively impacts the performance and reliability of AI systems.
5859

59-
<br>Cleaner data improves embedding quality and helps the agent retrieve the most appropriate content.
60+
Cleaner data improves embedding quality and helps the agent retrieve the most appropriate content.
6061

6162
Clean data characteristics:
6263

63-
Clear structure
64+
- Clear structure
65+
66+
- No duplicates
6467

65-
No duplicates
68+
- Minimal irrelevant metadata
6669

67-
Minimal irrelevant metadata
70+
- Stable formatting and predictable layout
6871

69-
Stable formatting and predictable layout
72+
### 2.5 Availability
7073

71-
## 2.5 Availability
74+
Agents can only ground responses from **data the user has access to**.
7275

73-
Agents can only ground responses from **data the user has access to**.<br>The Retrieval API respects permissions and will not return content beyond a user's access scope.<br>
76+
The Retrieval API respects permissions and will not return content beyond a user's access scope.
7477

7578
Availability depends on:
7679

77-
Storage in SharePoint/OneDrive or connected systems
80+
- Storage in SharePoint/OneDrive or connected systems
7881

79-
Proper indexing in Microsoft Graph
82+
- Proper indexing in Microsoft Graph
8083

81-
Clear access controls
84+
- Clear access controls
8285

83-
## 3. Chart: Dimensions of Grounding Data Quality
86+
## 3. Dimensions of Grounding Data Quality
8487

8588
| **Dimension** | **Definition** | **Impact on Agent Performance** |
8689
|---|---|---|
@@ -92,7 +95,7 @@ Clear access controls
9295

9396
## 4. Diagram: How Microsoft Copilot Grounds AI Responses
9497

95-
_Diagram grounded in documentation describing semantic index + Retrieval API pipeline._<br>
98+
_Diagram grounded in documentation describing semantic index + Retrieval API pipeline.
9699

97100
## 5. Best Practices for Reviewing Grounding Data
98101

@@ -116,20 +119,4 @@ _Semantic indexing for Microsoft 365 Copilot_<br>[Semantic indexing for Microsof
116119

117120
_Microsoft 365 Copilot Retrieval API_<br>[Microsoft 365 Copilot Retrieval API](/microsoft-365-copilot/extensibility/api/ai-services/retrieval/copilotroot-retrieval)
118121

119-
_Manage Grounding With Bing in Microsoft Foundry and Azure_<br>[Manage Grounding With Bing](/azure/ai-foundry/agents/how-to/manage-grounding-with-bing)
120-
121-
**Knowledge Check**
122-
123-
**1. Multiple Choice**
124-
125-
Which grounding data dimension ensures the model retrieves information aligned with the intended business scenario?
126-
127-
A. Cleanliness<br>B. Availability<br>C. Relevance<br>D. Timeliness
128-
129-
**Correct Answer: C. Relevance**
130-
131-
**2. Discussion Question**
132-
133-
What would happen if you do not take grounding into consideration in your AI strategy?
134-
135-
How might poor data timeliness impact an AI agent that relies on policy or compliance documents?<br>Provide examples from your organization's workflows
122+
_Manage Grounding With Bing in Microsoft Foundry and Azure_<br>[Manage Grounding With Bing](/azure/ai-foundry/agents/how-to/manage-grounding-with-bing)

learn-pr/wwl/analyze-requirements-for-ai-powered-business-solutions/includes/4-organize-business-solution-data-available-other-ai-systems.md

Lines changed: 27 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,26 @@
22

33
By the end of this unit, learners will be able to:
44

5-
Explain why wellorganized business solution data is essential for AI readiness.
6-
7-
Identify architectural components that enable AI agents and AI systems to consume organizational data.
8-
9-
Apply best practices for structuring, storing, indexing, and exposing data so AI systems can use it reliably.
10-
11-
Understand how the Azure platform, Microsoft databases, and data architecture patterns support enterprise AI scenarios.
5+
- Explain why wellorganized business solution data is essential for AI readiness.
6+
- Identify architectural components that enable AI agents and AI systems to consume organizational data.
7+
- Apply best practices for structuring, storing, indexing, and exposing data so AI systems can use it reliably.
8+
- Understand how the Azure platform, Microsoft databases, and data architecture patterns support enterprise AI scenarios.
129

1310
## 1. Introduction
1411

1512
AI systems—whether Copilot, autonomous agents, or custom-built AI applications—require **highquality, structured, and accessible data**. Poorly organized data leads to weak grounding, hallucinations, data quality issues, and unreliable decisionmaking.
1613

1714
Organizing business solution data is not only a technical requirement but a business imperative. When data is structured correctly, it becomes available for:
1815

19-
Copilot for Microsoft 365
16+
- Copilot for Microsoft 365
2017

21-
AI agents built in Copilot Studio
18+
- AI agents built in Copilot Studio
2219

23-
Custom AI apps built with Azure AI
20+
- Custom AI apps built with Azure AI
2421

25-
Retrievalaugmented generation (RAG) pipelines
22+
- Retrievalaugmented generation (RAG) pipelines
2623

27-
Analytics and automation solutions
24+
- Analytics and automation solutions
2825

2926
Retrieval-Augmented Generation (REG) is an architecture that separates prototypes from trustworthy systems. A RAG pipeline is the system that performs all the steps required to make RAG work in a production environment, handling the data ingestion, streaming, cleaning, chunking, embedding, indexing, retrieval, prompt assembly, orchestration, and monitoring that allow an LLM to use retrieved context when generating an answer There are several advantages of leveraging RAG pipelines:
3027

@@ -36,7 +33,7 @@ This unit explains how to organize your business data to become **usable, discov
3633

3734
## 2. Key Concepts for Organizing AIReady Data
3835

39-
## 2.1 Drive Transformation with Azure Data & AI Platforms
36+
### 2.1 Drive Transformation with Azure Data & AI Platforms
4037

4138
_(From: Leverage AI tools - Drive Transformation on Azure)_
4239

@@ -50,7 +47,7 @@ Azure provides the foundational components necessary to **centralize, transform,
5047

5148
**Interoperability**: APIs, event hubs, and data streaming allow multiple AI systems to use the same data.
5249

53-
**Chart - Azure Data Estate for AI**
50+
**Azure Data Estate for AI**
5451

5552
| **Layer** | **Purpose** |
5653
|---|---|
@@ -59,7 +56,7 @@ Azure provides the foundational components necessary to **centralize, transform,
5956
| **Intelligence Layer (Search + Vector Index)** | Enable grounding, retrieval, semantic search |
6057
| **AI Apps + Agents** | Copilot, custom RAG apps, autonomous agents |
6158

62-
## 2.2 Data Architecture for AI Agents Across the Organization
59+
### 2.2 Data Architecture for AI Agents Across the Organization
6360

6461
_(From: Data architecture for AI agents across your organization - Cloud Adoption Framework)_
6562

@@ -77,7 +74,7 @@ Microsoft's Cloud Adoption Framework defines how to design a **data architecture
7774

7875
**Visual Diagram - AI Agent Data Architecture**
7976

80-
## 2.3 Make Databases AIReady
77+
### 2.3 Make Databases AIReady
8178

8279
_(From: Building intelligent AI apps with Microsoft databases)_
8380

@@ -93,13 +90,13 @@ Microsoft database technologies provide builtin intelligence for AI:
9390

9491
Use cases:
9592

96-
Storing embeddings for RAG apps
93+
- Storing embeddings for RAG apps
9794

98-
Managing structured and unstructured content
95+
- Managing structured and unstructured content
9996

100-
Supporting real-time AI agent decisions
97+
- Supporting real-time AI agent decisions
10198

102-
Performing high-volume transactions required by autonomous agents
99+
- Performing high-volume transactions required by autonomous agents
103100

104101
## 3. Best Practices for Organizing Business Data for AI Systems
105102

@@ -119,27 +116,27 @@ Microsoft 365 Copilot requires semantic indexing for grounding content correctly
119116

120117
Expose data through:
121118

122-
APIs
119+
- APIs
123120

124-
Search indexes
121+
- Search indexes
125122

126-
RAG pipelines
123+
- RAG pipelines
127124

128-
Graph connectors
125+
- Graph connectors
129126

130-
SQL endpoints
127+
- SQL endpoints
131128

132129
**✔ 5. Implement governance early**
133130

134131
Use Purview for:
135132

136-
Access policies
133+
- Access policies
137134

138-
Sensitivity labels
135+
- Sensitivity labels
139136

140-
Lineage
137+
- Lineage
141138

142-
Data quality rules
139+
- Data quality rules
143140

144141
**✔ 6. Keep data authoritative & updated**
145142

@@ -153,18 +150,4 @@ Use these links for this unit:
153150

154151
[Building intelligent AI apps with Microsoft databases](https://techcommunity.microsoft.com/blog/azuredatablog/building-intelligent-ai-apps-with-microsoft-databases/4413833)
155152

156-
[Data architecture for AI agents](/azure/cloud-adoption-framework/ai-agents/data-architecture-plan)
157-
158-
**5. Knowledge Check**
159-
160-
**Question 1 — Multiple Choice**
161-
162-
Which component ensures AI agents can retrieve and interpret enterprise data accurately?
163-
164-
A. User interface customization<br>B. Semantic indexing<br>C. Microsoft Teams channels<br>D. Email distribution lists
165-
166-
**Correct Answer: B. Semantic indexing**
167-
168-
**Question 2 — Open Discussion**
169-
170-
Your team wants to deploy an AI agent that answers policy and process questions.<br>What types of data must be collected and categorized first? What risks exist if the data is not governed?
153+
[Data architecture for AI agents](/azure/cloud-adoption-framework/ai-agents/data-architecture-plan)
143 KB
Loading

0 commit comments

Comments
 (0)