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?