An Azure service that provides an event-driven serverless compute platform.
Azure Function Multiple Blob inputs with managed identity
Dimitar Grozev
80
Reputation points
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
Sign in to answer