Static Website Hosting with Azure Blob Storage
- Static Website refers to html content with javascript & Css
- Azure Blob storage helps in hosting static website on storage account
- So lets create two files
- index.html
<h1> Welcome to Static Hosting </h1>- error.html
<h1> Error Occurred </h1>- Create an azure storage account and select static websites from settings blade

- When we enable the static website hosting a container $web will be created, so lets upload html pages into this container
Azure Content Delivery Network
- Azure has lot of POP locations Refer Here
- Create a storage account with some video or audio files

Azure Storage Account Endpoints
- For accessing blobs within azure directly using internet is not a better idea

- Azure Gives an option of private Storage Endpoint

