Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 4874a73

Browse files
authored
Merge pull request #624 from TesterTesterson1004/patch-3
Update AZ400_M02_L05_Implement_GitHub_Actions_for_CI_CD.md
2 parents 689ee86 + 06f292b commit 4874a73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M02_L05_Implement_GitHub_Actions_for_CI_CD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In this task, you will create the Azure Service Principal used by GitHub to depl
113113

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**
116-
- Name : **AZURE_CREDENTIALS**
116+
- Name : **`AZURE_CREDENTIALS`**
117117
- 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.
@@ -159,7 +159,7 @@ In this task, you will use GitHub environments to ask for manual approval before
159159
1. In the **deploy** job section, you can find a reference to an **environment** called **Development**. GitHub used [environments](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment) add protection rules (and secrets) for your targets.
160160

161161
1. On the repository page, go to **Settings**, open **Environments** and click **New environment**.
162-
1. Give it **Development** name and click on **Configure Environment**.
162+
1. Give it **`Development`** name and click on **Configure Environment**.
163163

164164
> **Note**: If an environment called **Development** already exists in the **Environments** list, open its configuration by clicking on the environment name.
165165

0 commit comments

Comments
 (0)