You are creating a YAML-based Azure pipeline to deploy an Azure Data factory instance that has the following requirements; • If a Data Factory instance exists already, the instance must be overwritten. • No other resources in a resource group…

You use release pipelines in Azure Pipelines to deploy an app. Secrets required be the pipeline are stored as pipeline variables. Logging of commands is enabled for the Azure Pipelines agent. You need to prevent the values of the secrets…

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,…

You have an Azure solution that contains a build pipeline in Azure Pipelines. You experience intermittent delays before the build pipeline starts. You need to reduce the time it takes to start the build pipeline. What should you do? A.…

You have a project in Azure DevOps. You create the following YAML template named Template1.yml. steps: – script: npm install – script: yarn install – script: npm run compile You create the following pipeline named File1.yml. parameters: usersteps: – task:…

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,…

You plan to onboard 10 new developers. You need to recommend a development environment that meets the following requirements: Integrates with GitHub Provides integrated debugging tools Supports remote workers and hot-desking environments Supports developers who use browsers, tablets, and Chromebooks…

You have a project in Azure DevOps that has a release pipeline. You need to integrate work item tracking and an Agile project management system to meet the following requirements: Ensure that developers can track whether their commits are deployed…