Azure Classroom Series – 29/Dec/2020

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

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%