Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure blob storage - Is there a limit to the number of files in the same folder?

I am planning on using Azure blob storage as a simple file share in which the primary identifier for a file is the file name. I would like to avoid using folders to make a structure, but I am unsure if there is a limit to the number of files i can store in a single folder?

like image 892
pwind Avatar asked Oct 16 '25 02:10

pwind


1 Answers

As such there's no limit on the number of files you can store in Azure Storage.

Each storage account has a size capacity limit which is currently 2PiB for US/Europe and 500 TiB for other regions (Ref: https://learn.microsoft.com/en-us/azure/azure-subscription-service-limits#storage-limits) and you can store as many files as you like as long as you don't exceed this size capacity limit.

like image 195
Gaurav Mantri Avatar answered Oct 18 '25 21:10

Gaurav Mantri



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!