Deploy a Serverless NodeJS App to Azure Container Instance

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • 👉 Check our website: scalablescript...
    Learn how to create a production-ready Docker image with React. Then we will use that Docker Image to push it to Azure Container Registry and we will Host it to Azure Container Instance.
    #docker #azure #serverless

КОМЕНТАРІ • 10

  • @ScalableScripts
    @ScalableScripts  2 роки тому +1

    If you are wondering why it is showing a React app in the end, it is because I'm reusing video parts because the logic is the same.

    • @rolf-s
      @rolf-s 2 роки тому

      hmm any ideas? Error in Azure: standard_init_linux.go:228: exec user process caused: exec format error
      -> Macbook Pro M1, already tried: docker buildx build --platform linux/amd64 -t [...] .

  • @lekkyjayz6294
    @lekkyjayz6294 3 роки тому +8

    It seems we deployed nodejs and got reactjs. What a magic:)

    • @ScalableScripts
      @ScalableScripts  3 роки тому +3

      I reuse video parts, so you would expect node in the end

    • @0xsapphir384
      @0xsapphir384 2 роки тому +1

      Haha, you got that one right! I was shocked XD

    • @Gio-m
      @Gio-m 8 місяців тому

      The magic of CI/CD haha

  • @whileforloops5671
    @whileforloops5671 9 місяців тому

    Nice video

  • @qazarify
    @qazarify 3 роки тому +1

    great work!

  • @gkuschnik
    @gkuschnik Рік тому

    Very useful! Thank you

  • @rolf-s
    @rolf-s 2 роки тому

    Btw, if you using pnpm, use npm. Otherwise the COPY . . will fail. 🙂