Medium severitydata source
Power BI Refresh Error:
DF-Blob-FunctionNotSupport
What does this error mean?
The ADF Mapping Data Flow Azure Blob Storage connector attempted a function or operation that the Blob Storage service does not support.
Common causes
- 1The data flow sink is configured to use folder-level operations or atomic rename that require ADLS Gen2 hierarchical namespace, but the target account is a standard Blob Storage account without hierarchical namespace enabled
- 2A Delta Lake sink is pointed at a standard Blob Storage account — Delta Lake requires ADLS Gen2 or equivalent filesystem semantics
- 3The data flow is attempting to read folder-partitioned data using a function that is only supported on ADLS Gen2
How to fix it
- 1Check the target storage account in the Azure portal — confirm whether hierarchical namespace (HNS) is enabled under 'Configuration'.
- 2If your use case requires Delta Lake, folder atomics, or directory-level operations, migrate the target to an ADLS Gen2 account (hierarchical namespace enabled).
- 3If you must use standard Blob Storage, change the sink format to one that does not require filesystem-level operations (e.g., CSV or Parquet with file-level writes only).
- 4Review the ADF activity run output for the specific sub-error to confirm which function triggered the failure.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide