2
votes

This may seem Naive, I understand that we can create folders in a blob, and these folders are still stored in a container. we can still do everything on these 'folders contained in blobs' that we typically do on folders in File storage.

We can still use these 'Folder/Directory structure in blob containers' just like we use 'Folder/Directory structure in File storage' than what is the significance of having a file storage?

I know there could be some places where File storage must be playing a significant role. I just want to know few of those use-cases.

1
Blob storage can not be used like file storage, and folders are really just extended file names. - David Makogon

1 Answers

2
votes

You typically choose file storage over blob storage when you need an SMB interface. Examples are legacy applications that rely on a local file storage. I also know people who like to use file storage when working with containers.

The comparison provided from Alex explain the Scenarios.