dariemcarlosdev / VPKFILEPROCESSORAPP

Blazor Server app that takes a CSV file as input, runs a background job to execute an SSIS package in Azure, and stores the output CSV file in Azure Blob Storage for download.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Azure Data Factory (ADF). #13

Closed dariemcarlosdev closed 3 weeks ago

dariemcarlosdev commented 3 weeks ago

Set a pipeline in Data Factory and create a linked service to Blob Storage, ensuring the pipeline can be triggered programmatically by Microservice 2 #3 . Configure it to accept input parameters.

Create a Data Flow in ADF and configure it to accept the input pipeline parameters, which will be used to process files.