You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Instructions/Labs/AZ400_M02_L05_Implement_GitHub_Actions_for_CI_CD.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ In this task, you will create an empty public GitHub repository and import the e
58
58
59
59
| Field | Value |
60
60
| --- | --- |
61
-
|Your old repository’s clone URL|<https://github.com/MicrosoftLearning/eShopOnWeb>|
61
+
|The URL for your source reapository|<https://github.com/MicrosoftLearning/eShopOnWeb>|
62
62
| Owner | Your account alias |
63
63
| Repository Name | eShopOnWeb |
64
64
| Privacy |**Public**|
@@ -83,7 +83,7 @@ In this task, you will create the Azure Service Principal used by GitHub to depl
83
83
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**.
84
84
1. In the Azure Portal, open the **Cloud Shell** (next to the search bar).
85
85
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
87
87
88
88
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):
89
89
@@ -114,7 +114,7 @@ In this task, you will create the Azure Service Principal used by GitHub to depl
114
114
1. In a browser window, go back to your **eShopOnWeb** GitHub repository.
115
115
1. On the repository page, go to **Settings**, click on **Secrets and variables > Actions**. Click on **New repository secret**
116
116
- 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 )
118
118
119
119
1. Click on **Add secret**. Now GitHub Actions will be able to reference the service principal, using the repository secret.
120
120
@@ -132,7 +132,7 @@ In this task, you will modify the given GitHub workflow and execute it to deploy
132
132
- Replace **NAME** in **WEBAPP-NAME** with some unique alias. It will be used to create a globally unique website using Azure App Service.
133
133
1. Read the workflow carefully, comments are provided to help understand.
134
134
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.
0 commit comments