Share via

Azure Function Multiple Blob inputs with managed identity

Dimitar Grozev 80 Reputation points
2024-10-30T11:16:10.3133333+00:00

Greetings,

As the title suggests I have an timer triggered azure function that has two blob inputs for which I want to switch from connection strings to managed identities. I have enabled the system-assigned managed identity on the azure function and have granted it the Storage Account Data Contributor role. I have also setup the azure function app settings as so:

  {
    "name": "blobConnection__blobServiceUri",
    "value": "https://
Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


Your answer

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