Unable to run virtual application (nodejs based) on azure application service
Madhusudan Vishnupurikar
21
Reputation points
I have been using azure app service to run nodejs based application and that works fine.
Currently I am trying to create and run virtual application on same azure app service. The new virtual application is mapped in Azure app service --> Configuration -->Path mappings
with Virtual directories and applications option.
When app is deployed to new directory, web.config
gets generated with correct path to start file (main.js) however accessing new path doesn't work and results in 500 error.
``
Please help.
Sign in to answer