Tip 13: Deploying a container image to Azure Container Apps from Docker Hub

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 5

  • @elanzini
    @elanzini Рік тому +2

    Can you also show how to setup Continuous deployment for it?

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

    Thanks for putting it up.
    Could you briefly touch upon what additional things do I need if the application has a DB. Do I need to setup DB on Azure separately? (Example, Postges)

  • @EdGreenberg
    @EdGreenberg Рік тому +2

    Nice presentation. This generated a question, which you might add to any further iterations of this video. Questions: Does the app inside your container listen on port 80? If it listened on another port, like 8080, how would you express to Azure Container Apps that they needed to remap the port?

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

      this is explained at 1:40
      you would just need to enter another port there

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

    I followed with my image and yours and it still fails with no error saying why it failed. 😞