Latest folder or file extraction (Azure Data factory)
I have 7 years of data stored in separate date folders as partitions or I have 7 years of files in the directory. Requirement is to read the latest file or folder from the directory and then process further. I was able to achieve this using…
Azure Data Factory

How to converts string data to Base64 using azure data factory
How to converts string data to Base64 using data factory
Azure Data Factory
Data factory - ForEach Activity error - Next on empty iterator
Hello , I have created a pipeline with two nested foreach activities. The first one is extracting a list of files to load. The second loop is iterating through each file to join them together. In other words, I have a object with two…
Azure Data Factory
How to save and load ML model with Azure Data Factory
I have an Azure Data factory that receives data from a service bus and then I want to classify my data with an ML model. Is there any solution to save and load the ML model on the Azure Data Factory pipeline? For your information, I want to use cloud…
Azure Machine Learning
Azure Data Factory
How to identify and copy the most recently added files in Azure Data Factory when there are multiple sub-folders?
The way folders are structured in DF is something like this: Parentfolder/Subfolder1/Subfolder12/Subfolder13/File1 Parentfolder/Subfolder2/Subfolder22/Subfolder23/File2 Parentfolder/Subfolder3/Subfolder32/Subfolder33/File3 The Goal is create a…
Azure Data Factory
While ADF pipelines are running we are facing intermittent key_vault issue
Hi All, Hope you are all doing well! We are facing an intermittent key_vault issue while the ADF pipelines are running. The error it will show is "Failed to fetch secret from the key_vault" and we are not getting any specific pattern for…
Azure Key Vault
Azure Data Factory
Azure pricing calcultor help?
I'm looking to create a backup of a few storage containers using a copy activity and a delete to remove the old data in one pipeline once the new has been written. I'm struggling to understand the pricing calculator, am I just paying for the x amount…
Azure Storage
Azure Data Factory
Failed to access snowflake remote file error 2200
when try to query data from Snowflake into an Azure Data Explorer using Azure Data Factory connector. There is an error message as following: …
Azure Data Factory
Copy data from Microsoft Access succeeds first pipeline run, fails all later runs
Using a self hosted Integration runtime installed on an Azure VM Windows server 2019, and the Microsoft Access accdb ODBC Driver. When I execute the first debug run of an activity after starting the Integration Runtime, the copy activities succeed, on…
Azure Data Factory
ADF Pipeline for Dynamics CRM on different domain
We have requirement to build an ADF pipeline which is on one domain and target - Dynamics CRM on another domain. Is this cause any issue while pipline execution.
Azure Data Factory
Apparantly failed Parallel Execution of Multiple Pipelines from Foreach Activity in Azure Data Factory
I have an ADF (Controller)pipeline which i use to train ML models on Azure Databricks. I need to train models on multiple datasets. So i have created another ADF ( Worker) pipeline within which i use Azure Databricks Activity to train a model using…
Azure Data Factory
Add new field to USQL aggregation Task
We have a ADF Pipeline with 2 USQL Tasks, one processes the appinsights data of the day before and the second one aggregates all the processed appinsights data of the current year per Day for Power Bi Reporting. Due to business requirements we need…
Azure Data Factory
How to leverage CheckMD5 to ensure today's file looks different from yesterday's file
I am working in Azure Synapse Analytics and am wanting to ensure today's file is different from yesterday's file in my pipeline. My naming convention for files is filename1YYYYMMDD.csv. I want to leverage MD5 to check to ensure each file is not the same,…
Azure Data Lake Storage
Azure Synapse Analytics
Azure Data Factory
azure data factory get metadata not filtering by last modified date
I'm trying to find if a file exists in blob storage using the get metadata function, but only if has been modified in the last 5 minutes.. I am using the following settings: This sends the below json: `{ "dataset": { …
Azure Data Factory
Azure Data factory convert string to decimal with precision shifting
Hello All, I am new to Azure Data factory. I am trying to convert a given string to decimal using the toDecimal(). There is column called xyz with values 253612375871010...1601... now i have to use the above value as expression to another column. …
Azure Data Factory
Dynamically changing self hosted IR's via Advance JSON
Hi, I have 2 self hosted integration runtimes in different data centres across different countries, I am trying to switch self hosted IR "on fly" using Advance JSON properties of Linked Service, I am able to pass all parameters with success…
Azure Data Factory
ADF Unable to write to BLOB Storage using Private end Point
Can any one please help on this, we are stuck on this and this is in production. We are getting this error message in ADF while writing to the BLOB (ADLS Gen2) storage.( "Failure happened on 'Sink' side. Error…
Azure Blob Storage
Azure Data Factory


Azure Data Factory: Copy a file from SharePoint to Blob
Hi, I am trying this method (https://learn.microsoft.com/en-us/azure/data-factory/connector-sharepoint-online-list#copy-file-from-sharepoint-online) but I get the error below when trying to copy a excel file from SharePoint to Azure Blob: Failure…
Azure Data Factory
Azure Data Factory Trigger Run status shows as "Succeeded" for failed pipeline execution
I have a daily trigger scheduled in the azure data factory. The pipeline encountered an error upon execution. but the trigger run is showing "Succeeded" status. I am expecting the trigger run should marks status as "Failed" instead…
Azure Data Factory
Failed to get the secret from key vault
I get the below issue when running a pipeline in ADF. "Message": "'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to get the secret from key vault, secretName: <<Secret_Name>>, secretVersion:…