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

Commit 1936c6c

Browse files
authored
Update AZ400_M03_L08_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md
1 parent e05a5fd commit 1936c6c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Instructions/Labs/AZ400_M03_L08_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Identify the applications that you'll use in this lab:
4444
#### Prepare an Azure subscription
4545

4646
- Identify an existing Azure subscription or create a new one.
47-
- Verify that you have a Microsoft account or an Azure AD account with the Owner role in the Azure subscription and the Global Administrator role in the Azure AD tenant associated with the Azure subscription. For details, refer to [List Azure role assignments using the Azure portal](https://docs.microsoft.com/en-us/azure/role-based-access-control/role-assignments-list-portal) and [View and assign administrator roles in Azure Active Directory](https://docs.microsoft.com/en-us/azure/active-directory/roles/manage-roles-portal#view-my-roles).
47+
- Verify that you have a Microsoft account or an Azure AD account with the Owner role in the Azure subscription and the Global Administrator role in the Azure AD tenant associated with the Azure subscription. For details, refer to [List Azure role assignments using the Azure portal](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-list-portal) and [View and assign administrator roles in Azure Active Directory](https://learn.microsoft.com/azure/active-directory/roles/manage-roles-portal).
4848

4949
#### Set up an Azure DevOps organization
5050

51-
If you don't already have an Azure DevOps organization that you can use for this lab, create one by following the instructions available at [Create an organization or project collection](https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/create-organization?view=azure-devops).
51+
If you don't already have an Azure DevOps organization that you can use for this lab, create one by following the instructions available at [Create an organization or project collection](https://docs.microsoft.com/azure/devops/organizations/accounts/create-organization?view=azure-devops).
5252

5353
### Exercise 0: Configure the lab prerequisites
5454

@@ -90,7 +90,7 @@ You can create a connection from Azure Pipelines to external and remote services
9090
In this task, you will create a service principal by using the Azure CLI, which will allow Azure DevOps to:
9191
- Deploy resources on your azure subscription
9292
- Push the docker image to Azure Container Registry
93-
- Add a role assignment to allow Azure App Service pull the docker image from Azure COntainer Registry
93+
- Add a role assignment to allow Azure App Service pull the docker image from Azure Container Registry
9494

9595
> **Note**: If you do already have a service principal, you can proceed directly to the next task.
9696
@@ -138,7 +138,7 @@ A service principal is automatically created by Azure Pipeline when you connect
138138
139139
### Exercise 2: Import and run the CI pipeline
140140
141-
In this exericise, you will import and run the CI pipeline.
141+
In this exercise, you will import and run the CI pipeline.
142142
143143
#### Task 1: Import and run the CI pipeline
144144
@@ -166,7 +166,7 @@ In this exericise, you will import and run the CI pipeline.
166166
- **Resources**: It downloads the repository filest will be used in the followinf tasks.
167167
- **AzureResourceManagerTemplateDeployment**: Deploys the Azure Container Registry using bicep template.
168168
- **PowerShell**: Retrieve the **ACR Login Server** value from the previous task's output and create a new parameter **acrLoginServer**
169-
- [**Docker**](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/docker-v0?view=azure-pipelines) **- Build**: Build the docker image and create two tags (Latest and current BuildID)
169+
- [**Docker**](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/docker-v0?view=azure-pipelines) **- Build**: Build the docker image and create two tags (Latest and current BuildID)
170170
- **Docker - Push**: Push the images to Azure Container Registry
171171
172172
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/Remove** option. Name it **eshoponweb-ci-docker** and click on **Save**.
@@ -179,7 +179,7 @@ In this exercise, you will configure the service connection with your Azure Subs
179179
180180
#### Task 1: Add a new role assignment
181181
182-
In this task, you will add a new role assignment to allow Azure App Service pull the docker image from Azure COntainer Registry.
182+
In this task, you will add a new role assignment to allow Azure App Service pull the docker image from Azure Container Registry.
183183
184184
1. Navigate to the [**Azure Portal**](https://portal.azure.com).
185185
1. In the Azure portal, click on the **Cloud Shell** icon, located directly to the right of the search textbox at the top of the page.

0 commit comments

Comments
 (0)