Medium severitydata source
Power BI Refresh Error:
AzureBlobInvalidBlockSize
What does this error mean?
The block size specified for the Azure Blob Storage write operation is invalid. Azure Blob Storage has minimum and maximum constraints on block size for block blobs.
Common causes
- 1The block size value in the copy activity sink settings exceeds the maximum allowed per-block size
- 2The block size is set to zero or a negative value
- 3An incorrect formula or expression resolved to an invalid block size at runtime
How to fix it
- 1Review the block size setting in the copy activity sink dataset or linked service for Azure Blob Storage.
- 2Ensure the block size is within the valid Azure Blob Storage range (4 MB minimum, 100 MB maximum per block).
- 3Remove the custom block size setting to use the ADF default, which is within valid bounds.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-azure-blob-storage