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? A. Send to Log Analytics B. Stream to an event hub C. Archive to a storage account  Suggested Answer: A ENABLE DIAGNOSTICS TO LOG ANALYTICS This configuration is done PER DATABASE 1. Click on Diagnostics Settings and then Turn On Diagnostics2. Select to Send to Log Analytics and select the Log Analytics workspace. For this sample I will selected only Errors
Reference: https://techcommunity.microsoft.com/t5/azure-database-support-blog/azure-sql-db-and-log-analytics-better-together-part-1/ba-p/794833 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