I have deployed a node application in azure running under an app service. Now issue is that the sites goes down occasionally and stops responding. Once I restart the site its starts working.
If I see logs, its says IISNode has encountered an error.
My question is is there any way to log the error and restart node process gracefully.
What is the best practice approach for node website deployed in app service?
