AZ-400 Exam QuestionsBrowse all questions from this exam

AZ-400 Exam - Question 157


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 the Organization Settings in Azure DevOps to support Azure Pipelines for Microsoft Teams.

What should you turn on?

Show Answer
Correct Answer: A

To configure the Organization Settings in Azure DevOps to support Azure Pipelines for Microsoft Teams notifications, you should turn on 'Third-party application access via OAuth'. The Azure Pipelines app uses the OAuth authentication protocol, which requires this setting to be enabled for the organization. This setting allows third-party applications to access resources in your organization securely. To enable it, navigate to Organization Settings > Security > Policies and set the 'Third-party application access via OAuth' for the organization setting to On.

Discussion

13 comments
Sign in to comment
HootersOption: A
Nov 3, 2020

A. Third party application access via OAuth' must be enabled to receive notifications for the organization in Azure DevOps (Organization Settings -> Security -> Policies) https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/microsoft-teams?view=azure-devops

francis6170
Jun 26, 2021

Got this in the AZ-400 exam (June 2021).

Kalaismile06
Jul 5, 2021

Got this in the Az-400 exam(July 2021)

27closeOption: A
Nov 3, 2020

You can use the Azure Pipelines app for Microsoft Teams only with a project hosted on Azure DevOps Services at this time.'Third party application access via OAuth' must be enabled to receive notifications for the organization in Azure DevOps (Organization Settings -> Security -> Policies). https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/microsoft-teams?view=azure-devops

subrata83
Sep 27, 2021

Got this in the Az-400 exam(Sep 27 2021)

AnshManOption: A
May 1, 2022

Azure DevOps no longer supports Alternate Credentials authentication since the beginning of March 2, 2020. Third-party application via OAuth - Enable third-party applications to access resources in your organization through OAuth. SSH Authentication - Enable applications to connect to your organization's Git repos through SSH. So Answer is "A" Third-party application access via OAuth https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/change-application-access-policies?view=azure-devops

EltoothOption: A
May 19, 2022

A is correct answer.

syu31svcOption: A
Jul 31, 2022

https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/media/troubleshooting/third-party-app-consent.png?view=azure-devops A is the answer

zellckOption: A
Jun 6, 2023

A is the answer. https://learn.microsoft.com/en-us/azure/devops/service-hooks/authorize?view=azure-devops When you use a service that's integrated with Azure DevOps, the industry-standard OAuth 2.0 authorization framework provides safe and secure access to your resources by those other services. With OAuth, you grant a service the authorization to access your Azure DevOps resources, such as work items, source code, and build results.

27closeOption: A
Nov 3, 2020

Answer A- see the link

rdemontisOption: A
Mar 17, 2022

correct answer https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/microsoft-teams?view=azure-devops#use-commands

GovcommOption: A
Jul 23, 2022

Third-party application access via OAuth

Skankhunt
Jul 21, 2024

Old question, answer now would be something like "Create new Teams Service hook in Project settings"