Deploy nodejs project to a virtual application using Visual Studio Code
Hi,
I’m trying to deploy a nodejs express app to a virtual application of an Azure web app I own.
I wrote the application with Visual Studio Code, but from there I’m only able to deploy it directly to the service itself, with no option for subdomains/virtual applications. The subdirectory (nor any other file except for ‘hostingstart.html’) also does not show up when inspecting the service’s folders in Visual Studio Code’s Azure extension.
Deploying to virtual projects is possible using Visual Studio, but doing this for nodejs has proven very troublesome and not something that is intented/well documented in recent years?
I’d expect Visual Studio Code’s Azure Extension to have this feature built in, am I missing something?
Side note: it appears that no question tags exist for Visual Studio Code, how come?
Read more here: Source link
