Skip to content
Advertisement

Deploy NodeJS app to Azure from VS Code

Created simple nodejs app in VS Code (Linux). Also created NodeJS app in Azure. How to deploy app from VS Code to this Azure app now? AZ CLI installed. I’ve downloaded some MyApp.PublishSettings file however seems it used in VS not VS Code. What is the best way to deploy then with or without git (github)?

Advertisement

Answer

Local Git deployment from command line (or VS Code terminal):

JavaScript

If empty application already there use force flag:

JavaScript

Useful links deploying Bot Framework To Azure On Linux:

P.S. Could be outdated since 2017.

Advertisement