Hi,
We are using Azure Web App for many years and for the last 4 we have used httpplatformhandler to pass requests to our nodejs processes (the handler was more stable than iisnode which has some quirks). Everything worked smoothly in Azure App Service v. 99.0.7.671.
The currently in progress deployment of version 99.0.10.774 breaks something as the nodejs worker processes are restarting every minute or two (no incoming request is coming thru). We haven't changed anything in the app. There was even a situation when new version was available only on one instance of web app and old on the other and only the new one were restarting. We were forced to switch to iisnode in web.config to have the website running again properly.
We have prepared minimal nodejs web app using httpplatformhandler and we can reproduce the issue. Below are two versions with exact minimal code, one works one does not:
https://bint-nodetest.azurewebsites.net/ does not work and has version99.0.10.774.
https://bint-nodetest2.azurewebsites.net/ works and has version 99.0.7.671.
Does anyone have similar issues as we cannot find anyone talking about this breaking the web app update.
Regards,
Rafal