When attempting to update a CSV file and add more data to an Azure Blob Storage, an error is thrown stating that the file size exceeds the maximum supported size of 2.1 MB, while the actual file size is 2.65 MB.

Kaja Sherief 95 Reputation points
2023-05-01T08:08:17.05+00:00

image

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,207 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
238 questions
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,849 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,568 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Vinodh247-1375 12,506 Reputation points
    2023-05-01T10:04:47.21+00:00

    Hi

    Thanks for reaching out to Microsoft Q&A.

    I believe you are trying to edit and append the data from azure portal. Pls note that you cannot edit a file of size more than 2.05MB from azure portal. But this is not related to the file size you upload, the restriction is only for editing.

    https://stackoverflow.com/questions/47786758/azure-blob-storage-file-size-exceeds-max-supported-file-size-using-ionic-3-app

    Please Upvote and Accept as answer if the reply was helpful, this will be helpful to other community members.

    1 person found this answer helpful.
    0 comments No comments

  2. Sumarigo-MSFT 44,806 Reputation points Microsoft Employee
    2023-05-03T11:48:08.8166667+00:00

    @kaja sherief Welcome to Microsoft Q&A! Thank you for posting your query.
    Adding more information to the above response!

    The best and easiest option to make changes/edit/update csv file in the Azure Storage explorer tool.

    There is a limit of editing file in Azure portal. You can just edit a file in portal which size is under 2.1MB. You can refer here for the limit

    59714-image.png

    Complete details of Azure Block blobs

    You can view/download csv file in using Azcopy Azure Storage Explorer tool or Azure Data factory

    The limits cannot be changed because it's designed. If you still want to expand the size of editing file in Azure portal which uploaded/Downloaded into a blob, you can post your idea in the user voice forum. If you wish you may leave your feedback here All the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

    Please let us know if you have any further queries. I’m happy to assist you further.


    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.

    1 person found this answer helpful.
    0 comments No comments