Hello,
Since 1st of May at around 9:30 PM we started having problems with our Azure Functions App which completely stopped executing timer functions.
The error shown is **"**System.InvalidOperationException: Unable to resolve service for type 'XXX.DbContext' while attempting to activate 'FunctionName'."
The problem is that the functions have been running since last year with absolutely no issues and we haven't made any changes to our code for at least 140 days (based on Visual Studio). The database is also accesible and up and running. There also weren't any changes to firewall rules. And all invoices are paid.
Do you have any tips how to make this reliable again? We managed to make it work after restarting app, or changing value of WEBSITE_RUN_FROM_PACKAGE to something and then back to 0. But after a while it just stops again.
Here is a picture of the function execution count for the last 7 days.

Thank you for any input.
Best Regards
TI