'Extract ADF monitor data to blob using ADF
How can we copy adf activity monitor tab data into blob using adf copy and any other activity.
Solution 1:[1]
Azure Storage is moving to use Azure Monitor for logging.
You can follow this article, where detailed steps are given on how to store metrics of data factory in Storage account.
Log format details are given here, you can pick required configuration from given list.
Solution 2:[2]
- Choose Diagnostic settings from the ADF monitoring section.
- Add diagnostic settings.
- Choose the desired logs from the left and select "Archive to a storage account" option from the right.
- Everytime from now on, when the pipeline is executed, the monitoring logs will be stored in the blob storage account.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | AbhishekKhandave-MT |
| Solution 2 | Suraj Rao |
