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

Commit a436bce

Browse files
authored
Merge pull request #492 from MicrosoftLearning/fix-issue-allow-pipeline
LAB10: Update AZ400_M05_L10_Integrating_Azure_Key_Vault_with_Azure_DevOps.md
2 parents 3fa417f + b8240ea commit a436bce

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M05_L10_Integrating_Azure_Key_Vault_with_Azure_DevOps.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,17 @@ In this task, you will import a CD pipeline, customize it, and run it for deploy
240240
- **YOUR-ACR.azurecr.io** and **ACR-USERNAME** with your ACR login server (both need the ACR name, can be reviewed on the ACR>Access Keys).
241241
- **AZ400-EWebShop-NAME** with the resource group name defined before in the lab.
242242

243-
5. Click on **Save and Run** and wait for the pipeline to execute successfully.
243+
5. Click on **Save and Run**.
244+
6. Open the pipeline and wait to execute successfully.
245+
246+
> **Important**: If you see the message "This pipeline needs permission to access resources before this run can continue to Docker Compose to ACI", click on View, Permit and Permit again. This is needed to allow the pipeline to create the resource.
244247

245248
> **Note**: The deployment may take a few minutes to complete. The CD definition consists of the following tasks:
246249
- **Resources** : it is prepared to automatically trigger based on CI pipeline completion. It also download the repository for the bicep file.
247250
- **Variables (for Deploy stage)** connects to the variable group to consume the Azure Key Vault secret **acr-secret**
248251
- **AzureResourceManagerTemplateDeployment** deploys the Azure Container Instance (ACI) using bicep template and provides the ACR login parameters to allow ACI to download the previously created container image from Azure Container Registry (ACR).
249252

250-
6. 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-cd-aci** and click on **Save**.
253+
7. 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-cd-aci** and click on **Save**.
251254

252255
### Exercise 2: Remove the Azure lab resources
253256

0 commit comments

Comments
 (0)