I'm currently exploring Azure Blob Storage
in my nodejs application and would like to know how to take advantage of Container
in azure blob
In current app setup i have sub sections like
- profile
- communities
- java
- nodejs
- news
Each of them have feature to upload files
, which is eventually going to azure blob
Should i create container
for each section, will there be any advantage?
What is the preferred approach?
https://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/
Container: A container provides a grouping of a set of blobs. All blobs must be in a container. An account can contain an unlimited number of containers. A container can store an unlimited number of blobs. Note that the container name must be lowercase.