Table of Content What is Blob Storage? Create a storage account with high availability. Create a blob storage container with anonymous read access Practice uploading files and testing access. Configure soft delete Configure blob versioning Conclusion What is Blob Storage? Blob Storage is a cloud storage solution used for storing large amount of unstructured data including text documents, emails, social media posts, multimedia (audio/video/images) Learn more . Create a storage account with high availability. Step 1: Create a storage account to support the public website. In the portal, search for and select Storage accounts . Select + Create . For resource group select new . Give your resource group a name and select OK . Set the Storage account name to publicwebsite . Make sure the storage account name is unique by adding an identifier. Take the defaults for other settings. Select Review and then Create . Wait for the storage account to deploy, and then select Go to resource .…