You have a build pipeline in Azure Pipelines. You create a Slack App Integration. You need to send build notifications to a Slack channel named #Development. What should you do first? A. Create a project-level notification. B. Configure a service connection. C. Create a global notification. D. Creates a service hook subscription. Suggested Answer: D Create a service hook for Azure DevOps with Slack to post messages to Slack in response to events in your Azure DevOps organization, such as completed builds, code changes, pull requests, releases, work items changes, and more. Note: 1. Go to your project Service Hooks page: https://{orgName}/{project_name}/_settings/serviceHooks Select Create Subscription. 2. Choose the types of events you want to appear in your Slack channel. 3. Paste the Web Hook URL from the Slack integration that you created and select Finish. 4. Now, when the event you configured occurs in your project, a notification appears in your team's Slack channel. Reference:https://{orgName}/{project_name}/_settings/serviceHooks Select Create Subscription. 2. Choose the types of events you want to appear in your Slack channel. 3. Paste the Web Hook URL from the Slack integration that you created and select Finish. 4. Now, when the event you configured occurs in your project, a notification appears in your team's Slack channel. Reference: https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/slack This question is in AZ-400 Exam For getting Microsoft DevOps Engineer Expert Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer