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_L06_Deploy_Docker_containers_to_Azure_App_Service_web_apps.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ After you complete this lab, you will be able to:
28
28
- Push an image to Azure Container Registry.
29
29
- Deploy a Docker image as a container to Azure App Service by using Azure DevOps.
30
30
31
-
## Estimated timing: 20 minutes
31
+
## Estimated timing: 30 minutes
32
32
33
33
## Instructions
34
34
@@ -67,6 +67,8 @@ In this exercise, you will configure the service connection with your Azure Subs
67
67
68
68
#### Task 1: Import and run the CI pipeline
69
69
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`.
70
72
1. Go to **Pipelines > Pipelines**
71
73
1. Click on **New pipeline** button (or **Create Pipeline** if you don't have other pipelines previously created)
72
74
1. Select **Azure Repos Git (YAML)**
@@ -122,6 +124,8 @@ In this task, you will import and run the CD pipeline.
122
124
123
125
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.
124
126
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
+
125
129
> **Note**: The deployment may take a few minutes to complete.
126
130
127
131
> [!IMPORTANT]
@@ -139,6 +143,8 @@ In this task, you will import and run the CD pipeline.
139
143
140
144
1. Navigate to the App Service, then click **Browse**, this will take you to the website.
141
145
146
+
1. Verify that the eShopOnWeb application is running successfully. Once confirmed, you have completed the lab successfully.
147
+
142
148
> [!IMPORTANT]
143
149
> Remember to delete the resources created in the Azure portal to avoid unnecessary charges.
0 commit comments