AZ-400 · Question #229
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 Projec
The correct answer is C. From Microsoft Teams, run @azure pipelines subscriptions.. Using filters effectively to customize subscriptions When a user subscribes to any pipeline, a few subscriptions are created by default without any filters being applied. Often, users have the need to customize these subscriptions. For example, users may want to get notified only
Question
Options
- AFrom Microsoft Teams, run @azure pipelines subscribe https://dev.azure.com/Contoso/Project1.
- BFrom Azure Pipelines, add a Publish Build Artifacts task to Project1.
- CFrom Microsoft Teams, run @azure pipelines subscriptions.
- DFrom Azure Pipelines, enable continuous integration for Project1.
How the community answered
(43 responses)- B2% (1)
- C93% (40)
- D5% (2)
Explanation
Using filters effectively to customize subscriptions When a user subscribes to any pipeline, a few subscriptions are created by default without any filters being applied. Often, users have the need to customize these subscriptions. For example, users may want to get notified only when builds fail or when deployments are pushed to a production environment. The Azure Pipelines app supports filters to customize what you see in Run the @Azure Pipelines subscriptions command Select View all subscriptions. In the list of subscriptions, if there is a subscription that is unwanted or should be modified (Example: creating noise in the channel), select Remove Scroll down and select the Add subscription button Select the required pipeline and the event Select the appropriate filters and save https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/microsoft- teams?view=azure-devops
Community Discussion
No community discussion yet for this question.