基本上,我是在尝试OrchardCore项目。https://www.youtube.com/watch?v=b6cn4trJpFk&t=71s --如果我在visual中运行它,它在本地机器上工作得很好。我甚至可以配置CMS以满足我的需要。
我可以把它发布给我的吉特布。
当我尝试将它部署到azure时,我是不成功的。
我正在使用服务。
部署脚本以以下行结束
Copying file from "D:\home\.nuget\sqlitepclraw.lib.e_sqlite3\2.0.2\runtimes\win-x64\native\e_sqlite3.dll" to "D:\home\site\repository\OrchardSkills.OrchardCore.OrchardCMS\obj\Release\netcoreapp3.1\PubTmp\Out\runtimes\win-x64\native\e_sqlite3.dll".
One or more errors occurred.
Command 'starter.cmd "D:\home\site\d ...' was aborted due to no output nor
CPU activity for 60 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd "D:\home\site\deployments\tools\deploy.cmd"

谢谢你提前帮忙。:)
发布于 2020-12-21 03:57:17
试着按照在我这边有效的步骤:
1.将 样本工程 分叉到您的GitHub.

2.在Azure门户.上创建一个.net核心web应用程序
3.导航到您的web应用程序->,单击部署中心->选择GitHub.



4.等待部署。(在我这边只需9分钟)

5.浏览到端点以检查它是否有效.

https://stackoverflow.com/questions/65181503
复制相似问题