deploy java app to linux container - determine when app is "ready"

Schenz, Brandon 11 Reputation points
2021-01-05T19:06:27.737+00:00

53665-webapp-blue.logWhy does "Waiting for response to warmup request for container" take multiple minutes?

How can I make it run faster in a CI/CD type of use case?

I'm using the Azure/webapps-deploy@v2 github action to deploy a new jar file (with java agent for Application Insights), but old version keeps running for a considerable amount of time (multiple minutes) with that warmup message, then change is detected and app reload seems to happen with the warmup message for several more minutes.

I guess I really don't mind it taking so long, but need to know how to monitor for the new version to be running so that I can then run tests of the new deployment in the slot, then switch slots when those tests all run.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,663 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.