
Answer-first summary for fast verification
Answer: RG3
## Explanation When configuring alerts in Azure Data Factory (ADF1) to use an action group (AG1), the action group should be created in the same resource group as the Azure Data Factory resource itself. This is based on Azure's resource management and monitoring best practices. ### Why RG3 is the correct choice: - **Resource Group Consistency**: Action groups used for monitoring and alerting on a specific resource should reside in the same resource group as that resource for better organization and management. - **Scope Alignment**: When configuring alerts in ADF1, the action group needs to be accessible within the same scope as the data factory. Creating AG1 in RG3 ensures both resources are managed together. - **Simplified Management**: Keeping related resources (ADF1 and its associated monitoring components) in the same resource group simplifies access control, billing, and lifecycle management. - **Integration Efficiency**: Azure Monitor alerts work most efficiently when the action group and the monitored resource are in the same resource group, reducing cross-resource group dependencies. ### Why other options are not optimal: - **RG1**: This contains the database (DB1), which is a data source but not directly related to the monitoring configuration of ADF1. - **RG2**: This contains the data warehouse (Dw1), which is a data destination but not the resource being monitored for alerts. - **RG4**: This contains the Log Analytics workspace (LA1), which receives diagnostic logs but is separate from the action group configuration for ADF1 alerts. The key principle is that action groups used for alerting on a specific Azure resource should be co-located with that resource in the same resource group for optimal management and operational efficiency.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have an Azure subscription with the following resources:
//IMG//
Diagnostic logs from the data factory ADF1 are sent to the Log Analytics workspace LA1. ADF1 contains a pipeline named Pipeline1 that copies data from the database DB1 to the data warehouse Dw1.
You need to: • Create an action group named AG1. • Configure an alert in ADF1 to use AG1.
In which resource group should you create AG1?

A
RG1
B
RG2
C
RG3
D
RG4
No comments yet.