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 Jan 21, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: Instructions/Labs/AZ400_M03_L08_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,11 @@ Identify the applications that you'll use in this lab:
44
44
#### Prepare an Azure subscription
45
45
46
46
- 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).
48
48
49
49
#### Set up an Azure DevOps organization
50
50
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).
52
52
53
53
### Exercise 0: Configure the lab prerequisites
54
54
@@ -90,7 +90,7 @@ You can create a connection from Azure Pipelines to external and remote services
90
90
In this task, you will create a service principal by using the Azure CLI, which will allow Azure DevOps to:
91
91
- Deploy resources on your azure subscription
92
92
- 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
94
94
95
95
> **Note**: If you do already have a service principal, you can proceed directly to the next task.
96
96
@@ -138,7 +138,7 @@ A service principal is automatically created by Azure Pipeline when you connect
138
138
139
139
### Exercise 2: Import and run the CI pipeline
140
140
141
-
In this exericise, you will import and run the CI pipeline.
141
+
In this exercise, you will import and run the CI pipeline.
142
142
143
143
#### Task 1: Import and run the CI pipeline
144
144
@@ -166,7 +166,7 @@ In this exericise, you will import and run the CI pipeline.
166
166
- **Resources**: It downloads the repository filest will be used in the followinf tasks.
167
167
- **AzureResourceManagerTemplateDeployment**: Deploys the Azure Container Registry using bicep template.
168
168
- **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)
170
170
- **Docker - Push**: Push the images to Azure Container Registry
171
171
172
172
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
179
179
180
180
#### Task 1: Add a new role assignment
181
181
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.
183
183
184
184
1. Navigate to the [**Azure Portal**](https://portal.azure.com).
185
185
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