Hi @Shanthi Even with no application code, the Linux operating system and Azure App Service runtime consume some memory for essential processes. These include system services, startup scripts, and monitoring agents but it shouldn't use up to 70% of memory.
Also, Azure App Service uses the Kudu service for deployment, management, and debugging tasks. Kudu itself has some memory footprint, which might contribute to the overall usage. You should acccess the Kudu service for your web app instance. You can usually reach it at https://<your-app-name>.scm.azurewebsites.net
. Look for a section displaying resource usage (CPU, memory). This might give you an idea of how much memory Kudu is consuming.