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

Commit 4c3397e

Browse files
authored
ci pipeline
1 parent e3103e6 commit 4c3397e

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Instructions/Labs/AZ400_M07_Integrating_Azure_Key_Vault_with_Azure_DevOps.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,19 @@ From the lab computer, start a web browser, navigate to the Azure DevOps **eShop
156156
![Select Pipeline](images/select-ci-container-compose.png)
157157
158158
1. In the YAML pipeline definition, customize your Resource Group name by replacing **NAME** on **att-az400-ewebshop-NAME** and replace **YOUR-SUBSCRIPTION-ID** with the your own Azure subscriptionId.
159+
160+
1. Click on **Save and Run** and wait for the pipeline to execute succesfully.
161+
162+
> **Note**: The build may take a few minutes to complete. The build definition consists of the following tasks:
163+
- **AzureResourceManagerTemplateDeployment** uses **bicep** to deploy an Azure Container Registry.
164+
- **PowerShell** task take the bicep output (acr login server) and creates pipeline variable.
165+
- **DockerCompose** task builds and pushes the container images for eShopOnWeb.
166+
167+
1. Once the execution is finished, on the Azure Portal and defined Resource Group, you should find an Azure Container Registry with the created container images **eshoppublicapi** and **eshopwebmvc**. You will only use **eshopwebmvc** on the deploy phase.
168+
169+
![Container Images in ACR](images/azure-container-registry.png)
170+
171+
159172
#### Task 2: Create an Azure Key vault
160173
161174
In this task, you will create an Azure Key vault by using the Azure portal.
391 KB
Loading

0 commit comments

Comments
 (0)