Skip to content

Commit fc86ee4

Browse files
Merge pull request #51074 from LuizMacedo/az400-minor
Fix localization issues with `no-loc` and `code/markdown smells`
2 parents 182e37d + 71d7d86 commit fc86ee4

23 files changed

+130
-133
lines changed
Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,52 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.design-container-build-strategy.knowledge-check
3-
title: Module assessment
4-
metadata:
5-
title: Module assessment
6-
description: "Knowledge check"
7-
ms.date: 05/25/2024
8-
author: wwlpublish
9-
ms.author: lumac
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 5
14-
content: |
15-
[!include[](includes/9-knowledge-check.md)]
16-
quiz:
17-
title: "Check your knowledge"
18-
questions:
19-
- content: "Which of the following commands do you use to retrieve an image from a container registry?"
20-
choices:
21-
- content: "Docker run."
22-
isCorrect: false
23-
explanation: "Incorrect. It's docker pull. You retrieve the image, likely from a container registry."
24-
- content: "Docker pull."
25-
isCorrect: true
26-
explanation: "Correct. It's docker pull. You retrieve the image, likely from a container registry."
27-
- content: "Docker build."
28-
isCorrect: false
29-
explanation: "Incorrect. It's docker pull. You retrieve the image, likely from a container registry."
30-
- content: "Which of the following choices isn't container-related Azure services?"
31-
choices:
32-
- content: "Azure App Service."
33-
isCorrect: false
34-
explanation: "Incorrect. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
35-
- content: "Azure Container Instances."
36-
isCorrect: false
37-
explanation: "Incorrect. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
38-
- content: "Azure Virtual Machine Scale Sets."
39-
isCorrect: true
40-
explanation: "Correct. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
41-
- content: "Which of the following choices creates an instance of the image?"
42-
choices:
43-
- content: "Docker run."
44-
isCorrect: true
45-
explanation: "Correct. It's docker run. You execute the container. An instance is created of the image."
46-
- content: "Docker build."
47-
isCorrect: false
48-
explanation: "Incorrect. It's docker run. You execute the container. An instance is created of the image."
49-
- content: "Docker pull."
50-
isCorrect: false
51-
explanation: "Incorrect. It's docker run. You execute the container. An instance is created of the image."
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.design-container-build-strategy.knowledge-check
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: "Knowledge check"
7+
ms.date: 05/13/2025
8+
author: LuizMacedo
9+
ms.author: lumac
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
no-loc: [Docker run, Docker pull, Docker build]
14+
durationInMinutes: 3
15+
content: |
16+
[!include[](includes/9-knowledge-check.md)]
17+
quiz:
18+
title: "Check your knowledge"
19+
questions:
20+
- content: "Which of the following commands do you use to retrieve an image from a container registry?"
21+
choices:
22+
- content: "Docker run."
23+
isCorrect: false
24+
explanation: "Incorrect. It's docker pull. You retrieve the image, likely from a container registry."
25+
- content: "Docker pull."
26+
isCorrect: true
27+
explanation: "Correct. It's docker pull. You retrieve the image, likely from a container registry."
28+
- content: "Docker build."
29+
isCorrect: false
30+
explanation: "Incorrect. It's docker pull. You retrieve the image, likely from a container registry."
31+
- content: "Which of the following choices isn't container-related Azure services?"
32+
choices:
33+
- content: "Azure App Service."
34+
isCorrect: false
35+
explanation: "Incorrect. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
36+
- content: "Azure Container Instances."
37+
isCorrect: false
38+
explanation: "Incorrect. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
39+
- content: "Azure Virtual Machine Scale Sets."
40+
isCorrect: true
41+
explanation: "Correct. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
42+
- content: "Which of the following choices creates an instance of the image?"
43+
choices:
44+
- content: "Docker run."
45+
isCorrect: true
46+
explanation: "Correct. It's docker run. You execute the container. An instance is created of the image."
47+
- content: "Docker build."
48+
isCorrect: false
49+
explanation: "Incorrect. It's docker run. You execute the container. An instance is created of the image."
50+
- content: "Docker pull."
51+
isCorrect: false
52+
explanation: "Incorrect. It's docker run. You execute the container. An instance is created of the image."

learn-pr/wwl-azure/learn-continuous-integration-github-actions/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 1

learn-pr/wwl-azure/learn-continuous-integration-github-actions/10-implement-github-actions-for-ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Implement GitHub Actions for CI/CD
44
metadata:
55
title: Implement GitHub Actions for CI/CD
66
description: "Implement GitHub Actions for CI/CD"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 40

learn-pr/wwl-azure/learn-continuous-integration-github-actions/11-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 5

learn-pr/wwl-azure/learn-continuous-integration-github-actions/12-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 1

learn-pr/wwl-azure/learn-continuous-integration-github-actions/2-describe-continuous-integration-with-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: Describe continuous integration with actions
44
metadata:
55
title: Describe continuous integration with actions
66
description: "Describe continuous integration with actions"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 3
1212
content: |
13-
[!include[](includes/2-describe-continuous-integration-with-actions.md)]
13+
[!include[](includes/2-describe-continuous-integration-with-actions.md)]

learn-pr/wwl-azure/learn-continuous-integration-github-actions/3-examine-environment-variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Examine environment variables
44
metadata:
55
title: Examine environment variables
66
description: "Examine environment variables"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 3

learn-pr/wwl-azure/learn-continuous-integration-github-actions/4-share-artifacts-between-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Share artifacts between jobs
44
metadata:
55
title: Share artifacts between jobs
66
description: "Share artifacts between jobs"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 4

learn-pr/wwl-azure/learn-continuous-integration-github-actions/5-examine-workflow-badges.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Examine Workflow badges
44
metadata:
55
title: Examine Workflow badges
66
description: "Examine Workflow badges"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 3

learn-pr/wwl-azure/learn-continuous-integration-github-actions/6-describe-best-practices-for-creating-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Describe best practices for creating actions
44
metadata:
55
title: Describe best practices for creating actions
66
description: "Describe best practices for creating actions"
7-
ms.date: 05/08/2024
8-
author: wwlpublish
7+
ms.date: 06/23/2025
8+
author: LuizMacedo
99
ms.author: lumac
1010
ms.topic: unit
1111
durationInMinutes: 2

0 commit comments

Comments
 (0)