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

Commit 8131e64

Browse files
authored
Merge pull request #625 from TesterTesterson1004/patch-5
Update AZ400_M04_L10_Integrate_Azure_Key_Vault_with_Azure_DevOps.md
2 parents 4874a73 + d24474e commit 8131e64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M04_L10_Integrate_Azure_Key_Vault_with_Azure_DevOps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ In this task, you will import an existing CI YAML pipeline definition, modify an
9797
- **PowerShell** task take the bicep output (acr login server) and creates pipeline variable.
9898
- **DockerCompose** task builds and pushes the container images for eShopOnWeb to the Azure Container Registry .
9999

100-
1. Your pipeline will take a name based on the project name. Lets **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-dockercompose** and click on **Save**.
100+
1. Your pipeline will take a name based on the project name. Lets **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-dockercompose`** and click on **Save**.
101101

102102
1. Once the execution is finished, on the Azure Portal, open previously defined Resource Group, and you should find an Azure Container Registry (ACR) with the created container images **eshoppublicapi** and **eshopwebmvc**. You will only use **eshopwebmvc** on the deploy phase.
103103

0 commit comments

Comments
 (0)