You have an Azure data factory named DF1. DF1 contains a pipeline that has five activities.
You need to monitor queue times across the activities by using Log Analytics.
What should you do in DF1?
You have an Azure data factory named DF1. DF1 contains a pipeline that has five activities.
You need to monitor queue times across the activities by using Log Analytics.
What should you do in DF1?
To monitor queue times for activities within an Azure Data Factory pipeline using Log Analytics, you need to add a diagnostic setting that sends activity runs to a Log Analytics workspace. This will ensure detailed logs of each activity run, including queue times, are captured and can be analyzed for monitoring purposes.
B is correct: the table ADFActivityRun serves the same purpose. All information about each activity can be found in this table.
B. Add a diagnostic setting that sends activity runs to a Log Analytics workspace: This is the correct option because it ensures that detailed logs of each activity run, including queue times, are sent to Log Analytics. From there, you can use Log Analytics to monitor and analyze these logs.