Blob Trigger Azure Function is not triggering automatically for every file upload in the specified Azure Storage container

Hari Krishna 51 Reputation points
2022-10-06T13:34:47.69+00:00

Steps to reproduce the issue:

Create Azure Function App (.NET 6) in the Azure Portal
Create the Blob Trigger
Upload the file the specified container
Until We given the uploaded file name in the Input box like azcontainer/textfile.txt, it is not checking for any file uploads in the container even the function is in running state and application insights logs are connected to it.
In this case, it's difficult to give data in the inputs for multiple files check.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,257 questions
{count} votes

Accepted answer
  1. MuthuKumaranMurugaachari-MSFT 22,141 Reputation points
    2022-10-07T15:06:38.03+00:00

    @Hari Krishna Thank you for reaching out to Q&A and sharing the additional details. I followed the steps in Create a function in Azure that's triggered by Blob storage docs and able to validate that Function Invocation occurs and this can be verified in Monitor page with both Invocations and Logs Tab instead of Code + Test panel.

    248591-image.png
    248581-image.png

    The screenshots in the docs are old, and docs need to be updated with new steps. I will pass on the feedback with doc author on this.

    I hope this answers your question and feel free to add if you have any questions. I would be happy to assist you. Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful