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

Commit 94ddbea

Browse files
CopilotLuizMacedo
andcommitted
Implement Lab 7 feedback: timing update, DevOps connection guidance, pipeline authorization notes, and completion clarification
Co-authored-by: LuizMacedo <[email protected]>
1 parent 16251a6 commit 94ddbea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Instructions/Labs/AZ400_M02_L06_Deploy_Docker_containers_to_Azure_App_Service_web_apps.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After you complete this lab, you will be able to:
2828
- Push an image to Azure Container Registry.
2929
- Deploy a Docker image as a container to Azure App Service by using Azure DevOps.
3030

31-
## Estimated timing: 20 minutes
31+
## Estimated timing: 30 minutes
3232

3333
## Instructions
3434

@@ -67,6 +67,8 @@ In this exercise, you will configure the service connection with your Azure Subs
6767

6868
#### Task 1: Import and run the CI pipeline
6969

70+
1. From the lab computer, start a web browser, navigate to the Azure DevOps portal at `https://dev.azure.com` and sign in with your Azure DevOps organization credentials.
71+
1. Navigate to the **eShopOnWeb** project that you created in the prerequisites. If you skipped Exercise 0, ensure you have created an Azure DevOps project named **eShopOnWeb** and imported the repository from `https://github.com/MicrosoftLearning/eShopOnWeb.git`.
7072
1. Go to **Pipelines > Pipelines**
7173
1. Click on **New pipeline** button (or **Create Pipeline** if you don't have other pipelines previously created)
7274
1. Select **Azure Repos Git (YAML)**
@@ -122,6 +124,8 @@ In this task, you will import and run the CD pipeline.
122124

123125
1. Open the pipeline execution. If you see a warning message "This pipeline needs permission to access a resource before this run can continue to Deploy", click on **View** and then **Permit** and **Permit** again. This will allow the pipeline to access the Azure subscription.
124126

127+
> **Important**: If you do not authorize the pipeline when configuring, you will encounter permission errors during execution. Common error messages include "This pipeline needs permission to access a resource" or "Pipeline run failed due to insufficient permissions". To resolve this, navigate to the pipeline run, click **View** next to the permission request, then click **Permit** to grant the necessary access to your Azure subscription and resources.
128+
125129
> **Note**: The deployment may take a few minutes to complete.
126130
127131
> [!IMPORTANT]
@@ -139,6 +143,8 @@ In this task, you will import and run the CD pipeline.
139143

140144
1. Navigate to the App Service, then click **Browse**, this will take you to the website.
141145

146+
1. Verify that the eShopOnWeb application is running successfully. Once confirmed, you have completed the lab successfully.
147+
142148
> [!IMPORTANT]
143149
> Remember to delete the resources created in the Azure portal to avoid unnecessary charges.
144150

0 commit comments

Comments
 (0)