Error when uploading Blob from WEB

youngsik Ahn 81 Reputation points
2022-12-31T04:38:57.357+00:00

Hello,
I am uploading a file to a container blob.
I want to upload a large file. This is about 51 GB per file.
I tried uploading this through a web browser. However, an error occurred in the browser during upload.

error message
"Error code: SBOX_FATAL_MEMORY_EXCEEDED"

I am trying to upload this file and load it in Azure MI.
I want to back up the DB of another system and migrate it to Azure MI DB.

I have a very large data volume and am looking for a way.
Thanks.

275100-image.png

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,721 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,448 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 54,731 Reputation points
    2023-01-02T05:32:12.223+00:00

    Hi @youngsik Ahn

    This is due to the limitations of the browser you are using. I do not believe any browser has the capability of uploading a 51GB file.

    Try using AzCopy to upload your files to Azure Blob Storage:

    Upload files to Azure Blob storage by using AzCopy

    https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs-upload

    ---------------------------------

    If this is helpful please accept answer.


0 additional answers

Sort by: Most helpful