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!
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 .
This entire container app deep dive series has been fantastic. Specifically, this video was extremely helpful for me. Thank you!
I loved these videos , they make everything clear, to the point and in a very organized way
Great video again!
Thanks this has been very informative
Thanks for this tutorial, how can I pull the image from private ACR ?
You have to provide the credentials for the container registry you're using
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!
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 .
How do I update the revisions using Azure devops pipeline