ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 78 - AZ-400 discussion

Report
Export

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).
Answers
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.
Answers
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.
Answers
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).
Answers
D.
From DevOps, create a personal access token (PAT).
E.
From the build server, run config.cmd.
Answers
E.
From the build server, run config.cmd.
Suggested answer: B, E

Explanation:

B: Make sure you install your self-signed ssl server certificate into the OS certificate store.

E: When you have a self-signed SSL certificate for your on-premises TFS server, make sure to configure the Get we shipped to allow that self-signed SSL certificate. Enable Get to use SChannel during configure with 2.129.0 or higher version agent Pass --gituseschannel during agent configuration ./config.cmd --gituseschannel

Reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/certificate

asked 02/10/2024
JUAN LUIS BERMUDEZ MAYORAL
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first