even after changing access level to blob in new tab the url is not working showing this error <Error> <Code>ResourceNotFound</Code> <Message>The specified resource does not exist. RequestId:fe9df424-801e-001e-566f-814fe0000000 Time:2023-05-08T05:37:28.216

Ashwini Gjh 0 Reputation points
2023-05-08T05:42:03.6233333+00:00
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,427 questions
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
904 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sudipta Chakraborty - MSFT 1,096 Reputation points Microsoft Employee
    2023-05-08T06:24:04.5666667+00:00

    @Ashwini Gjh : The failure message observer for “storagedisks6363023513” is ”AnonymousAuthorizationError”. Which indicates that the user accessing the storage account does not have adequate RBAC permissions to access the file. Please ensure user has the following access “Blob Data Contributor” or “Blob Data Reader” or “Blob Data Owner” permissions to access the file.

    Reference: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-auth-abac

    1 person found this answer helpful.
    0 comments No comments