Help with ResourceNotFound error when open image link

urkqsrk 21 Reputation points
2021-06-27T16:36:58.57+00:00

This is my image https://storageaccountimage85a4.blob.core.windows.net/storageaccountimage85a4/images/11173.jpg
I uploaded this image and when I open the link that is provided by azure for access, I see this error:
<Error>
<Code>ResourceNotFound</Code>
<Message>The specified resource does not exist. RequestId:6809ba0c-601e-001a-1e71-6b9e48000000 Time:2021-06-27T16:28:33.0186158Z</Message>
</Error>

I can click the edit button in Azure and I can see the image, I can download it, but this link is broken and I can't access it outside of Azure. How I can get link to my image that I uploaded?

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
524 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 89,296 Reputation points Microsoft Employee
    2021-06-28T07:15:24.807+00:00

    Hello @urkqsrk ,

    Welcome to the Microsoft Q&A platform.

    To grant anonymous users read access to a container and its blobs, first allow public access for the storage account, then set the container's public access level. If public access is denied for the storage account, you will not be able to configure public access for a container.

    When public access is allowed for a storage account, you can configure a container with the following permissions:

    • No public read access: The container and its blobs can be accessed only with an authorized request. This option is the default for all new containers.
    • Public read access for blobs only: Blobs within the container can be read by anonymous request, but container data is not available anonymously. Anonymous clients cannot enumerate the blobs within the container.
    • Public read access for container and its blobs: Container and blob data can be read by anonymous request, except for container permission settings and container metadata. Clients can enumerate blobs within the container by anonymous request, but cannot enumerate containers within the storage account.

    109700-storage-publicaccess.gif

    For more details, refer to Configure anonymous public read access for containers and blobs.

    Hope this helps. Do let us know if you any further queries.

    ------------

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.
    3 people found this answer helpful.

0 additional answers

Sort by: Most helpful

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.