- (Exam Topic 4)
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?
Correct Answer:
A
To start monitoring all pipelines in a project, use the following command inside a channel:
@azure pipelines subscribe [project url]
The project URL can be to any page within your project (except URLs to pipelines). For example:
@azure pipelines subscribe https://dev.azure.com/myorg/myproject/ Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/microsoft-teams
- (Exam Topic 4)
You have a multi-tier application. The front end of the application is hosted in Azure App Service. You need to identify the average load times of the application pages. What should you use?
Correct Answer:
B
- (Exam Topic 4)
You have a web app hosted on Azure App Service. The web app stores data in an Azure SQL database. You need to generate an alert when there are 10,000 simultaneous connections to the database. The solution must minimize development effort.
Which option should you select in the Diagnostics settings of the database?
Correct Answer:
A
ENABLE DIAGNOSTICS TO LOG ANALYTICS
This configuration is done PER DATABASE
* 1. Click on Diagnostics Settings and then Turn On Diagnostics Graphical user interface, text Description automatically generated
* 2. Select to Send to Log Analytics and select the Log Analytics workspace. For this sample I will selected only Errors
Graphical user interface Description automatically generated with medium confidence
Reference:
https://techcommunity.microsoft.com/t5/azure-database-support-blog/azure-sql-db-and-log-analytics-better-toge
- (Exam Topic 4)
You have an Azure DevOps organization named Contoso and an Azure subscription.
You use Azure DevOps to build a containerized app named Appl and deploy App1 to an Azure container instance named ACM.
You need to restart ACI1 when App1 stops responding. What should you do?
Correct Answer:
A
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-liveness-probe
- (Exam Topic 4)
You are evaluating the use of code review assignments in GitHub.
Which two requirements can be met by using code review assignments' Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point
Correct Answer:
AC