Can you selectively only call revision #1 of an app and not #2? This would be helpful to build apps for each pull request for example where revision #1 is staging, and revision #2 is the PR
When you create a new revision, you can optionally add a suffix. Each revision has its own URL (if you are using Ingress), including this suffix. The URL for a specific revision can be found in its details. So, the answer to your question would be yes.
Sure! Here's the corrected version:
Thanks, this is exactly what I was searching for.
Thanks for showing this new feature with examples. How about the steteful app containers? will those are also possible?
Well explained
Can you selectively only call revision #1 of an app and not #2? This would be helpful to build apps for each pull request for example where revision #1 is staging, and revision #2 is the PR
When you create a new revision, you can optionally add a suffix. Each revision has its own URL (if you are using Ingress), including this suffix. The URL for a specific revision can be found in its details. So, the answer to your question would be yes.
Container app cold start is still an issue atm.
True, takes up to 20 seconds to go from 0 to 1. Too much to have it scale to 0 on a production environment.
you can left 1 instance to be aways available so it could not have the issue with the cold start
@@stefancfefo yeah but then you will have to pay for inactive rates which is wastage especially for a grunty vm.