Hi @MayankBargali-MSFT were you able to resolve this issue. I am facing the same problem with a blobtrigger that originally automatically picked up a file but now only works if I manually call the trigger from the azure portal. I have other triggers on the same function app that work fine.
Azure Function with blob trigger not functionning unless I go on the portal
Hi,
I have an Azure Function based on a blob trigger.
Simple C# application converting an Excel file to a CSV one. Pushes back to the same storage account.
Seemed to be working fine for a while, but not it doesn't seem to run automatically. I have to go on the portal itself to see it kick in.
I've noticed that there seems to be a lot discussions around this on the Web, but I couldn't find any fix.
I'm requesting some help get it back to working automatically.
Thank you,
Benoit Thiboutot
Azure Functions
Azure Storage
Azure Blob Storage
2 answers
Sort by: Most helpful
-
-
Benoit Thiboutot 1 Reputation point
2022-03-14T12:24:13.307+00:00 Hi David,
Found the issue after quite some time with Functions and Storage Account teams.
For some reason, logs were not being created anymore for some time and then they just restarted by themselves.
I suspect an update on the Azure part was responsible for the issue both times (stopping and restarting them), but we never got to it.Look into "Diagnostic Settings (classic)" and turn on logs if they have been turned off.
Thank you,
Benoit Thiboutot