我有 4 个功能应用程序。只有一个函数应用可以成功运行一个函数,即使它们是同一个函数。其他 3 个函数要么无法运行,要么给我一个托管的依赖项下载错误,如下所示:
> 2019-09-16T14:37:51.707 [Error] Executed
> 'Functions.UiPath_New_User_Email' (Failed,
> Id=557d0895-1765-4558-9dc6-2346ddaa1841) Result: Failure Exception:
> Fail to install FunctionApp dependencies. Error: 'Fail to create
> FunctionApp dependencies destination path
> 'D:\home\data\ManagedDependencies\190916143602765.r'. Please make sure
> you have write access to this location. Error 'There is not enough
> space on the disk :
> 'D:\home\data\ManagedDependencies\190916143602765.ri''. ' Stack: at
> Microsoft.Azure.Functions.PowerShellWorker.DependencyManagement.DependencyManager.WaitOnDependencyInstallationTask()
> in
> C:\projects\azure-functions-powershell-worker\src\DependencyManagement\DependencyManager.cs:line
> 239 at
> Microsoft.Azure.Functions.PowerShellWorker.DependencyManagement.DependencyManager.WaitForDependenciesAvailability(Func`1
> getLogger) in
> C:\projects\azure-functions-powershell-worker\src\DependencyManagement\DependencyManager.cs:line
> 145 at
> Microsoft.Azure.Functions.PowerShellWorker.RequestProcessor.ProcessInvocationRequest(StreamingMessage
> request) in
> C:\projects\azure-functions-powershell-worker\src\RequestProcessor.cs:line
> 233