HOTSPOT - Your company uses Azure DevOps for Git source control. You have a project in Azure DevOps named Contoso App that contains the following repositories: ...


Microsoft AZ-400 Exam

Questions Number: 268 out of 535 Questions
50.09%

Question 268
HOTSPOT -
Your company uses Azure DevOps for Git source control.
You have a project in Azure DevOps named Contoso App that contains the following repositories:
- https://dev.azure.com/contoso/contoso-app/core-api
- https://dev.azure.com/contoso/contoso-app/core-spa
- https://dev.azure.com/contoso/contoso-app/core-db
You need to ensure that developers receive Slack notifications when there are pull requests created for Contoso App.
What should you run in Slack? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
AZ-400_268Q.png related to the Microsoft AZ-400 Exam



Box 1: subscribe -
To start monitoring all Git repositories in a project, use the following slash command inside a channel:
/azrepos subscribe [project url]
Box 2:
https://dev.azure.com/contoso/contoso-app
You can also monitor a specific repository using the following command:
/azrepos subscribe [repository url]
The repository URL can be to any page within your repository that has your repository name.
For example, for Git repositories, use:
/azrepos subscribe
https://dev.azure.com/myorg/myproject/_git/myrepository
Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/integrations/repos-slack





Previous Questions Next Questions