How to run blob storage azure function in the azure portal itself ?

Hari Narayan 0 Reputation points
2024-03-11T03:03:19.1033333+00:00

I have developed my azure blob storage trigger function in the local (through VS Code) and deployed it in the azure portal. Now how to run my blob storage trigger azure function in the azure portal itself. Since it is blob storage trigger I tried uploading blob file in the container but could not see anything in the monitor tab. I can see only 0 success and 0 errors User's image

Nothing triggered.
The function is completely working fine locally. I have configured the connection string of the storage account in the AzureWebJobsStorage

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,910 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2024-03-14T13:14:16.2333333+00:00

    @Hari Narayan Thanks for reaching out. Can you review the application insights logs or Diagnose and solve problem to review if there is any runtime error/exception.

    There could be multiple reasons that the blob function app is not getting triggered and the application logs or diagnose blade will give you more insights. In scenario you would have missed some configuration in function app configuration blade which you have configured locally. The logs invocation logs are not instant, and it may take some time to reflect (after 10 min or so). If the above troubleshooting didn't help then then we can connect offline to review it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.