#In this post, you’ll see how to set up storage for a public website using Microsoft Azure. This is a simple and straightforward process that allows you to host a static website directly from a storage account. 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. 2.This storage requires high availability if there’s a regional outage. Additionally, enable read access to the secondary region, In the storage account, in the Data management section, select the Redundancy blade . -Ensure Read-access Geo-redundant storage is selected. Review the primary and secondary location information. 3.Information on the public website should be accessible without requiring customers to login.…