Your company has an Azure DevOps project,
The source code for the project is stored in an on-premises repository and uses on an on-premises build
server.
You plan to use Azure DevOps to control the build process on the build server by using a self-hosted agent.
You need to implement the self-hosted agent.
You download and install the agent on the build server.
Which two actions should you perform next? Each correct answer presents part of the solution.
A . From Azure, create a shared access signature (SAS).
B . From the build server, create a certificate, and then upload the certificate to Azure Storage.
C . From the build server, create a certificate, and then upload the certificate to Azure Key Vault.
D . From DevOps, create a personal access token (PAT).
E . From the build server, run config.cmd.
Answer: BE
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/certificate
Leave a Reply