Skip to content

Commit d566620

Browse files
committed
Fixing PR Review issues
1 parent 043cd7d commit d566620

17 files changed

Lines changed: 125 additions & 184 deletions

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ You'll be introduced to a unified process map that links CAF's strategic and ope
3535

3636
You'll learn how to design operating models that align with enterprise landing zones, data estates, and security frameworks.
3737

38-
**Azure enterprise landing zones** are pre-configured, secure, and scalable multi-account cloud environments designed to provide a foundational setup for deploying workloads. For more information, see [/azure/cloud-adoption-framework/ready/landing-zone/](/azure/cloud-adoption-framework/ready/landing-zone/)
38+
**Azure enterprise landing zones** are pre-configured, secure, and scalable multi-account cloud environments designed to provide a foundational setup for deploying workloads. For more information, see [Azure enterprise landing zones](/azure/cloud-adoption-framework/ready/landing-zone/)
3939

4040
**Azure data estates** are the comprehensive, integrated ecosystem of an organization's data assets, spanning on-premises, cloud, and hybrid environments, managed, secured, and analyzed using Microsoft Azure tools.

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/10-provide-guidelines-creating-prompt-library.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ These principles form the foundation of every prompt in the library.
7070

7171
Microsoft recommends structured patterns that improve predictability and accuracy.
7272

73-
### Pattern 1 — Instruction + Context + Output
73+
### Pattern 1 — Instruction + context + output
7474

7575
**Instruction:** What the model must do
7676

@@ -210,6 +210,6 @@ Prompts should be:
210210

211211
## References
212212

213-
- Write effective prompts for Microsoft Copilot. [/azure/copilot/write-effective-prompts](/azure/copilot/write-effective-prompts)
213+
- [Write effective prompts for Microsoft Copilot](/azure/copilot/write-effective-prompts)
214214

215-
- Microsoft Copilot example prompts. [/azure/copilot/example-prompts](/azure/copilot/example-prompts)
215+
- [Microsoft Copilot example prompts](/azure/copilot/example-prompts)

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/11-develop-use-cases-customized-small-language-models-solution.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Customized SLMs allow organizations to:
1414

1515
- Enable offline or near-edge operation for compliance or performance
1616

17-
SLMs have the advantage with specific factors such as cost, latency, and control. But it's a common misconception that they're always safer than LLMs and always reduce hallucinations. It's important as an architect to determine when an SLM will make more sense than a large model and considerations such as risks of over-using SLMs in an organization.
17+
SLMs have the advantage with specific factors such as cost, latency, and control. But it's a common misconception that they're always safer than LLMs and always reduce incorrect information. It's important as an architect to determine when an SLM will make more sense than a large model and considerations such as risks of over-using SLMs in an organization.
1818

1919
## Understanding customized small language models
2020

@@ -24,7 +24,7 @@ Customized SLMs can be built by:
2424

2525
- **Behavior tuning** - Controlling style, reasoning depth, safety behavior, or operational constraints
2626

27-
- **Task optimization** - Specializing the model for retrieval, classification, summarization, planning, or tooluse patterns
27+
- **Task optimization** - Specializing the model for retrieval, classification, summarization, planning, or tool-use patterns
2828

2929
SLMs provide value because they deliver high performance while maintaining small memory footprints and low latency. They excel where **large models are too costly or unnecessary**, such as focused customer workflows, decision-support tasks, or embedded product AI features.
3030

@@ -44,7 +44,7 @@ Examples:
4444

4545
- Manufacturing troubleshooting playbooks
4646

47-
SLMs minimize hallucinations by constraining model behavior around enterprisevalidated data.
47+
SLMs minimize incorrect information by constraining model behavior around enterprise-validated data.
4848

4949
### Operationally constrained environments
5050

@@ -58,7 +58,7 @@ When latency, cost, or compute footprint matters:
5858

5959
- Scenarios with intermittent or restricted connectivity
6060

61-
SLMs reduce memory footprint significantly and ensure inference remains costpredictable.
61+
SLMs reduce memory footprint significantly and ensure inference remains cost-predictable.
6262

6363
### Enterprise security & safety requirements
6464

@@ -112,7 +112,7 @@ It's important to keep common pitfalls and risks in mind when identifying whethe
112112

113113
- Underestimating data curation and evaluation effort
114114

115-
- Treating SLMs as a silver bullet for hallucinations
115+
- Treating SLMs as a silver bullet for incorrect information
116116

117117
- Using SLMs for broad, creative reasoning tasks better suited to LLMs
118118

@@ -178,8 +178,8 @@ When evaluating an SLM, architects can measure its success through specific metr
178178

179179
**References (URLs you provided)**
180180

181-
- <https://arxiv.org/pdf/2405.20347>
181+
- [Small Language Models for Application Interactions: A Case Study](https://arxiv.org/pdf/2405.20347)
182182

183-
- <https://mljourney.com/small-language-model-use-cases-applications-in-2025-and-beyond/>
183+
- [Small language model use cases and applications in 2025 and beyond](https://mljourney.com/small-language-model-use-cases-applications-in-2025-and-beyond/)
184184

185-
- <https://azure.microsoft.com/blog/introducing-phi-3-redefining-whats-possible-with-slms/>
185+
- [Introducing Phi-3 — redefining what's possible with SLMs](https://azure.microsoft.com/blog/introducing-phi-3-redefining-whats-possible-with-slms/)

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/12-provide-prompt-engineering-guidelines-techniques.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Prompt engineering is the deliberate design of instructions that guide AI models
2020

2121
In business environments, effective prompt engineering ensures:
2222

23-
- **Accuracy** of content and reduced hallucinations
23+
- **Accuracy** of content and reduced incorrect information
2424

2525
- **Consistency** of responses across teams and workflows
2626

@@ -152,13 +152,10 @@ Asking the model to show steps or reasoning improves correctness in:
152152

153153
Large tasks should be decomposed into smaller interactions:
154154

155-
- Step 1: Extract
156-
157-
- Step 2: Analyze
158-
159-
- Step 3: Recommend
160-
161-
- Step 4: Summarize
155+
1. Extract
156+
1. Analyze
157+
1. Recommend
158+
1. Summarize
162159

163160
Improves quality and reduces model error propagation.
164161

@@ -208,7 +205,7 @@ Avoid the following when creating prompts as best practices:
208205

209206
- Prompts that accidentally leak sensitive data
210207

211-
- Prompts that cause hallucinations
208+
- Prompts that cause incorrect information
212209

213210
## Visual aids (text-based charts)
214211

@@ -230,15 +227,15 @@ Avoid the following when creating prompts as best practices:
230227
| **Level 1 - Basic** | Simple questions; no structure |
231228
| **Level 2 - Guided** | Clear intent + basic constraints |
232229
| **Level 3 - Structured** | Full pattern (instruction + context + output) |
233-
| **Level 4 - Optimized** | Fewshot examples, formatting rules |
230+
| **Level 4 - Optimized** | Few-shot examples, formatting rules |
234231
| **Level 5 - Enterprise** | Reusable templates, version control, governed library |
235232

236233
## References
237234

238-
- Prompt engineering concepts. [/concepts/prompt-engineering](/concepts/prompt-engineering)
235+
- [Prompt engineering concepts](/concepts/prompt-engineering)
239236

240-
- Generative AI prompt engineering labs. [/training/collections/generative-ai-prompt-engineering-labs/](/training/collections/generative-ai-prompt-engineering-labs/)
237+
- [Generative AI prompt engineering labs](/training/collections/generative-ai-prompt-engineering-labs/)
241238

242-
- Copilot Studio prompt tool. [/microsoft-copilot-studio/prompt-tool](/microsoft-copilot-studio/prompt-tool)
239+
- [Copilot Studio prompt tool](/microsoft-copilot-studio/prompt-tool)
243240

244-
- Effective prompts for generative AI. [/training/modules/effective-prompts-generative-ai](/training/modules/effective-prompts-generative-ai)
241+
- [Effective prompts for generative AI](/training/modules/effective-prompts-generative-ai)

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/13-identify-key-business-user-roles-ai-workloads.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Coordinates AI strategy, ensures governance, and orchestrates organizational ali
3636

3737
- Develop enterprise AI maturity and workflow standards
3838

39-
A lack of an Center of Excellence lead can lead to organizational impacts such as a lack of technological oversight, failure to adhere to a unified architectural strategy, or a breakdown in one or more of the key AI Responsibility pillars such as transparency.
39+
A lack of a Center of Excellence lead can lead to organizational impacts such as a lack of technological oversight, failure to adhere to a unified architectural strategy, or a breakdown in one or more of the key AI Responsibility pillars such as transparency.
4040

4141
### Product owner for AI workloads
4242

@@ -68,7 +68,7 @@ Provides domain expertise required for model grounding, evaluation, and performa
6868

6969
- Identify operational pain points suitable for AI augmentation
7070

71-
A lack of qualified business domain specialists can lead to a failure for AI workloads to perform reliably and to specification through issues such as hallucinations risks.
71+
A lack of qualified business domain specialists can lead to a failure for AI workloads to perform reliably and to specification through issues such as incorrect information risks.
7272

7373
### Data owner / data steward
7474

@@ -166,8 +166,8 @@ Additional roles not listed may be discovered such as the below for example:
166166

167167
## References
168168

169-
- Scale AI — organize for AI success. [/training/modules/scale-ai/3-organize-ai-success](/training/modules/scale-ai/3-organize-ai-success)
169+
- [Scale AI — organize for AI success](/training/modules/scale-ai/3-organize-ai-success)
170170

171-
- Scale AI transformation with Azure Essentials — AI Center of Excellence guidance. [https://azure.microsoft.com/blog/scale-ai-transformation-with-azure-essentials-ai-center-of-excellence-guidance/](https://azure.microsoft.com/blog/scale-ai-transformation-with-azure-essentials-ai-center-of-excellence-guidance/)
171+
- [Scale AI transformation with Azure Essentials — AI Center of Excellence guidance](https://azure.microsoft.com/blog/scale-ai-transformation-with-azure-essentials-ai-center-of-excellence-guidance/)
172172

173-
- Introduction to AI Center of Excellence — determining organizational roles and responsibilities. [/training/modules/intro-ai-center-excellence/4-determining-organizational-roles-responsibilities](/training/modules/intro-ai-center-excellence/4-determining-organizational-roles-responsibilities)
173+
- [Introduction to AI Center of Excellence — determining organizational roles and responsibilities](/training/modules/intro-ai-center-excellence/4-determining-organizational-roles-responsibilities)

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/14-evaluate-regional-local-ai-data-regulation-compliance-requirements.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ Microsoft's AI CoE guidance emphasizes that regulatory alignment is a foundation
5656

5757
## Regulatory domains solution architects must evaluate
5858

59-
### A. Data protection & privacy regulations
59+
### Data protection & privacy regulations
6060

6161
Examples include:
6262

63-
- GDPR (EU)
64-
6563
- CCPA/CPRA (California)
6664

6765
- Colorado Privacy Act
@@ -82,7 +80,7 @@ Key considerations:
8280

8381
- Cross-border data transfer
8482

85-
### B. AI-specific regulations
83+
### AI-specific regulations
8684

8785
Many regions are introducing AI-focused laws.
8886

@@ -108,7 +106,7 @@ Key considerations:
108106

109107
- Safety and misuse prevention
110108

111-
### C. Industry-specific regulations
109+
### Industry-specific regulations
112110

113111
Depending on the workload:
114112

@@ -130,7 +128,7 @@ Key considerations:
130128

131129
- Access controls
132130

133-
### D. Local jurisdiction requirements
131+
### Local jurisdiction requirements
134132

135133
Cities, states, and provinces may impose:
136134

@@ -146,15 +144,15 @@ Cities, states, and provinces may impose:
146144

147145
Based on Microsoft's AI CoE guidance, the CoE must:
148146

149-
#### A. Establish governance frameworks
147+
#### Establish governance frameworks
150148

151149
- Define enterprise AI standards
152150

153151
- Document compliance guardrails
154152

155153
- Create risk assessment workflows
156154

157-
#### B. Evaluate AI workloads for regulatory impact
155+
#### Evaluate AI workloads for regulatory impact
158156

159157
- Classify risk level
160158

@@ -164,7 +162,7 @@ Based on Microsoft's AI CoE guidance, the CoE must:
164162

165163
- Validate model evaluation requirements
166164

167-
#### C. Enable cross-functional collaboration
165+
#### Enable cross-functional collaboration
168166

169167
- Legal
170168

@@ -176,7 +174,7 @@ Based on Microsoft's AI CoE guidance, the CoE must:
176174

177175
- Business domain teams
178176

179-
#### D. Provide templates and tools
177+
#### Provide templates and tools
180178

181179
- Regulatory checklists
182180

@@ -264,22 +262,12 @@ The AI CoE should maintain:
264262

265263
- Approval workflows
266264

267-
## Professional visuals (text-based)
268-
269-
### Visual 1 — Regulatory evaluation flow
270-
271-
Identify Jurisdictions ↓ Identify Regulations ↓ Classify AI Risk ↓ Assess Data Requirements ↓ Evaluate AI Obligations ↓ Map to Microsoft Controls ↓ Document & Approve
272-
273-
### Visual 2 — AI CoE compliance responsibilities
274-
275-
Governance Standards Risk Assessment Data Protection Model Evaluation Responsible AI Audit & Monitoring
276-
277265
## References
278266

279-
- Implementing AI data residency and sovereignty strategies on Microsoft Azure. [https://just4cloud.com/implementing-ai-data-residency-and-sovereignty-strategies-on-microsoft-azure/](https://just4cloud.com/implementing-ai-data-residency-and-sovereignty-strategies-on-microsoft-azure/)
267+
- [Implementing AI data residency and sovereignty strategies on Microsoft Azure](https://just4cloud.com/implementing-ai-data-residency-and-sovereignty-strategies-on-microsoft-azure/)
280268

281-
- Security for AI — governance. [/security/security-for-ai/govern](/security/security-for-ai/govern)
269+
- [Security for AI — governance](/security/security-for-ai/govern)
282270

283-
- Know your boundaries — navigating data sovereignty and residency in Microsoft 365. [https://www.cloudessentials.com/blog/know-your-boundaries-navigating-data-sovereignty-and-residency-in-microsoft-365/](https://www.cloudessentials.com/blog/know-your-boundaries-navigating-data-sovereignty-and-residency-in-microsoft-365/)
271+
- [Know your boundaries — navigating data sovereignty and residency in Microsoft 365](https://www.cloudessentials.com/blog/know-your-boundaries-navigating-data-sovereignty-and-residency-in-microsoft-365/)
284272

285-
- Data residency and compliance in the Microsoft Cloud — Microsoft 365 governance guide. [https://dellenny.com/data-residency-and-compliance-in-the-microsoft-cloud-microsoft-365-governance-guide/](https://dellenny.com/data-residency-and-compliance-in-the-microsoft-cloud-microsoft-365-governance-guide/)
273+
- [Data residency and compliance in the Microsoft Cloud — Microsoft 365 governance guide](https://dellenny.com/data-residency-and-compliance-in-the-microsoft-cloud-microsoft-365-governance-guide/)

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/15-include-elements-microsoft-ai-center-excellence.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ When a CoE is missing or inadequate within an organization, the following can oc
182182

183183
## References
184184

185-
- Introduction to generative AI Center of Excellence. [/training/modules/intro-ai-center-excellence/1-introduction-generative-ai-center-excellence](/training/modules/intro-ai-center-excellence/1-introduction-generative-ai-center-excellence)
185+
- [Introduction to generative AI Center of Excellence](/training/modules/intro-ai-center-excellence/1-introduction-generative-ai-center-excellence)
186186

187-
- Cloud Adoption Framework — AI Center of Excellence (GitHub). [https://github.com/MicrosoftDocs/cloud-adoption-framework/blob/main/docs/scenarios/ai/center-of-excellence.md](https://github.com/MicrosoftDocs/cloud-adoption-framework/blob/main/docs/scenarios/ai/center-of-excellence.md)
187+
- [Cloud Adoption Framework — AI Center of Excellence (GitHub)](https://github.com/MicrosoftDocs/cloud-adoption-framework/blob/main/docs/scenarios/ai/center-of-excellence.md)
188188

189-
- Azure Cloud Adoption Framework. [/azure/cloud-adoption-framework/](/azure/cloud-adoption-framework/)
189+
- [Azure Cloud Adoption Framework](/azure/cloud-adoption-framework/)

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/16-design-ai-solutions-use-multiple-dynamics-365-apps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ Intent-driven architectures allow AI to determine the user's goal and route the
102102

103103
### Core principles
104104

105-
**Intent parsing**: Determine if the ask belongs to Sales, Service, or another workload
105+
- **Intent parsing**: Determine if the ask belongs to Sales, Service, or another workload.
106106

107-
**Context routing**: Map the intent to the correct app and entity
107+
- **Context routing**: Map the intent to the correct app and entity.
108108

109-
**Adaptive actions**: Use business rules to adjust next steps dynamically
109+
- **Adaptive actions**: Use business rules to adjust next steps dynamically.
110110

111-
**Event-based triggers**: Use Dataverse events while minimizing point-to-point integrations
111+
- **Event-based triggers**: Use Dataverse events while minimizing point-to-point integrations.
112112

113113
### Architectural benefits
114114

@@ -154,6 +154,6 @@ Intent-driven architectures allow AI to determine the user's goal and route the
154154

155155
## References
156156

157-
- Bridging AI and Dynamics — a scalable architecture for intent-driven applications. [https://dev.to/deep_sharma/bridging-ai-and-dynamics-a-scalable-architecture-for-intent-driven-applications-30jp](https://dev.to/deep_sharma/bridging-ai-and-dynamics-a-scalable-architecture-for-intent-driven-applications-30jp)
157+
- [Bridging AI and Dynamics — a scalable architecture for intent-driven applications](https://dev.to/deep_sharma/bridging-ai-and-dynamics-a-scalable-architecture-for-intent-driven-applications-30jp)
158158

159-
- Dynamics 365 Customer Service — enable customers to create multisession apps (2025 wave 1). [/dynamics365/release-plan/2025wave1/service/dynamics365-customer-service/enable-customers-create-multisession-apps](/dynamics365/release-plan/2025wave1/service/dynamics365-customer-service/enable-customers-create-multisession-apps)
159+
- [Dynamics 365 Customer Service — enable customers to create multisession apps (2025 wave 1)](/dynamics365/release-plan/2025wave1/service/dynamics365-customer-service/enable-customers-create-multisession-apps)

learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/17-design-user-prompt-training-ai-solution-adoption.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Your training program should teach users:
112112

113113
- Context improves accuracy
114114

115-
- Constraints reduce hallucinations
115+
- Constraints reduce incorrect information
116116

117117
### Prompt patterns users should learn
118118

@@ -238,8 +238,8 @@ Examples:
238238

239239
## References
240240

241-
- Empower educators to explore the potential of AI — AI tools and accessibility. [/training/modules/empower-educators-explore-potential-artificial-intelligence/ai-tools-educators-accessibility](/training/modules/empower-educators-explore-potential-artificial-intelligence/ai-tools-educators-accessibility)
241+
- [Empower educators to explore the potential of AI — AI tools and accessibility](/training/modules/empower-educators-explore-potential-artificial-intelligence/ai-tools-educators-accessibility)
242242

243-
- Leverage AI tools — drive transformation with Azure platforms. [/training/modules/leverage-ai-tools/6-drive-transformation-azure-platforms](/training/modules/leverage-ai-tools/6-drive-transformation-azure-platforms)
243+
- [Leverage AI tools — drive transformation with Azure platforms](/training/modules/leverage-ai-tools/6-drive-transformation-azure-platforms)
244244

245-
- Create business value with AI — AI governance. [/training/modules/create-business-value/6-ai-governance](/training/modules/create-business-value/6-ai-governance)
245+
- [Create business value with AI — AI governance](/training/modules/create-business-value/6-ai-governance)

0 commit comments

Comments
 (0)