|
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. |
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
5 | 5 | Here are some helpful tips before you begin the exercise: |
6 | 6 |
|
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. |
11 | 11 |
|
12 | | ->[!NOTE] |
| 12 | +> [!NOTE] |
13 | 13 | > 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**. |
14 | 14 |
|
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. |
16 | 16 |
|
17 | 17 | When you've finished the exercise in GitHub, return here for: |
18 | 18 |
|
19 | 19 | > [!div class="checklist"] |
20 | 20 | > |
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 |
24 | 24 |
|
25 | | -> [!div class="nextstepaction"] |
| 25 | +> [!div class="nextstepaction"] |
26 | 26 | > [Start the exercise on GitHub](https://github.com/skills/deploy-to-azure) |
0 commit comments