@Kalyan Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
.
I had a look at the backend logs for your failing request id 7e596ffa-801e-0067-04fa-2b5e87000000
mentioned in the error message.
.
Cause:
The failure is due to the HTTP 403 error with PublicNetworkAccessError.
.
Action Plan:
- In your storage account
kaXXXXlob
, you seem to have created thedistri
container, please check if you can change its access level to public (container). So, when creating your container, set the Public access level field to Container (anonymous read access for containers and blobs) in the New Container window. - Please confirm if your Storage Account --> Networking settings is having public access.
- Ensure that you have added the CORS rule as explained here.
- Ensure that you have added the right RBAC permissions added as explained here.
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
**
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.