I have 4 function apps. Only one function app will successfully run a function, even if they are the same function. The other 3 functions either will not run or give me a managed Dependency download error as follows:
> 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