Skip to content

Commit 516d8fc

Browse files
authored
Merge pull request #90301 from chez-charlie/release-branch-1
Update ADF Azure Monitor Log Analytics Doc
2 parents e2f1560 + a361677 commit 516d8fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/data-factory/monitor-using-azure-monitor.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,9 @@ Create or add diagnostic settings for your data factory.
462462

463463
After a few moments, the new setting appears in your list of settings for this data factory. Diagnostic logs are streamed to that workspace as soon as new event data is generated. Up to 15 minutes might elapse between when an event is emitted and when it appears in Log Analytics.
464464

465+
* In _Resource-Specific_ mode, diagnostic logs from Azure Data Factory flow into _ADFPipelineRun_, _ADFTriggerRun_, and _ADFActivityRun_ tables
466+
* In _Azure-Diagnostics_ mode, diagnostic logs flow into _AzureDiagnostics_ table
467+
465468
> [!NOTE]
466469
> Because an Azure log table can't have more than 500 columns, we highly recommended you select Resource-Specific mode. For more information, see [Log Analytics Known Limitations](https://docs.microsoft.com/azure/azure-monitor/platform/diagnostic-logs-stream-log-store#known-limitation-column-limit-in-azurediagnostics).
467470
@@ -503,6 +506,9 @@ You can visualize the preceding metrics, look at the queries behind these metric
503506

504507
![Graphical representation of pipeline runs by data factory"](media/data-factory-monitor-oms/monitor-oms-image8.png)
505508

509+
> [!NOTE]
510+
> Azure Data Factory Analytics (Preview) sends diagnostic logs to _Resource-specific_ destination tables. You can write queries against the following tables: _ADFPipelineRun_, _ADFTriggerRun_, and _ADFActivityRun_.
511+
506512
## Alerts
507513

508514
Sign in to the Azure portal and select **Monitor** > **Alerts** to create alerts.

0 commit comments

Comments
 (0)