Questions Flashcards
HOTSPOT - How should you complete the code to initialize App Center in the mobile application? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
MSAppCenter.Start
(“{ Your App Secret }” , withServices: [MAAnalytics.self, MSCrashes.self] )
DRAG DROP - You are planning projects for three customers.The customers all plan to use Azure DevOps for work item management. Which work item process should you use for each customer?
a.Datum: Track Requirements, Change Requests, risks and reviews
CMMI
Choose CMMI when your team follows more formal project methods that require a framework for process improvement and an auditable record of decisions. With this process, you can track requirements, change requests, risks, and reviews.
You have an Azure DevOps organization named Contoso and an Azure subscription. You use Azure DevOps to build and deploy a web app named App1. Azure Monitor is configured to generate an email notification in response to alerts generated whenever App1 generates a server-side error. You need to receive notifications s in Microsoft Teams whenever an Azure Monitor alert is generated. Which two actions should you perform?
Create an Azure logic app that has an HTTP request trigger.
Modify an action group in Azure Monitor.
SIMULATION - You need to ensure that an Azure web app named az400-9940427-main can retrieve secrets from an Azure key vault named az400-9940427-kv1 by using a system managed identity. The solution must use the principle of least privilege. To complete this task, sign in to the Microsoft Azure portal
- In Azure portal navigate to the az400-9940427-main app.
- Scroll down to the Settings group in the left navigation.
- Select Managed identity.
- Within the System assigned tab, switch Status to On. Click Save.
https: //docs.microsoft.com/en-us/azure/app-service/overview-managed-identity
You create a Microsoft ASP.NET Core application. You plan to use Azure Key Vault to provide secrets to the application as conguration data. You need to create a Key Vault access policy to assign secret permissions to the application. The solution must use the principle of least privilege. Which secret permissions should you use?
Get only
HOTSPOT - Your company has an Azure subscription. The company requires that all resource groups in the subscription have a tag named organization set to a value of Contoso. You need to implement a policy to meet the tagging requirement. How should you complete the policy? To answer, select the appropriate options in the answer area.
“MicrosoftResources\subscriptions\resouceGroups”
“Append”
Your company is concerned that when developers introduce open source libraries, it creates licensing compliance issues. You need to add an automated process to the build pipeline to detect when common open source libraries are added to the code base. What should you use?
Black Duck
You are automating the build process for a Java-based application by using Azure DevOps. You need to add code coverage testing and publish the outcomes to the pipeline. What should you use?
Cobertura = Java
Coverlet = .NET
Bullseye = C++
You are designing the development process for your company. You need to recommend a solution for continuous inspection of the company’s code base to locate common code patterns that are known to be problematic. What should you include in the recommendation?
SonarCloud analysis
SonarCloud is a cloud service offered by SonarSource and based on SonarQube. SonarQube is a widely adopted open source platform to inspect continuously the quality of source code and detect bugs, vulnerabilities and code smells in more than 20 different languages. Note: The SonarCloud Azure DevOps extension brings everything you need to have your projects analyzed on SonarCloud very quickly
Project1 will provide support for incremental builds and third-party SDK components.
Question DRAG DROP - You need to recommend a procedure to implement the build agent for Project1. Which three actions should you recommend be performed in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
- Sign in to Azure Devops by using an account that is assigned the agent pool administrator role
- Create a presonal access token
- Install and register Azure Pipelines agent on an Azure virtual machine
SIMULATION - You need to create a notification if the peak average response time of an Azure web app named az400-9940427-main is more than five seconds when evaluated during a five-minute period. The notification must trigger the “https://contoso.com/notify” webhook.
To complete this task, sign in to the Microsoft Azure portal.
- Open Microsoft Azure Portal
- Log into your Azure account and go to App Service and look under Monitoring then you will see Alert.
- Select Add an alert rule
- Configure the alert rule as per below and click Ok.
Source: Alert on Metrics - Resource Group: az400-9940427-main Resource: az400-9940427-main - Threshold:
5 - Period: Over the last 5 minutes - Webhook: https://contoso.com/notify
Yes. Action group needs to be created. Setup the Alert criteria and then in the same process create an action group an select Webhook and save it
HOTSPOT - You are configuring a release pipeline in Azure DevOps as shown in the exhibit. Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic. NOTE: Each correct selection is worth one point.
How many Stages have Triggers set?
Which component should you modify to enable continuous delivery?
Artifact can be set for continuous deployment
Number of trigger bolt with checkmark
Your company is building a new solution in Java. The company currently uses a SonarQube server to analyze the code of .NET solutions. You need to analyze and monitor the code quality of the Java solution. Which task types should you add to the build pipeline?
Gradle
Configure an Azure DevOps Services or TFS Maven or Gradle build task to use SonarQube for code project and technical debt analysis
Case Study …. Investment planning applications suite……
By default, all releases must remain available for 30 days, except for production releases, which must be kept for 60 days.
Question HOTSPOT - How should you configure the release retention policy for the investment planning applications suite? To answer, select the appropriate options in the answer area.
Global Release: ?
Production stage: ?
Global Release? - Set the default retention policy to 30 days.
Production stage: ? Set the stage retention policy to 60 days.
Your company is building a mobile app that targets Android and iOS devices. Your team uses Azure DevOps to manage all work items and release cycles. You need to recommend a solution to perform the following tasks:
✑ Collect crash reports for issue analysis.
✑ Distribute beta releases to your testers.
✑ Get user feedback on the functionality of new apps.
What should you include in the recommendation?
Microsoft Visual Studio App Center
DRAG DROP - Your company wants to use Azure Application Insights to understand how user behaviors affect an application. Which Application Insights tool should you use to analyze each behavior?
Feature usage?
User actions by day?
The effect that the performance has on the usage of the page or a feature?
Feature usage? - User Flows
User actions by day? - Users
The effect that the performance? – Impact
You manage build pipelines and deployment pipelines by using Azure DevOps. Your company has a team of 500 developers. New members are added continually to the team. You need to automate the management of users and licenses whenever possible. Which task must you perform manually?
D. procuring licenses
You use Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring. You need to write ad-hoc queries against the monitoring data. Which query language should you use?
Azure Log Analytics
You have a containerized solution that runs in Azure Container Instances. The solution contains a frontend container named App1 and a backend container named DB1. DB1 loads a large amount of data during startup. You need to verify that DB1 can handle incoming requests before users can submit requests to App1. What should you configure?
a readiness probe
Your company uses ServiceNow for incident management. You develop an application that runs on Azure. The company needs to generate a ticket in ServiceNow when the application fails to authenticate. Which Azure Log Analytics solution should you use?
IT Service Management Connector (ITSM)
You are designing a configuration management solution to support five apps hosted on Azure App Service. Each app is available in the following three environments: development, test, and production. You need to recommend a configuration management solution that meets the following requirements: ✑ Supports feature flags ✑ Tracks configuration changes from the past 30 days ✑ Stores hierarchically structured configuration values ✑ Controls access to the configurations by using role-based access control (RBAC) permission ✑ Stores shared values as key/value pairs that can be used by all the apps Which Azure service should you recommend as the configuration management solution?
Azure App configuration
SIMULATION - You need to ensure that an Azure web app named az400-9940427-main supports rolling upgrades. The solution must ensure that only 10 percent of users who connect to az400-9940427-main use update versions of the app. The solution must minimize administrative effort. To complete this task, sign in to the Microsoft Azure portal.
Set up staging environments in Azure App Service
- Open Microsoft Azure Portal
- Log into your Azure account, select your app’s resource page, in the left pane, select Deployment slots > Add Slot.
- In the Add a slot dialog box, give the slot a name, and select whether to clone an app configuration from another deployment slot. Select Add to continue.
- After the slot is added, select Close to close the dialog box. The new slot is now shown on the Deployment slots page. By default, Traffic% is set to 0 for the new slot, with all customer traffic c routed to the production slot.
- Select the new deployment slot to open that slot’s resource page
- Change TRAFFIC to 10
DRAG DROP - You are configuring Azure Pipelines for a projects in Azure DevOps.
Which version control system should you recommend for the project?
The sensitivity of the project requires that the source code be hosted on the managed Windows Server on your company network.
Github Entwerprise
You plan to use Terraform to deploy an Azure resource group. You need to install the required frameworks to support the planned deployment. Which two frameworks should you install?
Yeoman
Terratest
Your company has a project in Azure DevOps. You need to ensure that when there are multiple builds pending deployment, only the most recent build is deployed. What should you use?
deployment queue settings
You plan to use Azure Repos for all the projects. Which version control system should you use for each project?
The release branch must only be viewable or editable by the project leads
Git or TFVS
DRAG DROP - You need to find and isolate shared code. The shared code will be maintained in a series of packages. 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 them in the correct order.
Create a dependancy graph for the application
group the related components
Assign ownership to each component group
You have an Azure DevOps organization named Contoso that contains a project named Project1. You provision an Azure key vault named Keyvault1. You need to reference Keyvault1 secrets in a build pipeline of Project1.
What should you do first?
Create a variable group in Project1
You use WhiteSource Bolt to scan a Node.js application. The WhiteSource Bolt scan identifies numerous libraries that have invalid licenses. The libraries are used only during development and are not part of a production deployment. You need to ensure that WhiteSource Bolt only scans production dependencies. Which two actions should you perform?
Run npm install and specify the –production
Modify the devDependencies section of the project’s Package.json
Question What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?
A. a pre-deployment approval
Your team uses an agile development approach. You need to recommend a branching strategy for the team’s Git repository. The strategy must meet the following requirements.
✑ Provide the ability to work on multiple independent tasks in parallel.
✑ Ensure that checked-in code remains in a releasable state always.
✑ Ensure that new features can be abandoned at any time.
✑ Encourage experimentation. What should you recommend?
a single-running branch with multiple short-lived topic branches
Your company has a release pipeline in an Azure DevOps project. You plan to deploy to an Azure Kubernetes Services (AKS) cluster by using the Helm package and deploy task. You need to install a service in the AKS namespace for the planned deployment. Which service should you install?
Chart
DRAG DROP - You need to use Azure Automation State Configure to manage the ongoing consistency of virtual machine configure 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.
Upload a configuration to Azure Automation State Configuration
Compile a configuration into a node configuration
Onboard the VM to Azure ASC
Assign the node configuration
Check the comploiance Status of the node
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?
D. From DevOps, create a personal access token (PAT).
E. From the build server, run config.cmd.
You have an application that consists of several Azure App Service web apps and Azure functions. You need to access the security of the web apps and the functions. Which Azure features can you use to provide a recommendation for the security of the application?
Compute & apps in Azure Security Center
SIMULATION - You need to create a virtual machine template in an Azure DevTest Labs environment named az400-9940427-dtl1. The template must be based on Windows Server 2016 Datacenter. Virtual machines created from the template must include the selenium tool and the Google Chrome browser. To complete this task, sign in to the Microsoft Azure portal
- Open Microsoft Azure Portal
- Select All Services, and then select DevTest Labs in the DEVOPS section.
- From the list of labs, select the az400-9940427-dtl1 lab
- On the home page for your lab, select + Add on the toolbar.
- Select the Windows Server 2016 Datacenter base image for the VM.
- Select automation options at the bottom of the page above the Submit button.
- You see the Azure Resource Manager template for creating the virtual machine.
- The JSON segment in the resources section has the definition for the image type you selected earlier
REMARK: https://docs.microsoft.com/en-us/azure/devtest-labs/devtest-lab-add-vm#add-an-existing-artifact-to-a-vm
You have an Azure Resource Manager template that deploys a multi-tier application. You need to prevent the user who performs the deployment from viewing the account credentials and connection strings used by the application. What should you use?
Azure Key Vault
You are developing an iOS application by using Azure DevOps. You need to test the application manually on 10 devices without releasing the application to the public. Which two actions should you perform? Each correct answer presents part of the solution.
Distribute a new release of the application.
Register the IDs of the devices in the Apple Developer portal.
Your company has a project in Azure DevOps for a new application. The application will be deployed to several Azure virtual machines that run Windows Server 2016. You need to recommend a deployment strategy for the virtual machines. The strategy must meet the following requirements: ✑ Ensure that the virtual machines maintain a consistent configuration. Minimize administrative effort to configure the virtual machines.
What should you include in the recommendation?
Azure Resource Manager templates and the PowerShell Desired State Configuration (DSC) extension for WIndows.
HOTSPOT - Your company uses Team Foundation Server 2013 (TFS 2013). You plan to migrate to Azure DevOps. You need to recommend a migration strategy that meets the following requirements:
✑ Preserves the dates of Team Foundation Version Control changesets
✑ Preserves the changes dates of work items revisions
✑ Minimizes migration effort
✑ Migrates all TFS artifacts
On the TFS Server Upgrade TFS to the most recent RTW Release
To perform the megration use the TFS Database Import Service
You need to recommend a Docker container build strategy that meets the following requirements:
✑ Minimizes image sizes
✑ Minimizes the security surface area of the final image What should you include in the recommendation?
multi-stage builds
References: https://docs.docker.com/develop/develop-images/multistage-build/
Your company uses Azure DevOps for the build pipelines and deployment pipelines of Java-based projects. You need to recommend a strategy for managing technical debt. Which two actions should you include in the recommendation? Each correct answer presents part of the solution.
B. Configure pre-deployment approvals in the deployment pipeline.
C. Integrate Azure DevOps and SonarQube.
Your company is concerned that when developers introduce open source libraries, it creates licensing compliance issues. You need to add an automated process to the build pipeline to detect when common open source libraries are added to the code base. What should you use?
WhiteSource
What is:
Lead Time?
Cycle Time?
Burndown?
Lead Time = Lead time measures the total time elapsed from the creation of work items to their completion.
Cycle Time = Cycle time measures the time it takes for your team to complete work items once they begin actively working on them.
Burndown = Burndown charts focus on remaining work within a specific time period
You plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources: ✑ Two resource groups ✑ Four Azure virtual machines in one resource group ✑ Two Azure SQL databases in other resource group You need to recommend a solution to deploy the resources.
Solution 1: Create a main template that will deploy the resources in one resource group and a nested template that will deploy the resources in the other resource group.
Solution 2: Create a main template that has two linked templates, each of which will deploy the resources in its respective group.
Solution 1: No - Beter solution : Use two linked templates, instead of the nested template.
Solution 2: Yes
SIMULATION - You plan to deploy a template named D:\Deploy.json to a resource group named Deploy-lod9940427. You need to modify the template to meet the following requirements, and then to deploy the template: ✑ The address space must be reduced to support only 256 total IP addresses. ✑ The subnet address space must be reduced to support only 64 total IP addresses. To complete this task, sign in to the Microsoft Azure portal.
- Sign in to the portal,
- Choose template Deploy-lod9940427
- Select Edit template, and then paste your JSON template code into the code window.
- Change the ASddressPrefixes to 10.0.0.0/24 in order to support only 256 total IP addresses. addressSpace”:{“addressPrefix to 10.0.0.0/26 to support only 64 total IP addresses. “subnets”:[ { “name”:”rstSubnet”, “properties”:{ “addressPrefix”:”10.0.0.0/24” }
- Select Save.
- Select Edit parameters, provide values for the parameters that are shown, and then select OK.
8 Select Subscription. Choose the subscription you want to use, and then select OK.
- Select Resource group. Choose an existing resource group or create a new one, and then select OK
- Select Create. A new tile on the dashboard tracks the progress of your template deployment.
You have a project in Azure DevOps. You have an Azure Resource Group deployment project in Microsoft Visual Studio that is checked in to the Azure DevOps project. You need to create a release pipeline that will deploy resources by using Azure Resource Manager templates. The solution must minimize administrative effort. Which task type should you include in the solution?
Azure PowerShell
Add a single step to your build pipeline that runs the PowerShell script that’s included in the Azure Resource Group deployment project (DeployAzureResourceGroup.ps1). The script copies artifacts and then deploys the template.
Your company develops an application named App1 that is deployed in production. As part of an application update, a new service is being added to App1. The new service requires access to an application named App2 that is currently in development. You need to ensure that you can deploy the update to App1 before App2 becomes available. You must be able to enable the service in App1 once App2 is deployed. What should you do?
A. Implement a feature
What is xcpretty
xcpretty is a fast and flexible code formater
Your company plans to use an agile approach to software development. You need to recommend an application to provide communication between members of the development team who work in locations around the world. The applications must meet the following requirements:
✑ Provide the ability to isolate the members of different project teams into separate communication channels and to keep a history of the chats within those channels. ✑ Be available on Windows 10, Mac OS, iOS, and Android operating systems. ✑ Provide the ability to add external contractors and suppliers to projects. ✑ Integrate directly with Azure DevOps. What should you recommend?
Slack is a popular team collaboration service that helps teams be more productive by keeping all communications in one place and easily searchable from virtually anywhere. All your messages, your files and everything from Twitter, Dropbox, Google Docs, Azure DevOps, and more all together. Slack is a popular team collaboration service that helps teams be more productive by keeping all communications in one place and easily searchable from virtually anywhere.
Teams and if not Slack
Question DRAG DROP -
You need to configure Azure Automation for the computers in Pool7. 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 them in the correct order.
- Create a Disired State configuration file with etension .ps1
- Run the Import-AzureRMAutomationDSCConfiguration Powershell cmdlet
- Run the Start-AzureRMAutomationDSCCompilationJob cmdlet
You are creating a build pipeline in Azure Pipelines. You define several tests that might fail due to third-party applications. You need to ensure that the build pipeline completes successfully if the third-party applications are unavailable. What should you do?
Configure flaky tests
Your company has a project in Azure DevOps for a new web application. The company uses ServiceNow for change management. You need to ensure that a change request is processed before any components can be deployed to the production environment. What are two ways to integrate ServiceNow into the Azure DevOps release pipeline? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Define a pre-deployment gate before the deployment to the Prod stage.
Define a post-deployment gate after the deployment to the QA stage.
TBC: only approvals gate at pre prod & qa
You are automating the build process for a Java-based application by using Azure DevOps. You need to add code coverage testing and publish the outcomes to the pipeline. What should you use?
Cobertura
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
You use Azure Pipelines to manage build pipelines, GitHub to store source code, and DependaBot to manage dependencies. You have an app named App1. DependaBot detects a dependency in App1 that requires an update. What should you do
. Approve the pull request
You store source code in a Git repository in Azure repos. You use a third-party continuous integration (CI) tool to control builds. What will Azure DevOps use to authenticate with the tool?
a personal access token (PAT)
You use Azure Artifacts to host NuGet packages that you create. You need to make one of the packages available to anonymous users outside your organization. The solution must minimize the number of publication points. What should you do?
A. Change the feed URL of the package
B. Create a new feed for the package
C. Promote the package to a release view.
D. Publish the package to a public NuGet repository
B
to be checked
T1Q1
DRAG DROP - You are defining relase strategy for two applications:
App1 - Failure of App 1 has a major impact on your company. You need a small group of users, who opted in to a testing App1, to test new releases of the application.
App2 - you need to minimize the time it takes to deploy new releases of App2, and you must be able to roll back as quickly as possible.
App1 - Canary Deployment
App2 - Blue/Green Deployment
SIMULATION - You need to create an instance of Azure Application Insights named az400-9940427-main and configure the instance to receive telemetry data from an Azure web app named az400-9940427-main. To complete this task, sign in to the Microsoft Azure portal.
Step 1: Create an instance of Azure Application Insights 1. Open Microsoft Azure Portal 2. Log into your Azure account, Select Create a resource > Developer tools > Application Insights. 3. Enter the following settings, and then select Review + create. Name: az400-9940427-main -
Step 2: Configure e App Insights SDK 4. Open your ASP.NET Core Web App project in Visual Studio > Right-click on the AppName in the Solution Explorer > Select Add > Application Insights Telemetry 5. Click the Get Started button 6. Select your account and subscription > Select the Existing resource you created in the Azure portal > Click Register
You plan to create an image that will contain a .NET Core application. You have a Docker 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 you modify in the file?
Line 4
DRAG DROP - You are implementing an Azure DevOps strategy for mobile devices using App Center. You plan to use distribution groups to control access to releases. You need to create the distribution groups shown in the following table.
Group1: Application testers which are invited per Email
Group2: Early release Users who use unauthenticated public links
Group3: Application testers for all the apps of your company
Group1: Privat
Group2: Public
Group3: Shared
You have an Azure subscription that contains an Azure Active Directory (Azure AD) tenant. You are configuring a build pipeline in Azure Pipelines that will include a task named Task1. Task1 will authenticate by using an Azure AD service principal. Which three values should you configure for Task1?
the tenant ID
the client secret
the app ID
You are designing an Azure DevOps strategy for your company’s development team. You suspect that the team’s productivity is low due to accumulate technical debt. You need to recommend a metric to assess the amount of the team’s technical debt. What should you recommend?
the percentage of overall time spent on rework
Technical Debt is the estimated cost to fix code elements issues.
Technical Debt Ratio: Ratio between the cost to develop the software and the cost to fix it. The Technical Debt Ratio formula is: Remediation cost / Development cost Which can be restated as: Remediation cost / (Cost to develop 1 line of code * Number of lines of code)
DRAG DROP - You need to increase the security of your team’s development process. Which type of security tool should you recommend for each stage of the development process?
Design phase?
Use case formation?
threat modeling
You have a GitHub repository. You create a new repository in Azure DevOps. You need to recommend a procedure to clone the repository from GitHub to Azure DevOps. What should you recommend?
From Import a Git repository, click Import.
DRAG DROP - You need to increase the security of your team’s development process. Which type of security tool should you recommend for each stage of the development process?
Continuous Delivery?
Pen Test
Your company develops an app for iOS. All users of the app have devices that are members of a private distribution group in Microsoft Visual Studio App Center. You plan to distribute a new release of the app. You need to identify which certificate file you require to distribute the new release from App Center. Which file type should you upload to App Center?
.p12
You are integrating Azure Pipelines and Microsoft Teams. You install the Azure Pipelines app in Microsoft Teams. You have an Azure DevOps organization named Contoso that contains a project name Project1. You subscribe to Project1 in Microsoft Teams. You need to ensure that you only receive events about failed builds in Microsoft Teams. What should you do first?
From Microsoft Teams, run @azure pipelines subscriptions.
You have an existing project in Azure DevOps. You plan to integrate GitHub as the repository for the project. You need to ensure that Azure Pipelines runs under the Azure Pipelines identity. Which authentication mechanism should you use?
GitHub App
DRAG DROP - You need to increase the security of your team’s development process. Which type of security tool should you recommend for each stage of the development process?
Continuous Integration?
static code analysis
You are developing a multi-tier application. The application will use Azure App Service web apps as the front end and an Azure SQL database as the back end. The application will use Azure functions to write some data to Azure Storage. You need to send the Azure DevOps team an email message when the front end fails to return a status code of 200. Which feature should you use?
Availability tests in Azure Application Insights
Your development team is building a new web solution by using the Microsoft Visual Studio integrated development environment (IDE). You need to make a custom package available to all the developers. The package must be managed centrally, and the latest version must be available for consumption in Visual Studio automatically. Which three actions should you perform?
A. Publish the package to a feed.
B. Create a new feed in Azure Artifacts.
E. Add the package URL to the NuGet Package Manager settings in Visual Studio.
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?
GitHub App
The Azure Pipelines GitHub App is the recommended authentication type for continuous integration pipelines. By installing the GitHub App in your GitHub account or organization, your pipeline can run without using your personal GitHub identity. Builds and GitHub status updates will be performed using the Azure Pipelines identity. The app works with GitHub Checks to display build, test, and code coverage results in GitHub.
> Checks, are unavailable with OAuth
DRAG DROP - You are planning projects for three customers. The customers all plan to use Azure DevOps for work item management. Which work item process should you use for each customer?
Liware: Track Product Backlog Items (PBI) on the Kanban Board. Break the PBIs down into tasks on the task board
SCRUM
Project 6 will provide support forbuild and deployment pipelines Deployment will be allowed only if the number of current work items representing active Software bugs is 0.
Question DRAG DROP - You need to implement Project6. 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 them in the correct order.
- Open the release pipeline editor
- Add Query Work Items
- Enable Gates
You use Azure Pipelines to manage project builds and deployments. You plan to use Azure Pipelines for Microsoft Teams to notify the legal team when a new build is ready for release. You need to configure e the Organization Settings in Azure DevOps to support Azure Pipelines for Microsoft Teams. What should you turn on?
Third-party application access via OAuth