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)?
相关问题
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
Local Git deployment from command line (or VS Code terminal):
If empty application already there use
force
flag:Useful links deploying Bot Framework To Azure On Linux: