How fix anonymous access is disabled on this storage account

Steve Parks 0 Reputation points
2025-02-03T01:22:41.9166667+00:00

In attempting to do Unit 5 Exercise - Configure a resource lock in Azure Fundamentals Training when trying to create a Container I get the following error popup.

"The access level is set to private because anonymous access is disabled on this storage account."

And a log entry is created ErrorLogScreenshot.jpgsee attached.

I found a similar posting showing how to fix but in checking Access Control it shows I have full access - see second screenshot

Any help will be appreciatedErrorLogScreenshot2.jpg.

Thanks,

Steve Parks

This question is related to the following Learning Module

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

1 answer

Sort by: Most helpful
  1. Marcin Policht 33,775 Reputation points MVP
    2025-02-03T01:50:14.1433333+00:00

    You need to modify the storage account configuration to allow setting the access level of its containers to either blob or container. Follow https://learn.microsoft.com/en-us/azure/storage/blobs/anonymous-read-access-configure?tabs=portal

    To allow or disallow anonymous access for a storage account in the Azure portal, follow these steps:

    Navigate to your storage account in the Azure portal.

    Locate the Configuration setting under Settings.

    1. Set Allow Blob anonymous access to Enabled. Screenshot showing how to allow or disallow anonymous access for account

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


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.