Unable to Enable Blob Public Access in Azure Storage Account

Bathini Harshitha 0 Reputation points
2024-10-03T09:33:58.05+00:00

Why am I unable to enable public access for a blob in my Azure Storage account, even though the operation shows as successful?

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,840 questions
0 comments No comments
{count} votes

1 answer

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

    The issue you're experiencing is likely due to an internal policy blocking the Allow Blob Public Access setting, even though the operation shows as successful. When you attempt to enable this setting, it appears as successful but does not actually change and does not show up in the activity logs.

    To resolve this, you need to verify internally if there are any policies that might be preventing the public access setting from being enabled. This behavior is expected when such policies are in place because the request to change the setting succeeds but is blocked by the policy before it completes.

    Here are the steps you can take: 1. Verify if there are any internal policies related to 'Allow Blob Public Access' that might be blocking this setting. 2. If policies exist, consult with your IT or security team to adjust the policies accordingly or provide an alternative solution.

    Resources: - Configure anonymous public read access for containers and blobs - Azure Storage security guide - Troubleshoot Azure Storage issues

    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.