Describe the bug
When we deploy the application on the azure web app service (Linux OS), with the deployment option SCM_DO_BUILD_DURING_DEPLOYMENT=true, it throws error.
To Reproduce
Steps to reproduce the behavior:
Open project into the Visual Studio Code
Open Azure Extenion and select the azure web application servce.
Deploy
See error:
The build failed because the process exited too early. This probably means the system ran out of memory or someone called kill -9 on the process.
or
Error: :( Application ErrorIf you are the application administrator, you can access the diagnostic resources.
Expected behavior
The application should be able to deploy on the azure web service, It builds properly on the local but throwing error while deploying on the azure app service.
Describe the bug When we deploy the application on the azure web app service (Linux OS), with the deployment option SCM_DO_BUILD_DURING_DEPLOYMENT=true, it throws error.
To Reproduce Steps to reproduce the behavior:
or
Error: :( Application ErrorIf you are the application administrator, you can access the diagnostic resources.
Expected behavior The application should be able to deploy on the azure web service, It builds properly on the local but throwing error while deploying on the azure app service.