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/v1/data-factory-use-custom-activities.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ robots: noindex
21
21
There are two types of activities that you can use in an Azure Data Factory pipeline.
22
22
23
23
-[Data Movement Activities](data-factory-data-movement-activities.md) to move data between [supported source and sink data stores](data-factory-data-movement-activities.md#supported-data-stores-and-formats).
24
-
-[Data Transformation Activities](data-factory-data-transformation-activities.md) to transform data using compute services such as Azure HDInsight, Azure Batch, and Azure Machine Learning Studio (classic).
24
+
-[Data Transformation Activities](data-factory-data-transformation-activities.md) to transform data using compute services such as Azure HDInsightand Azure Batch.
25
25
26
26
To move data to/from a data store that Data Factory does not support, create a **custom activity** with your own data movement logic and use the activity in a pipeline. Similarly, to transform/process data in a way that isn't supported by Data Factory, create a custom activity with your own data transformation logic and use the activity in a pipeline.
27
27
@@ -1027,7 +1027,6 @@ The [Azure Data Factory - local environment](https://github.com/gbrueckl/Azure.D
1027
1027
| Sample | What custom activity does |
1028
1028
| --- | --- |
1029
1029
|[HTTP Data Downloader](https://github.com/Azure/Azure-DataFactory/tree/master/SamplesV1/HttpDataDownloaderSample). |Downloads data from an HTTP Endpoint to Azure Blob Storage using custom C# Activity in Data Factory. |
1030
-
|[Twitter Sentiment Analysis sample](https://github.com/Azure/Azure-DataFactory/tree/master/SamplesV1/TwitterAnalysisSample-CustomC%23Activity)|Invokes an Azure Machine Learning Studio (classic) model and do sentiment analysis, scoring, prediction etc. |
1031
1030
|[Run R Script](https://github.com/Azure/Azure-DataFactory/tree/master/SamplesV1/RunRScriptUsingADFSample). |Invokes R script by running RScript.exe on your HDInsight cluster that already has R Installed on it. |
1032
1031
|[Cross AppDomain .NET Activity](https://github.com/Azure/Azure-DataFactory/tree/master/SamplesV1/CrossAppDomainDotNetActivitySample)|Uses different assembly versions from ones used by the Data Factory launcher |
1033
1032
|[Reprocess a model in Azure Analysis Services](https://github.com/Azure/Azure-DataFactory/tree/master/SamplesV1/AzureAnalysisServicesProcessSample)| Reprocesses a model in Azure Analysis Services. |
@@ -1058,4 +1057,4 @@ The [Azure Data Factory - local environment](https://github.com/gbrueckl/Azure.D
0 commit comments