I have an Azure Function (not in a container).
When I publish it to Azure locally, it's fine.
When I publish it from Azure Devops, the deployment succeeds, but the Function wont run. Error 'Azure functions runtime is unreachable':
I've tried looking in the Log Stream, but this gives the error:
System.Private.CoreLib: Could not load file or assembly '{myAppName}, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
I've looked at documents such as this troubleshooting guide, but that's not fixing it.