As captioned, can I run multiple NodeJS instances in a single Azure App Services?
e.g.:
wwwroot/node1/xxx
wwwroot/node2/yyy
So, when I access xx.xx/note1/**
it will go to node 1 instance.
As I don't want to huge NodeJS project and would like to break into multiple small projects, but using a single App Services.
From the Azure DevOps pipeline seems there is no way to allow me to deploy NodeJS other than the root folder, i.e. wwwroot/
.