Microsoft Graph Data Connect App Registration Issue
How do you now create a Microsoft Graph Data Connect app registration? For context we had one working for over a year. And we tried to update the scope to add one AD Gorup to the scope, and it wasn't working. So we removed that app registration, and now…
Azure Data Factory
MERGE pre-copy script keeps giving unique constraint violation
I'm using ADF to move (copy activity) a .csv file into a z/OS DB2 table. The sink data set is an ODBC linked source to DB2. The .csv file is processed in a data flow and loaded into a DB2 staging table. I'm using the pre-copy script to merge the…
Azure Data Factory
[Azure Data Factory] Data Flow Sink is extremely slow
I'm copying about 800 items from SAP to Azure Fabric. I'm running pipeline with data flow in Azure Data Factory (ADF). We are using Self-hosted integration runtime. The Data Flow is not complex, it just copies data and adds an additional column. There…
Azure Data Factory
Cross-tenant Azure SQL Database schema sync and data copy using pipelines from a single tenant
I have the following scenario and would like guidance on feasibility and best practices. Scenario: I have one Azure SQL Database in my tenant. I need to sync with another Azure SQL Database in a client’s tenant. Both databases have the same schema…
Azure Data Factory
Is there a parquet file size limit for loading files using Azure
We are using an ADF pipeline to load a parquet file into a database table. On Friday the data file size was 16,384 KB. On Saturday and this morning, the file size is now 16,387 KB. The data file is a full copy of data from another system. Any…
Azure Data Factory
Copy Data cannot delete files from SFTP
Hi, I'm using the copy data activity with a wildcard filter to move *.csv files from one sftp server to another. My pipeline works fine until I activate "Delete files after completion". I then get the following error…
Azure Data Factory
Tumbling Window Trigger with Dependencies and 5 min and 10 min delay after Dependencies completed
I have a 2 Tumbling Window Triggers TW1 and TW2 and these have no dependencies between them. TW1 starts run at morning 7 AM, TW2 starts run at morning 7:10 AM. Both can take between 30 minutes to 4 hr for completion. I have another two Tumbling Window…
Azure Data Factory
ADF CSV output quoting behavior changed without configuration change, breaking downstream BigQuery loads
Hi Microsoft Team, We are facing an issue where an existing Azure Data Factory pipeline started producing CSV files with different quoting behavior without any configuration changes. The ADF pipeline, dataset, linked services, and integration runtime…
Azure Data Factory
How to ingest data to Azure using ODBC software(.exe) application
Hi, I am new to Azure, so please bear with me. We have a on prem sql server and we download data from our provider using a ODBC connection i.e. we have a software that we need to install on the server and use SSIS to download the data from the source to…
Azure Data Factory
Unable to download Purview exports
Hello I have tried to download the export packages from the ediscovery menu. I have tried on mac & linux Edge and firefox browsers. When I push the download button, nothing happens. The close button does work. Is there another way to access these…
Azure Data Factory
What is the recommended migration path now that Memory Optimized Data Flows are being retired in Azure Data Factory?
Dear Team, I received the notice that Memory Optimized Data Flows are being retired and that I should transition to General Purpose Data Flows. Could someone explain: What are the key differences between Memory Optimized and General Purpose Data…
Azure Data Factory
Can ADF use a SQL generated correct JSON object and write directly to a Cosmos container with no mapping?
Using SQL stored procs, I can generate legal JSON objects, many of which contain internal objects and arrays; sometime these are nested. I want to use these stored procs as the Source in an ADF pipeline Copy block. How can I use ADF to write these…
Azure Data Factory
Unable to Connect Azure Data Factory to Azure SQL Database Using Managed Identity
Hi, I am experiencing persistent connectivity issues between my Azure Data Factory (ADF) and Azure SQL Database using System-assigned Managed Identity. Despite following the recommended steps. Verified linked service configuration (server, database) …
Azure Data Factory
Couldn't launch Azure Data Factory
Hi, I couldn't launch Azure data factory since this morning. It prompted 'loading' for almost 1 hour. Other Azure are working. Anyone know what happened? Regards, Bo X
Azure Data Factory
How to Load Hierarchical JSON with Nested Arrays into Azure SQL Using Only ADF Copy Activity
Hi all, I’m trying to load hierarchical JSON data into Azure SQL using only Copy Activity in Azure Data Factory (ADF). The JSON structure is like this: Account_Id at the root level data[] array containing ad metrics (ad_id, clicks, impressions, spend,…
Azure Data Factory
Azure Data Factory Pipeline error 429
Hello there, I am using since a few years now Azure Data Factory to pull out data from MS Graph and lately this year at the start of the year, I keep getting error 429. That means that my automatic requests from ADF pipeline, I keep get most of my…
Azure Data Factory
DWCopyCommandOperationFailed
Why do I keep getting this error. I think I have checked all permissions, but I can't seem to resolve it. ErrorCode=DWCopyCommandOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message='AzureSqlDW' Copy Command…
Azure Data Factory
What is the impact of Databricks IP allow/denylists on orchestration using ADF/Synapse
Databricks jobs are often scheduled using Azure Data Factory and/or Synapse. What is the impact of Databricks IP access lists on this orchestration? Can we add service tags to the whitelist to allow ADF? Thanks for elaborating.
Azure Synapse Analytics
Azure Databricks
Azure Data Factory
ADF deployment using ARM
Helllo, Can we deploy ADF using ARM templates ? Thanks Himanshu
Azure Data Factory
Azure Data factory for Jira via REST API not working
Hi, I'm using Azure data factory to get Jira issue data via REST API. The linked service type is REST, authentication type is Basic. It's a weekly job, the last succussed job was January 15th 2026. In this morning, the job was succussed but it returned…