Functions stop working with 404
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I have a v4 (Runtime version 4.1.3.17473) .net6 Azure functions that stop working after some period of time.
One example is a httptriggered function which starts returning 404 errors.
(I'm UTC+10h -> 4AM UTC is 2PM local on the screenshots)


Memory flatlines at that point:

```
net6.0
v4
enable
all
runtime; build; native; contentfiles; analyzers; buildtransitive
// I'm updating this to 4.1.0 today and will report if this helps somehow :/
all
runtime; build; native; contentfiles; analyzers; buildtransitive
```
I'm happy to provide any information needed to help find the root cause.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.