Hi @_Julien Jalageas.AZ ,
Apologies for the delay in response.
Yes, App Service plans are more memory-intensive than traditional web applications because they are designed to support multiple applications and provide high availability and scalability.
App Service plans are designed to provide a scalable and reliable hosting environment for your web applications. The amount of memory required for your web applications will depend on the specific requirements of your applications and the workloads they are handling.
The Basic B3 pricing tier provides 7GB of memory, which should be sufficient for running 9 web applications. However, if your applications have high memory usage or are experiencing heavy workloads, you may need to increase the memory allocation or upgrade to a higher pricing tier to support your applications.
You can monitor the memory usage of your App Service plan Azure Monitor and autoscale individual web applications by enabling autoscaling by following the steps here: Get Started with Autoscale in Azure. Autoscale is a service that allows you to automatically add and remove resources according to the load on your application.
Hope that helps. Please let us know if you have further questions.
Thanks,
Grace