Creating Azure Data Factory Custom Activities
November 4th, 2016 in Azure, Blog, C#, JSON, Visual StudioWhen creating an Azure Data Factory (ADF) solution you’ll quickly find that currently it’s connectors are pretty limited to just other Azure services and the T within ETL (Extract, Transform, Load) is completely missing altogether. In these situations where other functionality is required we need to rely on the extensibility of Custom Activities. A Custom Activity allows the use of .Net programming within your ADF pipeline.…
» Read more