add the space of the blob storage

jihad majed 500 Reputation points
2024-01-11T07:36:07.9866667+00:00

I want to add 4 tb knowing the size of the cool size now is 10 TB in azure blob storage how can i add please

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
0 comments No comments
{count} votes

Accepted answer
  1. SAMITSARKAR_MSFT 791 Reputation points Microsoft Employee
    2024-01-11T13:05:53.9533333+00:00

    Welcome to Microsoft Q&A platform and thanks for posting your question here.

    The Default maximum storage account capacity 5 PiB.

    Refer https://learn.microsoft.com/en-us/azure/storage/common/scalability-targets-standard-account#scale-targets-for-standard-storage-accounts

    If you have a large amount of data to upload, you might consider using the azcopy.exe utility. This allows you to use a Shared Access Signature (SAS) URI to upload the files. Alternatively, you can use the Azure Import/Export Service, which involves physically sending your files on hard drives to Microsoft to be uploaded into Blob Storage.

    Refer https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-service

    Hope this helps.

    If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    Thanks

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anand Prakash Yadav 7,855 Reputation points Microsoft External Staff
    2024-01-12T12:25:27.29+00:00

    Hello jihad majed,

    Thank you for posting your query here!

    This article provides an overview of some of the common Azure data transfer solutions. The article also links out to recommended options depending on the network bandwidth in your environment and the size of the data you intend to transfer: https://learn.microsoft.com/en-us/azure/storage/common/storage-choose-data-transfer-solution

    Selecting a data transfer solution

    Answer the following questions to help select a data transfer solution:

    Additional information: Azure Storage migration overview

    Also, ShareGate and Gs Richcopy are a kind of data migration tools that can help migrate on-prem data to Azure, however, given the size of the data, you may consider using Azcopy tool to upload files from on-premises or cloud (Use this command-line tool to easily copy data to and blobs from Azure Blobs, Blob Files, and Table storage Storage with optimal performance. ) AzCopy supports concurrency and parallelism, and the ability to resume copy operations when interrupted. It provides high-performance for uploading, downloading larger files.

    Or you may refer Azure Data Box instead. You can use physical shippable devices when you want to do offline one-time bulk data transfer. Microsoft sends you a disk, or a secure specialized device. Alternatively, you can purchase and ship your own disks. You copy data to the device and then ship it to Azure where the data is uploaded. The available options for this case are Data Box Disk, Data Box, Data Box Heavy, and Import/Export (use your own disks).

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.