在VS代码(Linux)中创建了简单的nodejs应用程序。还在Azure中创建了NodeJS应用程序。现在如何将应用程序从VS代码部署到此Azure应用程序?AZ CLI已安装。我下载了一些 MyApp.PublishSettings
MyApp.PublishSettings
从命令行(或VS代码终端)进行本地Git部署:
git remote add azure https://<username>@<app_name>.scm.azurewebsites.net/<app_name>.git git push azure master
如果已存在空应用程序,请使用 force
force
git push azure master -f
在Linux上将Bot Framework部署到Azure的有用链接:
自2017年以来可能已经过时。