Skip to content

Commit 62ecb45

Browse files
committed
Fixing issues
1 parent 9aa5675 commit 62ecb45

16 files changed

Lines changed: 127 additions & 121 deletions

learn-pr/wwl/design-ai-agents-business-solutions/includes/10-propose-foundry-tools-given-requirement.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Azure AI Foundry provides a **catalog of tools** that agents can use to perform
1212

1313
When designing an AI agent, selecting the correct tool is essential. The goal is to choose tools that:
1414

15-
- **Meet the requirement with minimal complexity**
15+
- **Meet the requirement with minimal complexity.**
1616

17-
- **Ensure security and compliance**
17+
- **Ensure security and compliance.**
1818

19-
- **Leverage existing enterprise systems**
19+
- **Leverage existing enterprise systems.**
2020

21-
- **Reduce integration overhead**
21+
- **Reduce integration overhead.**
2222

23-
- **Support accurate, grounded outputs**
23+
- **Support accurate, grounded outputs.**
2424

2525
## 2. Categories of Foundry tools
2626

@@ -170,4 +170,4 @@ Below are examples of how to map business requirements to the correct Foundry to
170170

171171
Propose tools for Azure AI Foundry agents tool catalog[Azure AI Foundry tool catalog](/azure/ai-foundry/agents/concepts/tool-catalog).
172172

173-
Azure AI Foundry Tools<https://azure.microsoft.com/products/ai-foundry/tools/>.
173+
Azure AI Foundry Tools <https://azure.microsoft.com/products/ai-foundry/tools/>.

learn-pr/wwl/design-ai-agents-business-solutions/includes/11-propose-code-first-generative-pages-agent-feed-applications.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By the end of this unit, learners will be able to:
1414

1515
Generative pages allow app makers to **describe a requirement in natural language**, and Power Apps automatically creates a page layout, data experiences, and UI structure. This accelerates solution development by removing repetitive scaffolding steps.
1616

17-
**How It Works**
17+
**How it works**
1818

1919
Maker enters natural language prompt: *"Create a customer overview page showing recent orders, open cases, and a satisfaction score."*
2020

@@ -40,7 +40,7 @@ Even though generative pages reduce design time, many enterprise apps require de
4040

4141
- **Security aware data pipelines aware data pipelines**
4242

43-
- **Why Use Code-first with Generative Pages?**
43+
- **Why use code-first with generative pages?**
4444

4545
| **Need** | **Code-first BenefitFirst Benefit** |
4646
|---|---|
@@ -54,19 +54,19 @@ Even though generative pages reduce design time, many enterprise apps require de
5454

5555
An **agent feed** introduces an AI-powered layer that provides real-time insight and recommendations inside apps.
5656

57-
**Agent Feed Capabilities**
57+
**Agent feed capabilities**
5858

5959
- Summaries of records or processes.
6060

6161
- Suggestions for actions such as *"follow-up with this customer"*.
6262

6363
- Notifications when anomalies are detected.
6464

65-
- Contextual insights based on model driven app data-driven app data.
65+
- Contextual insights based on model driven app data.
6666

6767
- Guided steps and automation triggers.
6868

69-
**How an Agent Feed Works**
69+
**How an agent feed works**
7070

7171
The agent monitors app context, user actions, and records.
7272

@@ -98,6 +98,6 @@ Together, they create intelligent, fast to build, enterprise-ready apps.
9898

9999
Use these links for more detail and hands on practice:
100100

101-
- **Introducing the new Power Apps generative experiences**<https://www.microsoft.com/power-platform/blog/power-apps/introducing-the-new-power-apps-generative-power-meets-enterprise-grade-trust/>.
101+
- **Introducing the new Power Apps generative experiences** <https://www.microsoft.com/power-platform/blog/power-apps/introducing-the-new-power-apps-generative-power-meets-enterprise-grade-trust/>.
102102

103-
- **Generative Pages FAQ (GitHub)**<https://github.com/MicrosoftDocs/powerapps-docs/blob/main/powerapps-docs/maker/common/faq-generative-pages-model-driven.md>.
103+
- **Generative Pages FAQ (GitHub)** <https://github.com/MicrosoftDocs/powerapps-docs/blob/main/powerapps-docs/maker/common/faq-generative-pages-model-driven.md>.

learn-pr/wwl/design-ai-agents-business-solutions/includes/13-design-data-processing-ai-models-ground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For low-code scenarios, **AI Builder grounded prompts** let you generate respons
7272

7373
## 5. Operational considerations
7474

75-
**Cost and performance:** Index capability flags increase storage; prefer minimum viable schema and cap top K + token budgets. K + token budgets.
75+
**Cost and performance:** Index capability flags increase storage; prefer minimum viable schema and cap top K + token budgets.
7676

7777
**Security and compliance:** Preserve labels and access controls from source to index; design for "right to be forgotten.".
7878

learn-pr/wwl/design-ai-agents-business-solutions/includes/14-design-business-process-include-ai-components-power-apps-canvas-app.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ By the end of this unit, learners will be able to:
88

99
## 1. Introduction
1010

11-
AI-enabled apps help organizations streamline tasks, reduce manual data entry, and provide intelligent guidance directly inside user workflows. With **Power Apps Copilot**, makers can refine app logic, modify data tables, generate screens, and build business logic using natural language. AI components may include:
11+
AI-enabled apps help organizations streamline tasks, reduce manual data entry, and provide intelligent guidance directly inside user workflows. With **Power Apps Copilot**, makers can refine app logic, modify data tables, generate screens, and build business logic using natural language.
12+
13+
AI components may include:
1214

1315
- AI-assisted data creation.
1416

@@ -26,7 +28,9 @@ This unit guides you through designing a business process and identifying where
2628

2729
### 2.1 Copilot in Power Apps Studio
2830

29-
Copilot allows makers to update app logic and data by describing changes in natural language. This improves design time and app quality by reducing manual configuration. Examples include:
31+
Copilot allows makers to update app logic and data by describing changes in natural language. This improves design time and app quality by reducing manual configuration.
32+
33+
Examples include:
3034

3135
- Adding new fields to a Dataverse table.
3236

@@ -56,7 +60,7 @@ Plans help you structure business processes before app building. Copilot interpr
5660

5761
Use a structured method to determine where AI enhances the process.
5862

59-
**Step 1: Map the Current Workflow**
63+
**Step 1: Map the current workflow**
6064

6165
Identify:
6266

@@ -70,7 +74,7 @@ Identify:
7074

7175
- Error-prone steps.
7276

73-
**Step 2: Identify AI Opportunities**
77+
**Step 2: Identify AI opportunities**
7478

7579
AI is most valuable when:
7680

@@ -92,7 +96,7 @@ Examples:
9296

9397
- Guiding users through form entry using Copilot prompts.
9498

95-
**Step 3: Design the Copilot Interactions**
99+
**Step 3: Design the Copilot interactions**
96100

97101
Decide how Copilot will participate:
98102

@@ -106,7 +110,7 @@ Decide how Copilot will participate:
106110

107111
- Error checking or validation recommendations.
108112

109-
**Step 4: Integrate Copilot Features in Power Apps Studio**
113+
**Step 4: Integrate Copilot features in Power Apps Studio**
110114

111115
Copilot can:
112116

@@ -120,7 +124,7 @@ Copilot can:
120124

121125
- Support ongoing iteration through conversational changes.
122126

123-
**Step 5: Validate Security and Governance**
127+
**Step 5: Validate security and governance**
124128

125129
Consider:
126130

@@ -148,6 +152,6 @@ Consider:
148152

149153
Use the following links as source material for deeper learning:
150154

151-
- **Edit your app with Copilot in Power Apps Studio (preview)**[/power-apps/maker/canvas-apps/copilot-edit-app](/power-apps/maker/canvas-apps/copilot-edit-app).
155+
- **Edit your app with Copilot in Power Apps Studio (preview)** [/power-apps/maker/canvas-apps/copilot-edit-app](/power-apps/maker/canvas-apps/copilot-edit-app).
152156

153-
- **Use plans to create a business solution with Copilot**[/power-apps/maker/canvas-apps/copilot-business-plans](/power-apps/maker/canvas-apps/copilot-business-plans).
157+
- **Use plans to create a business solution with Copilot** [/power-apps/maker/canvas-apps/copilot-business-plans](/power-apps/maker/canvas-apps/copilot-business-plans).

learn-pr/wwl/design-ai-agents-business-solutions/includes/15-apply-power-platform-well-architected-framework.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Examples:
5656

5757
- Secure connectors and API calls.
5858

59-
**Pillar 3: Operational Excellence**
59+
**Pillar 3: Operational excellence**
6060

6161
Improve application reliability through observability, monitoring, and automated governance.
6262

@@ -68,7 +68,7 @@ Examples:
6868

6969
- Proactive alerts for performance changes.
7070

71-
**Pillar 4: Performance Efficiency**
71+
**Pillar 4: Performance efficiency**
7272

7373
Ensure workloads adjust to evolving demands with responsive and scalable architectures.
7474

@@ -80,7 +80,7 @@ Examples:
8080

8181
- Right-sizing flows and action concurrency.
8282

83-
**Pillar 5: Experience Optimization**
83+
**Pillar 5: Experience optimization**
8484

8585
Deliver meaningful experiences that help users achieve successful outcomes.
8686

@@ -118,5 +118,11 @@ Azure WAF focuses on optimizing cloud workloads around **Reliability, Security,
118118

119119
## 5. References
120120

121-
These are the exact links provided for this unit:[[How to use...soft Learn | Learn.Microsoft.com]](/power-platform/well-architected/what-is-power-well-architected), [[Power Plat...soft Learn | Learn.Microsoft.com]](/power-platform/well-architected/), [[How to use...soft Learn | Learn.Microsoft.com]](/azure/well-architected/what-is-well-architected-framework).
121+
These are the exact links provided for this unit:
122+
123+
[What is Power Platform Well-Architected? | Learn.Microsoft.com](/power-platform/well-architected/what-is-power-well-architected),
124+
125+
[ Power Platform Well-Architected | Learn.Microsoft.com](/power-platform/well-architected/),
126+
127+
[What is the Azure Well-Architected Framework? | Learn.Microsoft.com](/azure/well-architected/what-is-well-architected-framework).
122128

learn-pr/wwl/design-ai-agents-business-solutions/includes/16-determine-use-standard-natural-language-processing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use generative orchestration when:
4747

4848
## 2. Decision framework for choosing the right approach
4949

50-
**Chart: When to Use NLU, CLU, or Generative Orchestration**
50+
**Chart: When to use NLU, CLU, or generative orchestration**
5151

5252
| **Requirement Type** | **Standard NLU** | **Azure CLU** | **Generative AI Orchestration** |
5353
|---|---|---|---|
@@ -62,7 +62,7 @@ Use generative orchestration when:
6262

6363
## 3. Applying the right technology for business scenarios
6464

65-
**Use Standard NLU when:**
65+
**Use standard NLU when:**
6666

6767
- A call center bot recognizes fixed phrases ("Reset password," "Check balance").
6868

@@ -78,7 +78,7 @@ Use generative orchestration when:
7878

7979
- You expect continuous retraining and monitoring of accuracy metrics.
8080

81-
**Use Generative AI Orchestration when:**
81+
**Use generative AI orchestration when:**
8282

8383
- A sales assistant summarizes CRM records and generates emails.
8484

@@ -100,6 +100,6 @@ Evaluate cost and performance: generative orchestration is more powerful but mor
100100

101101
## 8. References
102102

103-
NLU fine-tuned language intelligence for smarter conversations<https://www.microsoft.com/dynamics-365/blog/it-professional/2025/07/14/nlu-fine-tuned-language-intelligence-for-smarter-conversations>.
103+
NLU fine-tuned language intelligence for smarter conversations <https://www.microsoft.com/dynamics-365/blog/it-professional/2025/07/14/nlu-fine-tuned-language-intelligence-for-smarter-conversations>.
104104

105-
Generative orchestration topic triggers in Copilot Studio<https://www.digitalbricks.ai/blog-posts/understanding-generative-orchestration-topic-triggers-in-copilot-studio>.
105+
Generative orchestration topic triggers in Copilot Studio <https://www.digitalbricks.ai/blog-posts/understanding-generative-orchestration-topic-triggers-in-copilot-studio>.

learn-pr/wwl/design-ai-agents-business-solutions/includes/17-design-agent-flows-copilot-studio.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unit Overview
1+
## Unit overview
22

33
This unit introduces how to design intelligent agents and agent flows within **Microsoft Copilot Studio**, using natural language, visual design, and automation best practices. Agent flows extend an agent's capabilities by enabling it to **automate repetitive tasks**, **connect systems**, and **trigger business logic**.
44

@@ -81,15 +81,15 @@ Every agent flow includes:
8181

8282
Agent flows can be built in two ways:
8383

84-
**Method A: Natural Language Prompting**
84+
**Method A: Natural language prompting**
8585

8686
- Makers describe what they want, e.g.,
8787

8888
- "When a customer submits a form, send a confirmation email and update the CRM record.".
8989

9090
- Copilot generates the workflow automatically.
9191

92-
**Method B: Visual Designer**
92+
**Method B: Visual designer**
9393

9494
The flow can be refined using a node-based visual canvas for full control over logic and branching.
9595

@@ -145,9 +145,9 @@ Keep flows modular - one flow per major task or automation.
145145

146146
## 6. References
147147

148-
[Use agent flows](/training/modules/use-agent-flows/).
148+
[Use agent flows](/training/modules/use-agent-flows/)
149149

150-
[Copilot Studio](/copilot-studio).
150+
[Copilot Studio](/copilot-studio)
151151

152152

153153

learn-pr/wwl/design-ai-agents-business-solutions/includes/18-design-prompt-actions-copilot-studio.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unit Overview
1+
## Unit overview
22

33
Prompt actions in Copilot Studio allow creators to define how an agent should _respond_, _reason_, and _take action_ based on user input. The Prompt Coach template helps teams build high-quality prompts that follow guidance, constraints, and best practices for conversational design. This unit teaches how to design effective prompt actions that produce reliable, grounded, and consistent agent responses.
44

@@ -42,7 +42,7 @@ The Prompt Coach template (from Copilot Studio) helps authors:
4242

4343
- Align output with organizational standards (tone, terminology, safety).
4444

45-
#### Core Prompt Coach Structure
45+
#### Core Prompt Coach structure
4646

4747
| **Section** | **Purpose** |
4848
|---|---|
@@ -54,15 +54,15 @@ The Prompt Coach template (from Copilot Studio) helps authors:
5454

5555
### 2.2 Principles for effective prompt actions
5656

57-
**Focus on Task Clarity**
57+
**Focus on task clarity**
5858

59-
State what the agent must do in direct language.
59+
- State what the agent must do in direct language.
6060

61-
Avoid ambiguity.
61+
- Avoid ambiguity.
6262

63-
Use imperative verbs ("Summarize…", "Rewrite…", "Extract…")
63+
- Use imperative verbs ("Summarize…", "Rewrite…", "Extract…")
6464

65-
**Use Organizational Tone and Language**
65+
**Use organizational tone and language**
6666

6767
Follow Microsoft Writing Style:
6868

@@ -74,7 +74,7 @@ Follow Microsoft Writing Style:
7474

7575
- Include only what the user needs.
7676

77-
**Control Output**
77+
**Control output**
7878

7979
Use constraints to keep output predictable:
8080

@@ -133,4 +133,4 @@ Prompt actions operate alongside:
133133

134134
## 6. References
135135

136-
[Agent template prompt coach](/microsoft-365-copilot/extensibility/agent-template-prompt-coach).
136+
[Agent template prompt coach](/microsoft-365-copilot/extensibility/agent-template-prompt-coach)

0 commit comments

Comments
 (0)