Azure function blob trigger not working through UAMI

Kaustubh Lohiya 0 Reputation points
2024-06-28T04:02:39.01+00:00

Hi,

I have deployed a function app and I have created blob trigger using Node / JavaScript V4. Due to organization policy we cannot use Key or Shared access token, and hence I am using UAMI for authentication to storage account from function app. I have tried multiple ways to set the Environment variable to get this working however I have no luck, the function does not trigger upon adding file into the blob container

Function app User assigned Identity : The identity already has Storage Blob Data Owner, Storage Blob Data Contributor and Storage Queue Data Contributor role assigned

User's image

Environment Variables:

Env Variables

NodeJs Code

NodeJs Code

Any help is highly appreciated.

Thanks

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