2.3.5 Create a Storage Blob
Creating an Azure storage blob.
Create a Storage Account
Sign into Azure portal.
Choose "Create a Resource".
Under "Categories" choose "Storage".
Under "Storage Account" select "Create".
Fill in information as provided.
Fill in advanced information as provided.
Validate and create the resource.
Select "Go to Resource"
Work with Blob Storage
Under "Data Storage", choose "Containers"
Select "+ Container" and fill in the required info.
Select "Create".
Select the container you created, and then "Upload". Upload an image.
Select the Blob (file) you uploaded and copy the URL.
Try to access this, it will give an error.
Change the Access Level of your Blob
Select items you wish to change access level for and then choose "Change Access Level".
Change to "Blob (anonymous read access for blobs only)".
This will now allow URL access to the file.