Blob Storage service put blob rest api version Version 2019-12-12 and later

venkatesh kuppusamy 1 Reputation point
2021-09-14T10:34:34.217+00:00

As per the documentation https://learn.microsoft.com/en-us/rest/api/storageservices/put-blob#remarks, Storage services rest api version 2019-12-12 and later, Maximum blob size via single write operation (via Put Blob) is 5000 MB and labelled are preview.

Has it become General Availability, we have production scenario to upload files greater than 256MB file. Could you please confirm.

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

2 answers

Sort by: Most helpful
  1. deherman-MSFT 33,786 Reputation points Microsoft Employee
    2021-09-14T17:56:04.187+00:00

    @venkatesh kuppusamy
    This is still considered in preview. More information on limits can be found here. Do you have a requirement to upload the file in a single Put Blob operation? You can always spilt large files and use Put Block.

    Hope this helps. Let me know if you have further questions or concerns.

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

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

    0 comments No comments

  2. venkatesh kuppusamy 1 Reputation point
    2021-09-15T02:33:42.403+00:00

    @deherman-MSFT

    Thank you for your reply. It is just the api version is 2019 and was hoping if the document was not updated :). Also, we wanted to give the consumers of my blob service a simple single endpoint to upload blob. I don't think splitting large file is an option for my consumers.

    Other alternatives, using a single endpoint to upload large file is highly appreciated.

    Thanks.

    0 comments No comments