How to Create a Static Website in Azure Storage

Поділитися
Вставка
  • Опубліковано 21 лип 2024
  • Azure Storage offers a lot of features, Blob storage, Azure File Shares, message Queues, and Table storage just to name a few. We can also use it to host static web content. This feature allows us to quickly create a static website available over the internet or private network with Private Endpoints. This video goes over how to create a static website and upload an HTML page. Then we take it a step further by adding JavaScript for client-side scripting.
    00:00 - Start
    02:12 - Create Storage Account
    03:30 - Create the Static Web Site
    04:38 - Create and Upload the Web Content
    Links
    Free Azure guide! Subscribe to the newsletter
    subscribepage.io/rbsIjt
    Hybrid Identity with Windows AD and Azure AD
    www.udemy.com/course/hybrid-i...
    Zero to Hero with Azure Virtual Desktop
    www.udemy.com/course/zero-to-...
    Windows 365 Enterprise and Intune Management
    www.udemy.com/course/windows-...
    W3 Schools JavaScript
    www.w3schools.com/js/default.asp
  • Наука та технологія

КОМЕНТАРІ • 7

  • @TimoEngelvaart
    @TimoEngelvaart 2 місяці тому

    Thanks for the video.
    Could you explain why someone would choose an Azure Static website in Azure Storage over Azure Static Web Apps?

  • @Doggy_Styles_Coding
    @Doggy_Styles_Coding 8 місяців тому +1

    The programmer got stuck in the shower because the instructions on the shampoo said
    -Lather. Rinse. Repeat
    :) like your videos

  • @MrHorea12
    @MrHorea12 5 місяців тому

    Hello! I also have a website (html and css) that I hosted using azure storage account, but I have a problem. My project also uses some photos, but with this storage account hosting, the don't show on my website. I uploaded them in the same blob container as the main.html and main.css file. Do you have any idea how I could fix this? Thanks in advance.

  • @alanreeves3778
    @alanreeves3778 7 місяців тому

    How would one attach a private certificate to the Azure website?
    Let’s say if the static azure website was used as the redirect for a main site as its outage/maintenance page facing customers.

  • @alimurtaza1520
    @alimurtaza1520 7 місяців тому

    Can you kindly make a video on Configuring Always On VPN (Device Tunnel) using Azure VPN Gateway manually without using Intune.

  • @SimpleIdeasForYou
    @SimpleIdeasForYou 8 місяців тому +1

    Can you do the same principal for a intranet site rather than public?? Great video

    • @Ciraltos
      @Ciraltos  8 місяців тому

      Yes, with private endpoints.