
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.
Log Analytics workspace provides the most efficient solution because:
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).
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.
Minimal Administrative Overhead: This approach requires the least administrative effort since:
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.
Option B (Archive to a storage account):
Option C (Stream to an event hub):
Option D (Send to a partner solution):
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.
Ultimate access to all questions.
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
No comments yet.