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

Commit 44706c8

Browse files
Change of the button label for apply changes in a commit
1 parent e5d8dc1 commit 44706c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Instructions/Labs/AZ400_M02_L05_Implement_GitHub_Actions_for_CI_CD.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ In this task, you will create the Azure Service Principal used by GitHub to depl
118118

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

121-
> **Note**: if the secret already exists, modify it with the previously copied JSON
122-
123121
#### Task 2: Modify and execute the GitHub workflow
124122

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

137-
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.
138136

139137
#### Task 3: Review GitHub Workflow execution
140138

0 commit comments

Comments
 (0)