This is a dedicated watch page for a single video.
You have a GitHub repository named repo1 and an Azure key vault named kv1. In repo1, you plan to create a workflow named Workflow1 that will deploy a database server by using credentials stored in kv1. You need to ensure that Workflow1 can retrieve the credentials from kv1. Which three actions should you perform in sequence? ACTIONS Grant secret permissions to kv1. Reference the credentials in Workflow1. Create a personal access token (PAT) in GitHub. Grant key permissions to kv1. Create a service principal in Microsoft Entra ID.