Is in Azure WebApp any possibility to run custom web server instead of IIS? (amphp/aerys or reactphp/http)
I think, that with Node.js it is possible, so there should be some way for PHP.
Expected behavior is, that I will use my custom PHP server, which will be listening on some port, and IIS only redirect all requests to this port.
But I don't known, if is possible in Azure WebApp run long running app, which will be listening on some port. And this app must start automaticaly.
I can use VM, but web app looks better.