Which branching strategy should you recommend for the investment planning applications suite?
Which branching strategy should you recommend for the investment planning applications suite?A . release isolationB . main onlyC . development isolationD . feature isolationView AnswerAnswer: D Explanation: Scenario: A branching strategy that supports developing new functionality in isolation must be used. Feature isolation is a special derivation of the development...
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 Art ifactstask to the build pipeline.C . Add a Docker task to the build pipeline.D . Add the MAINTAINER instruction in the Dockerfile file.View...
Which line should you modify in the file?
You plan to create an image that will contain a .NET Core application. You have a Dockerfile file that contains the following code. (Line numbers are included for reference only.) You need to ensure that the image is as small as possible when the image is built. Which line should...
Which three actions should you perform?
Your company uses cloud-hosted Jenkins for builds. You need to ensure that Jenkins can retrieve source code from Azure Repos. Which three actions should you perform? Each correct answer presents part of the solution NOTE: Each correct answer selection is worth one pointA . Add the Team Foundation Server (TFS)...
Which three actions should you perform in sequence?
DRAG DROP You have an Azure Kubernetes Service (AKS) implementation that is RBAC-enabled. You plan to use Azure Container Instances as a hosted development environment to run containers in the AKS implementation. You need to configure Azure Container Instances as a hosted environment for running the containers in AKS. Which...
Which five actions should you perform in sequence?
DRAG DROP You need to use Azure Automation Sure Configuration to manage the ongoing consistency of virtual machine configurations. Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE:...
Which five actions should you perform in sequence?
DRAG DROP You need to use Azure Automation Sure Configuration to manage the ongoing consistency of virtual machine configurations. Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE:...
Which authentication type should you use?
You are developing an open source solution that uses a GitHub repository. You create a new public project in Azure DevOps. You plan to use Azure Pipelines for continuous build. The solution will use the GitHub Checks API. Which authentication type should you use?A . a personal access tokenB ....
Which three actions should you perform in sequence?
DRAG DROP You need to implement the code flow strategy for Project2 in Azure DevOps. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange in the correct order. View AnswerAnswer:
What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?
What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?A . a triggerB . a pre deployment approvalC . a post-deployment approvalD . a deployment gateView AnswerAnswer: D