Deploying ReactJs app in Azure Blob Storage

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.พ. 2019
  • In this tutorial, we will be looking into how we can use Azure blob storage to deploy a ReactJs application. At the end of the tutorial, you will be able to host a static site developed on react, that can be accessed publicly.

ความคิดเห็น • 20

  • @prathyushaboddu5531
    @prathyushaboddu5531 3 ปีที่แล้ว +1

    Thanks for step by step explanation. It really helped me.

  • @bhushanmulmule7885
    @bhushanmulmule7885 4 ปีที่แล้ว

    Thanks for the easy and step by step approach. It helped:)

  • @kshitizshah6685
    @kshitizshah6685 4 ปีที่แล้ว

    I usually dont comment but in this video ,thanks a lot taught me a lot thanks

  • @runs9613
    @runs9613 4 ปีที่แล้ว +2

    appreciate it. best tutorial found.

  • @devonpatrick9676
    @devonpatrick9676 5 ปีที่แล้ว

    Thanks for this video.Superb

  • @BanuAthuraliya
    @BanuAthuraliya 5 ปีที่แล้ว

    Good stuff! Keep it up guys 😊👍

  • @chamodgunaratne4692
    @chamodgunaratne4692 4 ปีที่แล้ว

    Awesome content

  • @NazariyMurall
    @NazariyMurall 4 ปีที่แล้ว +1

    Thank you a lot, helps me a lot

    • @telexaracademy2864
      @telexaracademy2864  4 ปีที่แล้ว

      Visit our blog site for more tutorials
      blog.telexarsoftware.com

  • @gcfhornet
    @gcfhornet 4 ปีที่แล้ว

    Really helped. Thanks a lot.

  • @mateuszzdyb3547
    @mateuszzdyb3547 4 ปีที่แล้ว

    you're a star!

  • @joeydikgole6005
    @joeydikgole6005 3 ปีที่แล้ว

    Thank you

  • @todaypro8758
    @todaypro8758 5 ปีที่แล้ว +1

    Nice one 👌👌😀

    • @telexaracademy2864
      @telexaracademy2864  4 ปีที่แล้ว

      Visit our blog site for more tutorials
      blog.telexarsoftware.com

  • @medosync3297
    @medosync3297 4 ปีที่แล้ว

    check out static web apps preview in Azure - its free at the moment and works very well with github actions. You basically just point it to your build folder in Azure and it works automatically.

  •  4 ปีที่แล้ว +1

    what is static website? means you can not make calls to a server and update the DOM?

    • @telexaracademy2864
      @telexaracademy2864  4 ปีที่แล้ว +1

      A static website contains Web pages with fixed content. Each page is coded in HTML and displays the same information to every visitor. Static sites are the most basic type of website and are the easiest to create. Unlike dynamic websites, they do not require any Web programming or database design. A static site can be built by simply creating a few HTML pages and publishing them to a Web server.
      techterms.com/definition/staticwebsite

  • @kristinajoycegob5555
    @kristinajoycegob5555 4 ปีที่แล้ว

    What if my reactjs app doesn't have no build folder?