When deploying the code to FastAPI app on Azure App Services I get this error.
// GET https://mywebsite.azurewebsites.net/storage/blob/file/mycontainer/path/to/myfile.jpg
{
"message": "This request is not authorized to perform this operation.
\n RequestId:89aeec57-301e-00b8-2b9d-xxxxxxxxxxxx
\n Time:2022-02-23T10:08:06.5459272Z
\n ErrorCode:AuthorizationFailure"
}
I followed your video using the Connection String method.
Doing the same in localhost works though. Do you have any idea what I have to configure on Azure?
Thank you.
When deploying the code to FastAPI app on Azure App Services I get this error.
I followed your video using the Connection String method.
Doing the same in
localhostworks though. Do you have any idea what I have to configure on Azure?Thank you.