I'm wondering what the underlying architecture looks like for Azure Web Apps for Linux with Node.js. I can't seem to find any information on this in the documentation
I'm curious about things like whether Node sits behind Nginx or Apache, is there any caching layer, is Node.js cluster being used, etc.
What does the architecture look like?
Web App on Linux enables customers to run their web apps natively on a Linux platform. This allows for better application compatibility for certain kinds of applications and makes it easier to migrate existing web apps hosted on a Linux platform elsewhere onto Azure App Services. More information about this please refer to this link:Introduction to Azure Web App on Linux.
Architecture behind Azure Web APP for Linux, you could refer to this blog.
1.Web App is deployed on Apache 2.4 on Debian
2.Web App on Linux are deployed in Docker containers