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

Commit 7768bf3

Browse files
authored
Update AZ400_M05_L13_Integrating_Azure_Key_Vault_with_Azure_DevOps.md
Updating Agent version to Ubuntu 20.04 from 18.04, as it breaks the ARM Template deployment (cfr. #284)
1 parent ec2e4b7 commit 7768bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M05_L13_Integrating_Azure_Key_Vault_with_Azure_DevOps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ In this task, you will configure the Azure Pipeline to retrieve the secret from
165165
166166
> **Note**: You need to authorize the pipeline to deploy to Azure. Azure pipelines can automatically create a service connection with a new service principal, **but we want to use the one we created earlier**, as it has been authorized to read the secret.
167167
168-
1. Select **Run on agent** and modify **Agent pool** field to **Azure Pipelines** and agent specification **ubuntu 18.04**.
168+
1. Select **Run on agent** and modify **Agent pool** field to **Azure Pipelines** and agent specification **ubuntu 20.04**.
169169
1. Select the **Azure Key Vault** task and, on the right side, in the **Azure Key Vault** task properties, next to the **Azure subscription** label, click **Manage**.
170170
This will open another browser tab displaying the **Service connections** pane in the Azure DevOps portal.
171171
1. On the **Service connections** pane, click **New Service connection**.

0 commit comments

Comments
 (0)