Azure Key Vault and Azure Release Pipeline

BONIER Charline 1 Reputation point
2022-08-17T15:05:33.347+00:00

How integrate Azure Key Vault in my Azure DevOps Release.

In this release I have 3 stages that use PowerShell scripts and Power BI Automation Tools extension.

In the PowerShell scripts and the extension I use a connection "Service Principal".

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,795 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Udaiappa Ramachandran 726 Reputation points MVP
    2022-08-17T15:45:49.287+00:00

    You can use key vault tasks to integrate the key vault.

    https://learn.microsoft.com/en-us/azure/devops/pipelines/release/azure-key-vault?view=azure-devops&tabs=yaml&WT.mc_id=AZ-MVP-5004665

    Refer to the screenshot:

    If you running windows, then you can change the vmImage to windows-2019 or windows-2022

    232067-image.png

    1 person found this answer helpful.