Azure blob storage container directory max size

1.2k Views Asked by At

I need to upload images in Azure blob container, and every image should be saved in her own directory in container. I want to save different sizes of the same image and take it when i need. Can i set up max size of the directory of every image in the container?

1

There are 1 best solutions below

2
Amor On BEST ANSWER

Can i set up max size of the directory of every image in the container?

Except to the default Azure Storage Limits, Azure Storage Service doesn't provide any way to limit the max size of a blob item which in a directory. I suggest you control the limit in your application when you upload file to Azure Storage.