Issues Accessing Azure Blob Storage with Anonymous Access Enabled

Bathini Harshitha 0 Reputation points
2024-10-03T09:31:40.47+00:00

Why am I unable to access blob data in my Azure Storage account despite having anonymous access enabled?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,834 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bathini Harshitha 0 Reputation points
    2024-10-03T09:32:21.0366667+00:00

    If you are unable to access blob data despite having anonymous access enabled, it might be due to incorrectly targeting the container URL instead of the blob URL. Additionally, the blob could be in an archived state. Ensure you are pointing directly to the blob URL and rehydrate any archived blobs before attempting access. By default, anonymous access is not permitted unless explicitly configured. When enabled, it allows clients to read data without authorization, which can pose a security risk. Ensure anonymous access is only enabled if absolutely necessary.

    To rehydrate an archived blob:

    • Navigate to your Azure Storage account in the Azure portal.
    • Find the archived blob you want to rehydrate.
    • Change the access tier of the blob from "Archive" to "Hot" or "Cool".

    For checking which storage accounts and containers have anonymous access enabled, you can refer to the following resources: - Configure anonymous read access for containers and blobs - Identify classic storage accounts and migrate them to ARM

    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, as this can be beneficial to other community members.

    0 comments No comments

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.