Azure Container Apps - Revisions Explained | Step by Step

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

КОМЕНТАРІ • 9

  • @stevelandsaw3132
    @stevelandsaw3132 9 місяців тому +1

    This entire container app deep dive series has been fantastic. Specifically, this video was extremely helpful for me. Thank you!

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

    I loved these videos , they make everything clear, to the point and in a very organized way

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

    Great video again!

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

    Thanks this has been very informative

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

    Thanks for this tutorial, how can I pull the image from private ACR ?

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

      You have to provide the credentials for the container registry you're using

  • @wahibakamoulcode
    @wahibakamoulcode 9 місяців тому +2

    Great video, I have just one question that's kicking in my brain: blue green deployment is cool but still don't get it 100% let's for example the user X is using my saas software and I'm doing 50% blue 50% green so what imagine is that one time will see my feature and once he refresh the page he won't see it anymore and that's not good ? I guess the solution here is to split traffic based on geographical locations! Thanks in advance!

    • @Southpaw07
      @Southpaw07 9 місяців тому +1

      i believe the purpose is to gradually promote the new change and granted the app is set to use session persistence connection as result new connections should be routed to the new revision . webapp similar concept using deployment slots .

  • @gladysgodwin6345
    @gladysgodwin6345 4 місяці тому

    How do I update the revisions using Azure devops pipeline