Imagine you want to put pictures, documents, or even a small website online so anyone can see it. Microsoft Azure (a cloud service) lets you store files safely and make them available to the public. Create a storage account with high availability 1.Create a storage account to support the public website What is a storage account? Think of it like a digital locker in the cloud where you keep your files. It’s managed by Microsoft Azure and can be accessed from anywhere. 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 Select New New resource group created Set the Storage account name to publicwebsite. Make sure the storage account name is unique by adding an identifier. Storage account name publicwebsitemikky created Take the defaults for other settings. Select Review and then Create .…