Skip to content

Commit d6cade9

Browse files
committed
update human review suggestions
1 parent 6187d32 commit d6cade9

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

learn-pr/wwl-azure/introduction-agentic-devops-microsoft-tools-azure/includes/3-map-devops-work-agentic-opportunities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ For platform engineering teams, the optimization agent is particularly useful: i
6363

6464
With opportunities across the entire DevOps lifecycle, you need a way to decide where to start. Apply three filters:
6565

66-
1. **Frequency** how often does this task occur? Daily tasks yield more accumulated time savings than monthly ones.
67-
2. **Context breadth** how many sources does this task require you to consult? Tasks that require you to hold context from five places simultaneously are prime agents candidates.
68-
3. **Decision reversibility** how easily can you undo the outcome? Tasks with reversible, low-blast-radius outcomes are better first-deployment candidates than high-stakes production operations.
66+
- **Frequency**: how often does this task occur? Daily tasks yield more accumulated time savings than monthly ones.
67+
- **Context breadth**: how many sources does this task require you to consult? Tasks that require you to hold context from five places simultaneously are prime agents candidates.
68+
- **Decision reversibility**: how easily can you undo the outcome? Tasks with reversible, low-blast-radius outcomes are better first-deployment candidates than high-stakes production operations.
6969

7070
Pipeline failure triage scores high on all three. Production deployment authorization scores low on reversibility and should remain human-primary regardless of how mature your agentic practices become.
7171

learn-pr/wwl-azure/introduction-agentic-devops-microsoft-tools-azure/includes/4-set-autonomy-boundaries-human-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Identifying high-value agentic opportunities is the easier half of the problem.
22

33
The engineers who get this concept wrong tend to fall into one of two failure modes:
44

5-
- **locked-down agents**: agents are locked so tightly, that the only value delivered is autocomplete-level suggestions.
6-
- **autonomous execution**: agents run actions autonomously, without carefully analyzing impact.
5+
- **locked-down agents**: Agents are locked so tightly, that the only value delivered is autocomplete-level suggestions.
6+
- **autonomous execution**: Agents run actions autonomously, without carefully analyzing impact.
77

88
Both failures undermine adoption and erode trust. The goal is a calibrated model that matches autonomy level to reversibility, blast radius, and regulatory context.
99

learn-pr/wwl-azure/introduction-agentic-devops-microsoft-tools-azure/includes/5-exercise-classify-devops-backlog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ You're evaluating which tasks to pilot with agentic capabilities in the next qua
1010

1111
Review each task in the backlog below and assign:
1212

13-
1. **Agentic opportunity?** Yes or No
14-
2. **Autonomy level** Inform, Suggest, Execute on approval, or Execute autonomously
15-
3. **Justification** One to two sentences citing reversibility, blast radius, or compliance constraint
13+
- **Agentic opportunity?**: Yes or No
14+
- **Autonomy level**: Inform, Suggest, Execute on approval, or Execute autonomously
15+
- **Justification**: One to two sentences citing reversibility, blast radius, or compliance constraint
1616

1717
| # | Task description | Frequency |
1818
|---|---|---|
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
Mature DevOps practice is built on the discipline of knowing which layer of your stack handles which class of problem. Agentic capabilities represent a new layer. It is not a replacement for your pipelines, scripts, or runbooks. Rather, it becomes a reasoning layer overtop of them that handles the context-intensive, judgment-requiring work your automation was never designed to absorb.
1+
Mature DevOps practice is built on the discipline of knowing which layer of your stack handles which class of problem. Agentic capabilities represent a new layer. It isn't a replacement for your pipelines, scripts, or runbooks. Rather, it becomes a reasoning layer overtop of them that handles the context-intensive, judgment-requiring work your automation was never designed to absorb.
22

33
You learned how to define that layer. You mapped out where agentic AI delivers value across the DevOps lifecycle. Last, you established the autonomy boundaries that make it safe to deploy in production-grade Azure environments.
44

55
## Key concepts from this module
66

7-
- **Agents vs. automation**: Agents are goal-oriented, invoke tools dynamically, and adapt through observe-reason-act loops. This lets them handle complex, multi-step tasks requiring context synthesis instead of scripted steps.
7+
- **Agents vs. automation**: Agents are goal-oriented, invoke tools dynamically, and adapt through observe-reason-act loops. This approach lets them handle complex, multi-step tasks requiring context synthesis instead of scripted steps.
88
- **Microsoft's agentic spectrum**: GitHub Copilot, Azure Copilot agents, Azure DevOps AI, and MCP extensibility provide agentic capabilities across different surfaces.
99
- **High-value DevOps phases**: Plan/track, code review, pipeline triage, and observability are best suited for early adoption—they're frequent, information-rich, and low-risk.
10-
- **Autonomy matching**: Tie autonomy levels to reversibility and blast radius. High-risk operations (deployments, credentials, role assigments, policy changes) always require human approval.
11-
- **Observability from day one**: Log and audit all agent actions. This ensures compliance and provides feedback for safely increasing autonomy over time.
10+
- **Autonomy matching**: Tie autonomy levels to reversibility and blast radius. High-risk operations (deployments, credentials, role assignments, policy changes) always require human approval.
11+
- **Observability from day one**: Log and audit all agent actions, to ensure compliance and to provide feedback for safely increasing autonomy over time.
1212

1313
## Next steps
1414

15-
This module established the foundation. The next module in this learning path applies this foundation directly: you'll compare all four Microsoft agentic solution families — GitHub Copilot, Azure Copilot agents, Azure DevOps AI capabilities, and MCP-enabled extensibility — against concrete DevOps task profiles and build a selection framework for your team's environment.
15+
This module only established the foundation. The next modules in this learning path apply this foundation directly against concrete DevOps task profiles and build a selection framework for your team's environment.
1616

1717
## Learn more
1818

1919
- [Microsoft Azure Copilot overview](https://learn.microsoft.com/azure/copilot/overview)
2020
- [GitHub Copilot documentation](https://docs.github.com/copilot)
2121
- [Introduction to Azure Copilot agents](https://learn.microsoft.com/training/modules/introduction-azure-copilot-agents/)
2222
- [Azure DevOps product documentation](https://learn.microsoft.com/azure/devops/?view=azure-devops)
23-
- [Azure Well-Architected FrameworkOperational Excellence](https://learn.microsoft.com/azure/well-architected/operational-excellence/)
23+
- [Azure Well-Architected FrameworkOperational Excellence](https://learn.microsoft.com/azure/well-architected/operational-excellence/)

0 commit comments

Comments
 (0)