A Simple Guide to Hosting a Static Website on Azure Blob Storage.
Azure blob storage is an object storage solution for the cloud that stores unstructured data such as text, binary data, images e.t.c. We’re going to be utilising it to host a static website.
A website template would be needed for this exercise, you can download one at
On the basics tab,
Create a new resource group or select an existing one.
Name the storage account, which must be globally unique.
Select a region to deploy the resource to.
Configure the redundancy.
Then click review+create.
click on enable to show the options.
Match the index document name to your index.html doc for your website
Same goes for the error document path.
Click on save, A storage container $web will be created to host your website, and a primary endpoint would be assigned.
Copy the endpoint address.
On the Storage account, go to Data storage>containers. Click on the $web container to open it.
Click upload, a sidebar opens.
Open your file explorer to the directory of the website template.
Drag all the files and folders into the sidebar and click upload.
SOCIAL SHARE CARD GENERATOR