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

Commit d0e2920

Browse files
authored
Fixed typos , Removed an empty note, Short method
- Fixed typos at line 214 - Removed an empty note at line 224 - At line 218, Instead of clicking recently pipeline and get inside pipeline summary, we can simply hover over to that pipeline and get option to **rename/move** option. This shorten method a little bit.
1 parent c30627a commit d0e2920

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Instructions/Labs/AZ400_M03_L08_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,18 +211,16 @@ In this task, you will import and run the CI pipeline.
211211
> **Note**: The deployment may take a few minutes to complete.
212212
213213
The CI definition consists of the following tasks:
214-
- **Resources**: It downloads the repository filest will be used in the followinf tasks.
214+
- **Resources**: It downloads the repository files that will be used in the following tasks.
215215
- **AzureResourceManagerTemplateDeployment**: Deploys the Azure App Service using bicep template.
216216
- **AzureResourceManagerTemplateDeployment**: Add role assignment using Bicep
217217
218-
1. Your pipeline will take a name based on the project name. Let's **rename** it for identifying the pipeline better. Go to **Pipelines>Pipelines** and click on the recently created pipeline. Click on the ellipsis and **Rename/move** option. Name it **eshoponweb-cd-webapp-docker** and click on **Save**.
218+
1. Your pipeline will take a name based on the project name. Let's **rename** it for identifying the pipeline better. Go to **Pipelines>Pipelines** and hover on the recently created pipeline. Click on the ellipsis and **Rename/move** option. Name it **eshoponweb-cd-webapp-docker** and click on **Save**.
219219
220220
> **Note 1**: The use of the **/.azure/bicep/webapp-docker.bicep** template creates an app service plan, a web app with system assigned managed identity enabled, and references the docker image pushed previously: **${acr.properties.loginServer}/eshoponweb/web:latest**.
221221
222222
> **Note 2**: The use of the **/.azure/bicep/webapp-to-acr-roleassignment.bicep** template creates a new role assignment for the web app with AcrPull role to be able to retreive the docker image. This could be done in the first template, but since the role assignment can take some time to propagate, it's a good idea to do both tasks separately.
223223
224-
> **Note 3**:
225-
226224
#### Task 3: Test the solution
227225
228226
1. In the Azure Portal, navigate to the recently created Resource Group, you should now see three resources (Ap Service, App Service Plan and Container Registry).

0 commit comments

Comments
 (0)