小编Tom*_*att的帖子

错误 - 访问被拒绝 - 部署到 Azure 应用服务

我们通过 KUDU 脚本在 Azure 中使用自动部署过程,今天我们在 Azure 部署中心看到奇怪的错误:

命令dotnet publish(以及“dotnet build”)返回:

MSBUILD : error MSB1025: An internal failure occurred while running MSBuild.
Unhandled exception. System.ComponentModel.Win32Exception (5): Access is denied.
System.ComponentModel.Win32Exception (5): Access is denied.
   at System.Diagnostics.Process.set_PriorityClassCore(ProcessPriorityClass value)
   at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
   at Microsoft.Build.CommandLine.MSBuildApp.Main(String[] args)
   at System.Diagnostics.Process.set_PriorityClassCore(ProcessPriorityClass value)
   at System.Diagnostics.Process.set_PriorityClass(ProcessPriorityClass value)
   at Microsoft.Build.CommandLine.MSBuildApp.Execute(String[] commandLine)
Failed exitCode=-532462766, command=dotnet publish "D:\home\site\repository\
...
Run Code Online (Sandbox Code Playgroud)

细节:

  • KUDU脚本有自动部署过程
  • app 是 .NET Core 应用程序,.csproj 有目标框架:netcoreapp2.2

问题可能出在 Azure 方面,因为我们没有在项目中做任何更大的改变。有没有人有相同/类似的问题?

deployment azure kudu azure-web-app-service asp.net-core

5
推荐指数
1
解决办法
1833
查看次数