You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/monitor-data-factory.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ There are several ways to monitor Azure Data Factory.
44
44
45
45
### Azure Data Factory Studio
46
46
47
-
You can monitor all of your Data Factory pipeline runs natively in the Azure Data Factory Studio user experience. To open the monitoring experience, select **Launch Studio** from your Azure portal Data Factory page. If you're already in Azure Data Factory Studio, select **Monitor** from the left menu. For more information about monitoring in Azure Data Factory Studio, see [Visually monitor Azure Data Factory](monitor-visually).
47
+
You can monitor all of your Data Factory pipeline runs natively in the Azure Data Factory Studio user experience. To open the monitoring experience, select **Launch Studio** from your Azure portal Data Factory page. If you're already in Azure Data Factory Studio, select **Monitor** from the left menu. For more information about monitoring in Azure Data Factory Studio, see [Visually monitor Azure Data Factory](monitor-visually.md).
48
48
49
49
### Azure portal
50
50
@@ -54,7 +54,7 @@ Some metrics appear on your Azure Data Factory **Overview** page in the Azure po
54
54
55
55
You can monitor pipelines programmatically by using .NET, PowerShell, Python, or the REST API. For more information, see [Programmatically monitor Azure Data Factory](monitor-programmatically.md).
56
56
57
-
###Monitor integration runtimes
57
+
## Monitor integration runtimes
58
58
59
59
Integration runtime is the compute infrastructure Data Factory uses to provide data integration capabilities across different network environments. Data Factory offers several types of integration runtimes:
60
60
@@ -81,9 +81,9 @@ For more information about the resource types for Azure Data Factory, see [Data
81
81
<!-- ## Data storage. Required section. Optionally, add service-specific information about storing your monitoring data after the include. -->
<!-- Add service-specific information about storing monitoring data here, if applicable. For example, SQL Server stores other monitoring data in its own databases. -->
84
-
### Store Data Factory metrics and pipeline-run data
84
+
### Store Data Factory metrics and pipelinerun data
85
85
86
-
Data Factory stores pipeline-run data for only 45 days. Use Azure Monitor to route diagnostic logs if you want to keep the data for a longer time.
86
+
Data Factory stores pipelinerun data for only 45 days. Use Azure Monitor to route diagnostic logs if you want to keep the data for a longer time.
87
87
88
88
-**Storage Account**: Save your diagnostic logs to a storage account for auditing or manual inspection. You can use diagnostic settings to specify the retention time in days.
89
89
-**Event Hub**: Stream the logs to Azure Event Hubs to become input to a partner service or custom analytics solution like Power BI.
@@ -231,7 +231,7 @@ The following table lists popular alert rules for Data Factory. This is just a r
231
231
232
232
Notifications provide proactive alerting during or after execution of a pipeline.
233
233
234
-
-[Send an email with an Azure Data Factory pipeline](how-to-send-mail.md) shows how to configure email notifications from pipeline alerts.
234
+
-[Send an email with an Azure Data Factory pipeline](how-to-send-email.md) shows how to configure email notifications from pipeline alerts.
235
235
-[Send notifications to a Microsoft Teams channel from an Azure Data Factory pipeline](how-to-send-notifications-to-teams.md) shows how to configure notifications from pipeline alerts into Microsoft Teams.
0 commit comments