Failed to upload blob (large file)

Maria Kayn 0 Reputation points
2024-07-23T23:26:02.2766667+00:00

Hello,

Trying to upload quite a large file (>600MB) into a blob container and keep getting an error: "Failed to upload 1 out of 1 blob(s): Test_video.R3D: error". No errors when trying to upload smaller files. Please help identify the issue. Thank you!

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,638 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amrinder Singh 4,670 Reputation points Microsoft Employee
    2024-07-24T06:05:23.5833333+00:00

    Hi Maria Kayn - Thanks for reaching out over Q&A Forum.

    Based on the exception, it appears you are probably trying via Azure Portal. Please confirm?

    Is the issue only limited to larger size file and small size file works fine?

    Is the issue limited to a particular file?

    Have you tried uploading the same via any other method such as via Azure Storage explorer or AzCopy from the same machine?

    It is quite possible that uploading large files can be challenging due to limitations on network bandwidth and server resources. One approach to uploading large files is to split them into smaller chunks and upload them in parallel, which can help to reduce the likelihood of errors and improve upload speed.

    I would recommend the below:

    While uploading from Portal, there is an option to increase the block size to 100 MiB. You can select the same and see if that helps out?

    Try leveraging Azure Storage Explorer or AzCopy to perform the upload and see if that helps out.

    Hope that helps!

    Please let me know if there are any further queries/concerns, will be glad to assist.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.