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

Commit a63e24b

Browse files
committed
browse webapp
1 parent 73cebe4 commit a63e24b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L07_Implementing_GitHub_Actions_by_using_DevOps_Starter.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ In this task, you will review the GitHub workflow execution:
145145

146146
![Succesfull workflow](images/gh-action-success.png)
147147

148+
1. In a browser window, go back to the Azure Portal (https://portal.azure.com/). Open the resource group created before. You will see that the GitHub Action, using a bicep template, has created an Azure App Service Plan + App Service. You can see the published website opening the App Service and clicking **Browse**.
149+
150+
![Browse WebApp](images/browse-webapp.png)
151+
148152
#### (OPTIONAL) Task 4: Add manual approval pre-deploy using GitHub Environments
149153

150154
In this task, you will use GitHub environments to ask for manual approval before executing the actions defined on the deploy job of your workflow.
@@ -168,7 +172,7 @@ In this task, you will use GitHub environments to ask for manual approval before
168172

169173
![approval](images/gh-approve.png)
170174

171-
1. Workflow will follow the **deploy** job execution.
175+
1. Workflow will follow the **deploy** job execution and finish.
172176

173177
#### Task 1: Remove the Azure lab resources
174178

32.2 KB
Loading

0 commit comments

Comments
 (0)