Azure functions with container are unstable
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I'm running azure functions written in javascript inside a container using the official image `mcr.microsoft.com/azure-functions/node:2.0`.
When I run the functions with/without the container locally they work perfectly.
When I run the functions in azure, they work some times, and some times I need to redeploy them multiple times until they work.
Also In the azure portal, I can't see any information about the functions and it always shows them as if they have some horrible error - but I can't see the errors or debug anything for some reason.
Without a container, the functions work as expected, but with a container in Azure, they are unstable and un debuggable.
**The function app in this image does work! but I can't see the functions, and I can't see any information about it - The error that says runtime unreachable is not real (the functions do work), if I just restart the function app a few times it sometimes go away, and sometimes the app function doesn't work -> The image is always the same, but azure is unstable.**

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.