Skip to content

Commit 6b53860

Browse files
authored
Merge pull request #50291 from wwlpublish/30e87052da001280172fe8473a2740351f2660e06eea6f73a7474774be10e1b8-live
Modules/M02-explore-microsoft-dev-box-deployment-guidelines-best-practices
2 parents acc76b5 + 2a4ecfd commit 6b53860

32 files changed

+717
-0
lines changed
684 KB
Loading
Lines changed: 40 additions & 0 deletions
Loading
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.explore-microsoft-dev-box-deployment-guidelines-best-practices.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: "Introduction"
7+
ms.date: 05/08/2025
8+
author: wwlpublish
9+
ms.author: fkhan
10+
ms.topic: unit
11+
durationInMinutes: 4
12+
content: |
13+
[!include[](includes/1-introduction.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.explore-microsoft-dev-box-deployment-guidelines-best-practices.review-service-components-architecture-configuration
3+
title: Review service components, architecture, and configuration
4+
metadata:
5+
title: Review service components, architecture, and configuration
6+
description: "Review service components, architecture, and configuration"
7+
ms.date: 05/08/2025
8+
author: wwlpublish
9+
ms.author: fkhan
10+
ms.topic: unit
11+
durationInMinutes: 12
12+
content: |
13+
[!include[](includes/2-review-service-components-architecture-configuration.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.explore-microsoft-dev-box-deployment-guidelines-best-practices.learn-about-manual-deployment
3+
title: Learn about manual deployment
4+
metadata:
5+
title: Learn about manual deployment
6+
description: "Learn about manual deployment"
7+
ms.date: 05/08/2025
8+
author: wwlpublish
9+
ms.author: fkhan
10+
ms.topic: unit
11+
durationInMinutes: 20
12+
content: |
13+
[!include[](includes/3-learn-about-manual-deployment.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.explore-microsoft-dev-box-deployment-guidelines-best-practices.explore-automated-deployment
3+
title: Explore automated deployment
4+
metadata:
5+
title: Explore automated deployment
6+
description: "Explore automated deployment"
7+
ms.date: 05/08/2025
8+
author: wwlpublish
9+
ms.author: fkhan
10+
ms.topic: unit
11+
durationInMinutes: 20
12+
content: |
13+
[!include[](includes/4-explore-automated-deployment.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.explore-microsoft-dev-box-deployment-guidelines-best-practices.understand-security-compliance
3+
title: Understand security and compliance
4+
metadata:
5+
title: Understand security and compliance
6+
description: "Understand security and compliance"
7+
ms.date: 05/08/2025
8+
author: wwlpublish
9+
ms.author: fkhan
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/5-understand-security-compliance.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.explore-microsoft-dev-box-deployment-guidelines-best-practices.define-test-validation
3+
title: Define testing and validation
4+
metadata:
5+
title: Define testing and validation
6+
description: "Define testing and validation"
7+
ms.date: 05/08/2025
8+
author: wwlpublish
9+
ms.author: fkhan
10+
ms.topic: unit
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/6-define-test-validation.md)]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.explore-microsoft-dev-box-deployment-guidelines-best-practices.execute-your-rollout-strategy
3+
title: Execute your rollout strategy
4+
metadata:
5+
title: Execute your rollout strategy
6+
description: "Execute your rollout strategy"
7+
ms.date: 05/08/2025
8+
author: wwlpublish
9+
ms.author: fkhan
10+
ms.topic: unit
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/7-execute-your-rollout-strategy.md)]
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.explore-microsoft-dev-box-deployment-guidelines-best-practices.knowledge-check
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: "Module assessment"
7+
ms.date: 05/08/2025
8+
author: wwlpublish
9+
ms.author: fkhan
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/8-knowledge-check.md)]
14+
quiz:
15+
title: "Check your knowledge"
16+
questions:
17+
- content: "What is a key reason to configure an Azure Network Connection (ANC) instead of using Microsoft-hosted networking?"
18+
choices:
19+
- content: "To reduce Dev Box creation time"
20+
isCorrect: false
21+
explanation: "Incorrect"
22+
- content: "To allow access to internal, on-premises resources"
23+
isCorrect: true
24+
explanation: "Correct"
25+
- content: "To automatically scale disk storage"
26+
isCorrect: false
27+
explanation: "Incorrect"
28+
- content: "What tool can platform engineers use to automate Dev Box deployment with infrastructure as code?"
29+
choices:
30+
- content: "Bicep templates"
31+
isCorrect: true
32+
explanation: "Correct"
33+
- content: "Microsoft Teams"
34+
isCorrect: false
35+
explanation: "Incorrect"
36+
- content: "Windows Admin Center"
37+
isCorrect: false
38+
explanation: "Incorrect"
39+
- content: "What is required to allow Dev Boxes to join an on-premises Active Directory domain?"
40+
choices:
41+
- content: "Native Microsoft Entra ID Join"
42+
isCorrect: false
43+
explanation: "Incorrect"
44+
- content: "Hybrid Microsoft Entra ID Join"
45+
isCorrect: true
46+
explanation: "Correct"
47+
- content: "Microsoft-hosted Network Only"
48+
isCorrect: false
49+
explanation: "Incorrect"
50+
- content: "During pilot deployment, what should platform teams configure to ensure toolsets are available on Dev Boxes?"
51+
choices:
52+
- content: "Set up scripts from a Catalog"
53+
isCorrect: true
54+
explanation: "Correct"
55+
- content: "Windows Server Group Policies"
56+
isCorrect: false
57+
explanation: "Incorrect"
58+
- content: "External SaaS automation"
59+
isCorrect: false
60+
explanation: "Incorrect"
61+
- content: "Which Microsoft service is used to manage compliance and security settings for Dev Boxes once they're provisioned?"
62+
choices:
63+
- content: "Azure Key Vault"
64+
isCorrect: false
65+
explanation: "Incorrect"
66+
- content: "GitHub Copilot"
67+
isCorrect: false
68+
explanation: "Incorrect"
69+
- content: "Microsoft Intune"
70+
isCorrect: true
71+
explanation: "Correct"

0 commit comments

Comments
 (0)