Azure function can't access storage account
Mirko Krajcer
5
Reputation points
I have an Azure function that goes to the storage account(s) and container(s) and, for some reason, in one of the containers it doesn't have access (Authorization error), when it's running on a schedule.
When I run it manually, it does everything normally.
What's wrong?!
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Sign in to answer