Forum Discussion
picknotts
3 years agoFrequent Visitor
Azure Blob Storage 404 Error
Hi all. I'm attempting to connect to a blob container that's inside a storage account which is part of a resource group. I've set the access key in Power Query for that connection. The blob container...
v-yadongf-msft
3 years agoCommunity Support
Hi picknotts ,
Currently max size of a block blob is approx. 4.75 TB, storing MB-sized data in a block blob, which should not cause Azure Blob service return 404 when you access the blob. 404 error indicates that the specified blob does not exist. Blob name is case-sensitive, please make sure the (blob name) you provided indeed exists in your container.filename
For more information, please refer to:
c# - Azure blob storage returns 404 with some files - Stack Overflow
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.