Blob Storage Trigger Function App is not working for 1 user but works for the other one.
Hi Azure community
I have an Azure function App that is Blob Triggered. Each time I upload an Excel file it triggers the function app. Whenever my colleague tries to do the same it doesnt work. Both have the exact same set of roles and accesses. The app is something that gets triggered every couple of weeks. Whenever the colleague has uploaded the file or does it on call with me, it ends up working. Otherwise it stays uninvoked for days.
Steps I take while/before on call:
- Go to function app and check if the function app is running.
- Check if there is any invocation in the logs.
- Check blob container and see if the file is uploaded there.
Sometimes, as soon as I open the blob container it automatically triggers the function app for the file the colleague has uploaded. I understand this issue seems weird but has been troubling us/halting work since past few months.
Thanks.