azureazure-blob-storageblobs

Azure blob storage container directory max size


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?


Solution

  • 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.