Skip to content

Commit 4bf2268

Browse files
committed
Add Azure Boards + GitHub Copilot module content
1 parent 265f908 commit 4bf2268

29 files changed

Lines changed: 727 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: "Introduction"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/1-introduction.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.maintain-traceability-boards
3+
title: Maintain end-to-end traceability in Azure Boards
4+
metadata:
5+
title: Maintain end-to-end traceability in Azure Boards
6+
description: "Maintain end-to-end traceability in Azure Boards"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/10-maintain-traceability-boards.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.apply-governance-security
3+
title: Apply governance and security for AI-assisted workflows
4+
metadata:
5+
title: Apply governance and security for AI-assisted workflows
6+
description: "Apply governance and security for AI-assisted workflows"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/11-apply-governance-security.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.drive-adoption-improvement
3+
title: Drive adoption and continuous improvement
4+
metadata:
5+
title: Drive adoption and continuous improvement
6+
description: "Drive adoption and continuous improvement"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/12-drive-adoption-improvement.md)]
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.knowledge-check
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: "Knowledge check"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
module_assessment: true
12+
durationInMinutes: 3
13+
content: |
14+
[!include[](includes/13-knowledge-check.md)]
15+
quiz:
16+
title: "Check your knowledge"
17+
questions:
18+
- content: "Which condition most improves the quality of Copilot-assisted execution from Azure Boards work items?"
19+
choices:
20+
- content: "Adding explicit acceptance criteria, technical context, and test expectations in the work item."
21+
isCorrect: true
22+
explanation: "Correct. Clear requirements and constraints help Copilot generate more relevant and reviewable changes."
23+
- content: "Keeping work items brief and relying on pull request comments to define all requirements."
24+
isCorrect: false
25+
explanation: "Incorrect. Minimal detail increases ambiguity and usually leads to extra rework."
26+
- content: "Assigning one large epic directly to Copilot instead of splitting work into smaller items."
27+
isCorrect: false
28+
explanation: "Incorrect. Large, multi-outcome requests are harder to execute reliably than scoped work items."
29+
- content: "After connecting Azure Boards to GitHub, what provides the strongest delivery traceability?"
30+
choices:
31+
- content: "A flow where work items link to commits and pull requests, and status is updated from merge activity."
32+
isCorrect: true
33+
explanation: "Correct. Linked artifacts and state updates create a reliable audit trail from planning to delivery."
34+
- content: "Tracking all progress only in GitHub issues without linking back to Azure Boards."
35+
isCorrect: false
36+
explanation: "Incorrect. Without links to work items, portfolio-level traceability in Azure Boards is reduced."
37+
- content: "Using manual status updates only at the end of each sprint review."
38+
isCorrect: false
39+
explanation: "Incorrect. Delayed manual updates reduce visibility and increase reporting gaps."
40+
- content: "What is the most appropriate human-in-the-loop practice for Copilot-generated pull requests?"
41+
choices:
42+
- content: "Require reviewer validation for scope, security, and test quality before merge."
43+
isCorrect: true
44+
explanation: "Correct. Human review ensures quality, governance, and compliance requirements are met."
45+
- content: "Auto-merge all Copilot pull requests to maximize throughput."
46+
isCorrect: false
47+
explanation: "Incorrect. Automated merging without review can introduce quality and security risks."
48+
- content: "Skip testing when acceptance criteria look complete."
49+
isCorrect: false
50+
explanation: "Incorrect. Validation is still required even when generated output appears correct."
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.summary
3+
title: Summary
4+
metadata:
5+
title: Summary
6+
description: "Summary"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/14-summary.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.integration-overview
3+
title: Understand the integration between Azure Boards and GitHub Copilot
4+
metadata:
5+
title: Understand the integration between Azure Boards and GitHub Copilot
6+
description: "Understand the integration between Azure Boards and GitHub Copilot"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/2-integration-overview.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.prepare-environment-permissions
3+
title: Prepare environments, permissions, and prerequisites
4+
metadata:
5+
title: Prepare environments, permissions, and prerequisites
6+
description: "Prepare environments, permissions, and prerequisites"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/3-prepare-environment-permissions.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.connect-azure-boards-github
3+
title: Connect Azure Boards to GitHub repositories
4+
metadata:
5+
title: Connect Azure Boards to GitHub repositories
6+
description: "Connect Azure Boards to GitHub repositories"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/4-connect-azure-boards-github.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.manage-azure-boards-using-github-copilot.analyze-work-items-copilot-chat
3+
title: Analyze backlog items with GitHub Copilot Chat
4+
metadata:
5+
title: Analyze backlog items with GitHub Copilot Chat
6+
description: "Analyze backlog items with GitHub Copilot Chat"
7+
ms.date: 02/25/2026
8+
author: petender
9+
ms.author: petender
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/5-analyze-work-items-copilot-chat.md)]

0 commit comments

Comments
 (0)