Member-only story
Hosting My Sample Blog Website Using Azure Storage: A Step-by-Step Guide
Hi everyone, so today I thought to share with you how Azure Storage helped me in hosting my sample blog website.
So first, you have to create an Azure storage account.
All Non members can visit here: Hosting My Sample Blog Website Using Azure Storage: A Step-by-Step Guide
For that, you can check how to create an Azure storage account to complete the process.
Step 1. After creating an Azure storage account under the data management section we to have select a static website.
Step2. Under the static website, we have to select $web.
Step3. To upload your HTML file, navigate to the $web section. I have uploaded two files here. The first file, “index.html,” contains my website page, which will be displayed when someone visits my website. The second file, “404.html,” is used to display a 404 error message.