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?
Asked
Active
Viewed 1,229 times
1 Answers
2
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.

Amor
- 8,325
- 2
- 19
- 21
-
thank you for your answer. Yes, i think that i will control the limit in the application. – Aram Petrosyan Mar 27 '17 at 05:28
-
Thanks for your feedback. If my reply is helpful for you, please mark it as answer. – Amor Mar 27 '17 at 05:31