Azure / Azure/azure-functions-host
Azure function goes sleep
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Hello,
I have an azure function that is featured as blobtrigger. The idea is that I have a container of files and when new file is added to container, the blobtrigger has to start the performance.
When the function is not used for a long time, it seems to go sleep and I have to reactive the function manually.

After doing this, it starts working again.
I want to configure the Azure Function to being alert always and not sleep when it is not being used. Could you help me with this?
Thank you in advance!
Contributor guide
Assessment
This issue has not been assessed yet.