Which authentication method should you use?
You need to configure Azure Pipelines to control App2 builds. Which authentication method should you use?A . Windows NTLMB . certificateC . SAMLD . personal access token (PAT)View AnswerAnswer: D Explanation: Scenario: Deploy App2 to an Azure virtual machine named VM1. A personal access token (PAT) is used as an...
CORRECT TEXT
CORRECT TEXT You have an Azure function hosted in an App Service plan named az400-9940427-func1. You need to configure az400-9940427-func1 to upgrade the functions automatically whenever new code is committed to the master branch of https://github.com/Azure-Samples/functions-quickstart. To complete this task, sign in to the Microsoft Azure portal.View AnswerAnswer:
Does this meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you...
CORRECT TEXT
CORRECT TEXT You have an Azure function hosted in an App Service plan named az400-9940427-func1. You need to configure az400-9940427-func1 to upgrade the functions automatically whenever new code is committed to the master branch of https://github.com/Azure-Samples/functions-quickstart. To complete this task, sign in to the Microsoft Azure portal.View AnswerAnswer:
What should you use?
DRAG DROP You need to replace the existing DevOps tools to support the planned changes. What should you use? To answer, drag the appropriate tools to the correct targets. Each tool may be used once, more than once, or not at all. You may need to drag the split bar...
Does this meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you...
Where should you store each asset?
DRAG DROP You are building an application that has the following assets: ✑ Source code ✑ Logs from automated tests and builds ✑ Large and frequently updated binary assets ✑ A common library used by multiple applications Where should you store each asset? To answer, drag the appropriate Azure services...
Which release strategy should you use for each application?
DRAG DROP You are defining release strategies for two applications as shown in the following table. Which release strategy should you use for each application? To answer, drag the appropriate release strategies to the correct applications. Each release strategy may be used once, more than once, or not at all....
What should you do first?
You need to implement Project4. What should you do first?A . Add the FROM instruction in the Dockerfile file.B . Add a Copy and Publish Build Artifacts task to the build pipeline.C . Add a Docker task to the build pipeline.D . Add the MAINTAINER instruction in the Dockerfile file.View...
Which pull request action should you use?
Your company uses Azure DevOps to manage the build and release processes for applications. You use a Git repository for applications source control. You plan to create a new branch from an existing pull request. Later, you plan to merge the new branch and the target branch of the pull...