Skip to content

JovanOps/azure-static-website-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Azure Static Website Lab

Overview

This project demonstrates how to deploy and host a static website using Azure Storage Static Website feature.

The website is deployed through an Azure Storage Account and exposed via a public endpoint generated by Azure.

This lab illustrates a simple and cost-efficient way to host static content directly from Azure cloud infrastructure.


Azure Services Used

  • Azure Resource Group
  • Azure Storage Account
  • Azure Blob Storage
  • Azure Static Website Hosting

Architecture

The static website is hosted inside Azure Storage using the $web container.

User
 |
Internet
 |
Azure Storage Account
 |
Static Website ($web container)
 |
index.html

Azure Static Website Lab

Architecture


Deployment Steps

  1. Create a Resource Group
rg-static-website-lab
  1. Create a Storage Account
staticwebsitejovan
  1. Enable Static Website Hosting
Settings → Static website → Enable

Configuration:

Index document: index.html
Error document: 404.html
  1. Upload website files to the $web container
index.html
  1. Access the website via the Primary Endpoint

Example:

https://staticwebsitejovan.z6.web.core.windows.net

Website Example

The deployed page displays a simple static HTML page hosted entirely through Azure Storage.


Screenshots

Resource Group Created

Resource Group

Storage Account Created

Storage Account

Static Website Enabled

Static Website

Web Container

Web Container

Website Running

Website Running


Cleanup

To avoid unnecessary costs, delete the resource group after completing the lab.

Resource Group → Delete → rg-static-website-lab

This will remove all deployed resources.


Learning Outcomes

Through this project the following concepts were practiced:

  • Azure Storage fundamentals
  • Static website hosting using Azure Blob Storage
  • Cloud resource organization with Resource Groups
  • Deploying and exposing web content through Azure infrastructure

About

Deploying a static website using Azure Storage Static Website hosting with cloud architecture documentation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages