Hi Guys,

Can anyone give me a simple explanation that I can understand as what is the difference between Azure Blob, File, Queue and Table Storage?. I've read the Microsoft Documentation and somehow got a little grasp about these types of storages, however, it gives me this overwhelming feeling that I didn't get it in the right way. For example, Blob and File storage were kinda the same but differ in accessibility, I guess. Because File storage applies SMB, wherein stored data are accessible for all the computers that are connected in the same network. While Blob Storage is accessible via HTTP/HTTPS. And this Queue Storage makes me confused a little bit more due to I don't know what it is for and specially the last one which is Table storage (NoSql) thing.

Please help me to understand this as a developer cause I want to learn more about Azure and IoT.

Really appreciate the help.

Thanks