I worked with Amazon S3, but problems with billing (Amazon does not provide invoices for companies other than the PDF version and the online version, which means nothing legally) forces my company to switch to Microsoft Azure. I am new to Azure, so I would like to upload some images that will be stored in Azure, I found that Blob is called "Storage", after several studies I was able to create my account in the storage service, and I access it using " Azure Storage Explorer, "it seems strange to me that Microsoft does not provide a web interface for accessing and downloading, downloading and other things with a web browser.
1) Is there another software available to me for the vault account? Or another way to do this?
2) What is the difference between a "public container" and a "public blob"?
3) I would like to create subfolders, how can I do this?
4) How can I make an image that I upload to a "public blog" called "image" that was like this image\azure.png , and was available to anyone on the Internet?
In S3 (from Amazon), you can tell if this object is open, and then access it from a specific URL. Is this possible with Azure Storage?
I know a lot of questions, but for me it seems a little difficult to understand these things and how to get them to work now.
Thanks.
source share