Azure Container Apps - Revisions Explained | Step by Step

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 9

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

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

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

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

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

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

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

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

  • @moulcode
    @moulcode 11 місяців тому +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 11 місяців тому +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 .

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

    Great video again!

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

    How do I update the revisions using Azure devops pipeline

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

    Thanks this has been very informative