On the App Service Plan, we can choose between Linux and Windows as the OS.
But from below docs:
- https://docs.microsoft.com/en-us/azure/app-service/operating-system-functionality
It only provides details for the Windows OS environment. The Notes section seems to suggest Linux app is run under a Container.
Does it mean that, if I choose Linux as the OS for App Service Plan, the app is simply running in a container where the host OS is still Windows?