Azure - is one 'block blob' seen as one file?
问题 Question background: This may be a simple question but I cant find an answer to it. I've just started using Azure storage (for storing images) and want to know if one 'blob' holds a maximum of one file? This is my container called fmfcpics : Within the container I have a block blob named myBlob and within this I have one image: Through the following code, if I upload another image file to the myBlob block blob then it overwrites the image already in there: CloudBlockBlob blockBlob = container