Skip to content

Commit e923c3c

Browse files
committed
Removing numbering from headings
1 parent 66c347d commit e923c3c

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

learn-pr/wwl/design-alm-process-ai-powered-business-solutions/includes/3-design-alm-process-copilot-studio-agents-connectors-actions.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This unit guides solution architects through designing an Application Lifecycle
44

55
Architects learn how to structure solution components into managed lifecycles, establish promotion and approval workflows, manage data and environment boundaries, and integrate development tooling—enabling a predictable, repeatable process that aligns with enterprise governance.
66

7-
## 1. ALM Foundations for Copilot Studio
7+
## ALM Foundations for Copilot Studio
88

99
Copilot Studio solutions typically include:
1010

@@ -30,7 +30,7 @@ A mature ALM process ensures:
3030

3131
* Sustainable lifecycle for updates and deprecations
3232

33-
## 2. Recommended Environment Strategy
33+
## Recommended Environment Strategy
3434

3535
### Establish at least three core environments:
3636

@@ -64,11 +64,11 @@ A mature ALM process ensures:
6464

6565
Iterate & Author Test, Approve, QA Support & Monitor
6666

67-
## 3. ALM for Agents
67+
## ALM for Agents
6868

6969
Agents should move through lifecycle stages with predictable governance:
7070

71-
### 3.1 Development Stage
71+
### Development Stage
7272

7373
* Draft agent scope, intents, and behaviors
7474

@@ -78,7 +78,7 @@ Agents should move through lifecycle stages with predictable governance:
7878

7979
* Test agent workflows with edge-case prompts
8080

81-
### 3.2 Testing Stage
81+
### Testing Stage
8282

8383
* Validate reasoning quality and output patterns
8484

@@ -88,7 +88,7 @@ Agents should move through lifecycle stages with predictable governance:
8888

8989
* Run regression tests on all agent topics
9090

91-
### 3.3 Production Stage
91+
### Production Stage
9292

9393
* Deploy via managed solutions
9494

@@ -98,7 +98,7 @@ Agents should move through lifecycle stages with predictable governance:
9898

9999
* Document change history
100100

101-
## 4. ALM for Connectors
101+
## ALM for Connectors
102102

103103
Connectors enable Copilot to interact with systems.
104104

@@ -118,7 +118,7 @@ Connectors enable Copilot to interact with systems.
118118

119119
Author → Validate Auth → Apply DLP → Approve Security → Publish to Prod
120120

121-
## 5. ALM for Actions
121+
## ALM for Actions
122122

123123
Actions represent executable steps triggered by agents.
124124

@@ -134,17 +134,17 @@ Actions represent executable steps triggered by agents.
134134

135135
* **Monitor** - Track success/failure rates and performance metrics
136136

137-
## 6. Version Control and Release Management
137+
## Version Control and Release Management
138138

139139
To maintain consistency and avoid configuration drift:
140140

141141
### Use source control
142142

143-
Export solution packages and store them in source repositories
143+
* Export solution packages and store them in source repositories
144144

145-
Track configuration changes for agents, connectors, and actions through a strong change management process.
145+
* Track configuration changes for agents, connectors, and actions through a strong change management process.
146146

147-
Use Visual Studio Code for Copilot connector development where applicable
147+
* Use Visual Studio Code for Copilot connector development where applicable
148148

149149
### Adopt release cadence
150150

@@ -156,7 +156,7 @@ Use Visual Studio Code for Copilot connector development where applicable
156156

157157
* Change management plan for users
158158

159-
## 7. Governance and Compliance Controls
159+
## Governance and Compliance Controls
160160

161161
ALM must align with enterprise governance rules:
162162

@@ -183,7 +183,7 @@ ALM must align with enterprise governance rules:
183183
* [] Risk & Safety Assessment Passed
184184
* [] Monitoring Enabled
185185

186-
## 8. Monitoring and Continuous Improvement
186+
## Monitoring and Continuous Improvement
187187

188188
### Monitoring signals include:
189189

learn-pr/wwl/design-alm-process-ai-powered-business-solutions/includes/5-design-alm-process-custom-ai-models.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This unit provides solution architects with a structured, enterprise-grade Appli
44

55
Custom AI models introduce unique ALM challenges such as data drift, model drift, regulatory alignment, and high-impact deployment risks. This unit provides architects with an actionable framework for governing model evolution from ideation through retirement.
66

7-
## 1. ALM Foundations for Custom AI Models
7+
## ALM Foundations for Custom AI Models
88

99
### A strong ALM process ensures:
1010

@@ -16,7 +16,7 @@ Custom AI models introduce unique ALM challenges such as data drift, model drift
1616

1717
* **Operational Readiness**: Runtime monitoring, governance logs, and rollback plans ensure business resilience.
1818

19-
## 2. Environment Strategy for Model Development
19+
## Environment Strategy for Model Development
2020

2121
Establishing a multi-environment design prevents configuration drift and ensures safe promotions.
2222

@@ -36,35 +36,35 @@ Establishing a multi-environment design prevents configuration drift and ensures
3636

3737
[Production]
3838

39-
## 3. ALM Lifecycle for Custom AI Models
39+
## ALM Lifecycle for Custom AI Models
4040

4141
The lifecycle includes the following stages:
4242

43-
### 1. Plan & Design
43+
### Plan & Design
4444

4545
* Define business use case, success criteria, constraints.
4646

4747
* Identify necessary data sources, governance rules, and privacy boundaries.
4848

4949
* Document intended model behavior, limitations, failure paths.
5050

51-
### 2. Data Preparation
51+
### Data Preparation
5252

53-
* Build data contracts and schema standards.
53+
* Build data contracts and schema standards.
5454

55-
* Establish curated datasets and "golden" evaluation datasets.
55+
* Establish curated datasets and "golden" evaluation datasets.
5656

57-
* Use versioned data pipelines to prevent drift and ensure reproducibility.
57+
* Use versioned data pipelines to prevent drift and ensure reproducibility.
5858

59-
### 3. Model Development
59+
### Model Development
6060

61-
* Build, fine-tune, or incorporate "bring your own model" (BYOM) components.
61+
* Build, fine-tune, or incorporate "bring your own model" (BYOM) components.
6262

6363
* Apply responsible AI requirements such as fairness, clarity, consistency, and safe response patterns.
6464

6565
* Maintain metadata: hyperparameters, training data versions, environment configuration snapshots.
6666

67-
### 4. Evaluation & Approval
67+
### Evaluation & Approval
6868

6969
* Validate accuracy, relevance, reliability, and failure handling.
7070

@@ -74,23 +74,23 @@ The lifecycle includes the following stages:
7474

7575
* Produce a **Model Card** containing metrics, constraints, and recommended usage boundaries.
7676

77-
### 5. Deployment
77+
### Deployment
7878

7979
* Promote model via managed deployment artifacts.
8080

8181
* Apply model registries with version locking and rollback paths.
8282

8383
* Enforce access control, encryption, and runtime audit logging.
8484

85-
### 6. Monitor & Optimize
85+
### Monitor & Optimize
8686

8787
* Track telemetry: latency, error frequency, safety blocks, user satisfaction signals.
8888

8989
* Detect model drift (output deviates from expected performance).
9090

9191
* Trigger retraining cycles with updated data.
9292

93-
### 7. Retirement
93+
### Retirement
9494

9595
When model no longer meets accuracy, safety, cost, or business expectations:
9696

@@ -100,7 +100,7 @@ When model no longer meets accuracy, safety, cost, or business expectations:
100100

101101
* Document transition plan to the next model version.
102102

103-
## 4. Promotion Gates for Enterprise Readiness
103+
## Promotion Gates for Enterprise Readiness
104104

105105
Promotion gates ensure only compliant, validated models move forward.
106106

@@ -124,19 +124,19 @@ Promotion gates ensure only compliant, validated models move forward.
124124

125125
### Text Visual: Gate Checklist
126126

127-
* Data quality validated
127+
* [] Data quality validated
128128

129-
* Evaluation metrics achieved
129+
* [] Evaluation metrics achieved
130130

131-
* Safety checks completed
131+
* [] Safety checks completed
132132

133-
* Model Card produced
133+
* [] Model Card produced
134134

135-
* Governance approvals obtained
135+
* [] Governance approvals obtained
136136

137-
* Rollback plan documented
137+
* [] Rollback plan documented
138138

139-
## 5. Governance and Compliance Requirements
139+
## Governance and Compliance Requirements
140140

141141
### Solution architects must ensure:
142142

@@ -150,7 +150,7 @@ Promotion gates ensure only compliant, validated models move forward.
150150

151151
* Transparent audit trails for every deployment.
152152

153-
## 6. Monitoring and Drift Management
153+
## Monitoring and Drift Management
154154

155155
### Effective monitoring requires:
156156

@@ -174,7 +174,7 @@ Cost ●●●○○
174174

175175
Consistency ●●●●○
176176

177-
## 7. Architect Responsibilities Checklist
177+
## Architect Responsibilities Checklist
178178

179179
* Define model development standards.
180180

0 commit comments

Comments
 (0)