Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 98884c5

Browse files
authored
Merge pull request #663 from massimobonanni/ISSUE650-LAB05
LAB05: Fix issue #650 and a ui updates
2 parents 44da488 + 44706c8 commit 98884c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Instructions/Labs/AZ400_M02_L05_Implement_GitHub_Actions_for_CI_CD.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In this task, you will create an empty public GitHub repository and import the e
5858

5959
| Field | Value |
6060
| --- | --- |
61-
| Your old repository’s clone URL| <https://github.com/MicrosoftLearning/eShopOnWeb> |
61+
| The URL for your source reapository| <https://github.com/MicrosoftLearning/eShopOnWeb> |
6262
| Owner | Your account alias |
6363
| Repository Name | eShopOnWeb |
6464
| Privacy | **Public** |
@@ -83,7 +83,7 @@ In this task, you will create the Azure Service Principal used by GitHub to depl
8383
1. On the **Create a resource group** tab, give the following name to your Resource Group: **rg-eshoponweb-NAME** (replace NAME for some unique alias). Click on **Review + Create > Create**.
8484
1. In the Azure Portal, open the **Cloud Shell** (next to the search bar).
8585

86-
> **Note**: if this is the first time you open the Cloud Shell, you need to configure the [persistent storage](https://learn.microsoft.com/azure/cloud-shell/persisting-shell-storage)
86+
> **Note**: if the Azure portal asks you to create a storage, you can choose **No storage account required** options, select your subscription and click on **Apply** button
8787
8888
1. Make sure the terminal is running in **Bash** mode and execute the following command, replacing **SUBSCRIPTION-ID** and **RESOURCE-GROUP** with your own identifiers (both can be found on the **Overview** page of the Resource Group):
8989

@@ -114,7 +114,7 @@ In this task, you will create the Azure Service Principal used by GitHub to depl
114114
1. In a browser window, go back to your **eShopOnWeb** GitHub repository.
115115
1. On the repository page, go to **Settings**, click on **Secrets and variables > Actions**. Click on **New repository secret**
116116
- Name : **`AZURE_CREDENTIALS`**
117-
- Secret: **paste the previously copied JSON object** (GitHub is able to keep multiple secrets under same name, used by [azure/login](https://github.com/Azure/login) action )
117+
- Secret: **paste the previously copied JSON object** (GitHub is able to keep multiple secrets under same name, used by [azure/login](https://github.com/Azure/login) action )
118118

119119
1. Click on **Add secret**. Now GitHub Actions will be able to reference the service principal, using the repository secret.
120120

@@ -132,7 +132,7 @@ In this task, you will modify the given GitHub workflow and execute it to deploy
132132
- Replace **NAME** in **WEBAPP-NAME** with some unique alias. It will be used to create a globally unique website using Azure App Service.
133133
1. Read the workflow carefully, comments are provided to help understand.
134134

135-
1. Click on **Start Commit** and **Commit Changes** leaving defaults (changing the main branch). The workflow will get automatically executed.
135+
1. Click on **Commit changes...** on top right and **Commit changes** leaving defaults (changing the main branch). The workflow will get automatically executed.
136136

137137
#### Task 3: Review GitHub Workflow execution
138138

0 commit comments

Comments
 (0)