
Answer-first summary for fast verification
Answer: Send to Log Analytics workspace
## Detailed Explanation To configure custom alerts based on archived monitoring data for Azure Synapse Analytics integration activity runs that will trigger an Azure Monitor action group while minimizing administrative effort, the optimal diagnostic setting is **Send to Log Analytics workspace**. ### Why Option A is Correct: **Log Analytics workspace** provides the most efficient solution because: 1. **Native Integration with Azure Monitor Alerts**: Log Analytics workspaces have built-in integration with Azure Monitor alerts, allowing you to create custom alert rules directly on the log data using Kusto Query Language (KQL). 2. **Real-time Alerting Capabilities**: Once diagnostic logs are sent to Log Analytics, you can configure alert rules that trigger immediately when specific conditions are met in the integration activity run data. 3. **Minimal Administrative Overhead**: This approach requires the least administrative effort since: - No additional infrastructure setup is needed - Direct integration between diagnostic settings and alert rules - No custom code or complex configurations required 4. **Comprehensive Query Capabilities**: Log Analytics provides powerful querying capabilities that enable you to create sophisticated alert conditions based on integration activity run metrics, status, duration, and other relevant data. ### Why Other Options Are Less Suitable: **Option B (Archive to a storage account)**: - Requires additional processing and custom solutions to query the archived data - Higher administrative effort to set up alerting mechanisms - Not directly integrated with Azure Monitor alert rules **Option C (Stream to an event hub)**: - Designed for real-time streaming scenarios - Requires custom processing applications to analyze the data and trigger alerts - Significantly higher administrative overhead for implementation **Option D (Send to a partner solution)**: - Involves third-party tools and additional licensing costs - Higher complexity and administrative burden - Not aligned with minimizing administrative effort requirement ### Best Practice Alignment: This approach follows Azure best practices for monitoring and alerting by leveraging the native integration between Azure diagnostic settings, Log Analytics, and Azure Monitor alerts, providing a streamlined solution that meets all requirements while minimizing operational overhead.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have an Azure subscription containing an Azure Synapse Analytics workspace named WS1 and an Azure Monitor action group named Group1. WS1 includes a dedicated SQL pool.
You intend to archive monitoring data for integration activity runs.
You need to configure custom alerts from the archived data that will trigger Group1. The solution should minimize administrative effort.
Which diagnostic setting should you choose?
A
Send to Log Analytics workspace
B
Archive to a storage account
C
Stream to an event hub
D
Send to a partner solution