Microsoft Azure Data Factory is a cloud service used to invoke (orchestrate) other Azure services in a controlled way using the concept of time slices.
I was trying to invoke data factory pipeline from azure function programmatically. Its throwing following error. link: http://eatcodelive.com/2016/02/24/…
azure azure-functions azure-data-factoryGoing through this tutorial "Create a pipeline with Copy Activity using Visual Studio" and recieving this error when i hit …
visual-studio azure azure-data-factoryIs it possible to use Azure Data Factory to get data from a REST API and insert it to a …
api rest azure azure-data-factory cortana-intelligenceFor context, I currently have a Data Factory v2 pipeline with a ForEach Activity that calls a Copy activity. The …
azure azure-data-factory azure-data-factory-2I am new to Azure Data Factory(ADF), I need to access/load excel files sitting in a blob into …
azure azure-data-factoryBackground : I have scheduled pipelines running for copying data from source to destination. This is scheduled to run daily at …
azure azure-data-factoryI am trying to read and excel file in Azure Blob Storage with .xlsx extension in my azure data factory …
excel azure azure-data-factory azure-data-factory-2I have my data stored in blobs and I have written a python script to do some computations and create …
azure azure-storage azure-data-factoryIm just learning ADF, can you explain to me the difference between Variables and Parameters? I cant find a good …
azure azure-data-factoryHow can we pass parameter to SQL query in Azure data factory ... ex: Select * from xyz_tbl where date between @…
azure azure-data-factory