Can't access Storage account using User Managed Identity in a Azure ML Worksapce

Dinesh Goyal 0 Reputation points Microsoft Employee
2024-05-02T08:46:05.5966667+00:00

I am getting error while attempting to connect storage account to AML workspace using user managed identity in a Jupiter Notebook, I encountered the following issue.

AzureConflictHttpError: Public access is not permitted on this storage account. ErrorCode: PublicAccessNotPermitted

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,597 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amrinder Singh 2,685 Reputation points Microsoft Employee
    2024-05-02T09:21:08.3033333+00:00

    Hi Dinesh Goyal - Thanks for reaching out.

    It appears that you are trying to access the container anonymously however the allowblobpublicaccess property on the account is disabled.

    https://learn.microsoft.com/en-us/azure/storage/blobs/anonymous-read-access-configure?tabs=portal#set-the-storage-accounts-allowblobpublicaccess-property

    Can you try enabling the same and then try performing the operation again.

    Please let me know if there are any more queries and will be glad to assist.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.