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

Matthew Barrett 116 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.
5,341 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,046 questions
{count} votes

Your answer

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