Azure trigger function app in Python unable to read data in a storage account
Matthew Barrett
116
Reputation points
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?
Sign in to answer