Skip to content

Commit e5ee6e3

Browse files
authored
Merge pull request #53897 from Chukslord1/fix-skills-listed
Fix skills listed
2 parents 01e04ac + e466dc1 commit e5ee6e3

6 files changed

Lines changed: 34 additions & 25 deletions

File tree

.openpublishing.redirection.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14762,6 +14762,15 @@
1476214762
"source_path_from_root": "/learn-pr/github/github-introduction-administration/5-knowledge-check.yml",
1476314763
"redirect_url": "/training/modules/github-introduction-administration/knowledge-check",
1476414764
"redirect_document_id": true
14765+
},
14766+
{
14767+
"source_path_from_root": "/learn-pr/github/manage-github-actions-enterprise/includes/exercise.md",
14768+
"redirect_url": "/training/modules/manage-github-actions-enterprise/knowledge-check"
14769+
},
14770+
14771+
{
14772+
"source_path_from_root": "/learn-pr/github/manage-github-actions-enterprise/exercise.yml",
14773+
"redirect_url": "/training/modules/manage-github-actions-enterprise/knowledge-check"
1476514774
},
1476614775
{
1476714776
"source_path_from_root": "/learn-pr/github/github-actions-ci/2b-github-actions-essential-features.yml",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.github.github-actions-cd.exercise
3+
title: Exercise - Deploy a containerized app to Azure with GitHub Actions
4+
metadata:
5+
title: Exercise - Deploy a containerized app to Azure with GitHub Actions
6+
description: Validate your knowledge on deploying a containerized application to Microsoft Azure using GitHub Actions.
7+
author: a-a-ron
8+
ms.author: aastewar
9+
ms.date: 03/18/2026
10+
ms.topic: unit
11+
durationInMinutes: 60
12+
content: |
13+
[!include[](includes/exercise.md)]

learn-pr/github/manage-github-actions-enterprise/includes/exercise.md renamed to learn-pr/github/github-actions-cd/includes/exercise.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
In this exercise, you use GitHub to validate your knowledge on using secrets in a GitHub Actions workflow.
1+
In this exercise, you use GitHub to validate your knowledge of deploying a containerized application to Microsoft Azure using GitHub Actions.
22

33
This GitHub exercise is graded automatically once you've attempted a solution to the challenge. The results of your actions and helpful feedback are provided in real time within the `grade-learner` workflow logs.
44

55
Here are some helpful tips before you begin the exercise:
66

7-
- Read the **About this exercise** section in the exercise's repository README to understand how the exercise works.
8-
- Follow the steps provided in the **Instructions** section to successfully complete the exercise.
9-
- To see the results of your exercise, navigate to the **Actions** tab of your cloned repository and select the most recent run on the **Grading** workflow.
10-
- Stuck on what to do? Revisit the content in the previous unit or check out the **Useful resources** section in the exercise's repository README for some additional resources.
7+
- Read the **About this exercise** section in the exercise's repository README to understand how the deployment workflow is structured.
8+
- Follow the steps provided in the **Instructions** section to successfully build, push, and deploy your application to Azure.
9+
- To see the results of your exercise, navigate to the **Actions** tab of your cloned repository and select the most recent run on the **Grading** workflow.
10+
- Stuck on what to do? Revisit the content in the previous unit or check out the **Useful resources** section in the exercise's repository README for additional guidance on Azure deployments and GitHub Actions.
1111

12-
>[!NOTE]
12+
> [!NOTE]
1313
> A grading script exists under `.github/workflows/grading.yml`. You do not need to modify this workflow to complete this exercise. **Altering the contents in this workflow can break the exercise's ability to validate your actions, provide feedback, or grade the results**.
1414
15-
This exercise is a challenge based on content covered in this module, and it may take several attempts to complete the exercise. If you get stuck, we recommend revisiting previous content in this module or navigating to some of the other resources provided to find the solution.
15+
This exercise is a challenge based on content covered in this module, and it may take several attempts to complete successfully. If you get stuck, we recommend revisiting previous content in this module or exploring the additional resources provided.
1616

1717
When you've finished the exercise in GitHub, return here for:
1818

1919
> [!div class="checklist"]
2020
>
21-
> - A quick knowledge check
22-
> - A summary of what you've learned
23-
> - A badge for completing this module
21+
> - A quick knowledge check
22+
> - A summary of what you've learned
23+
> - A badge for completing this module
2424
25-
> [!div class="nextstepaction"]
25+
> [!div class="nextstepaction"]
2626
> [Start the exercise on GitHub](https://github.com/skills/deploy-to-azure)

learn-pr/github/github-actions-cd/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ units:
4545
- learn.github.github-actions-cd.2-deploy-azure
4646
- learn.github.github-actions-cd.2b-manage-workflow-runs
4747
- learn.github.github-actions-cd.3-create-workflow-deploy-azure
48+
- learn.github.github-actions-cd.exercise
4849
- learn.github.github-actions-cd.4-knowledge-check
4950
- learn.github.github-actions-cd.5-summary
5051
badge:

learn-pr/github/manage-github-actions-enterprise/exercise.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/github/manage-github-actions-enterprise/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ units:
3939
- learn.github.manage-github-actions-enterprise.manage-runners
4040
- learn.github.manage-github-actions-enterprise.configure-self-hosted-runners
4141
- learn.github.manage-github-actions-enterprise.manage-encrypted-secrets
42-
- learn.github.manage-github-actions-enterprise.exercise
4342
- learn.github.manage-github-actions-enterprise.knowledge-check
4443
- learn.github.manage-github-actions-enterprise.summary
4544
iconUrl: /training/achievements/github/manage-github-actions-enterprise.svg

0 commit comments

Comments
 (0)