Search code examples
c#azureazure-blob-storageazure-data-factorycortana-intelligence

Can Azure Data Factory be used to generate a CSV in an Azure Blob


Can Azure Data Factory be used to extract data from an Azure SQL DB and dump it in to an Azure Blob? Or would something like that be better suited for a manual operation processed in C# via a WebJob?


Solution

  • From what I understand, yes.

    Check out the following documentation for v2 ... Copy Activity ... or for v1 ... Move data by using Copy Activity