Azure trigger function app in Python unable to read data in a storage account

Matthew Barrett 136 Reputation points
2025-01-08T22:21:37.0466667+00:00

My function uses Python and a bicep template to create a resource group and static site storage account and it copies data from a blob storage account to the $web and images containers. CORS and managed identity are configured but, I'm getting 404 "GetBlobProperties" "BlobNotFound" errors for each file.

I'm banging my head on this one. Anybody with experience in trigger functions?

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

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.