Private Endpoints and Storage Container

Pendleton, David 0 Reputation points
2024-07-31T20:02:38.9533333+00:00

I am experimenting with Private Endpoints and Storage Accounts/Containers. I believe I have created all the supporting objects, including the Private Endpoint. Now I cannot access the Storage Containers within the Account from the Portal. How do I do this?

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

2 answers

Sort by: Most helpful
  1. TP 84,376 Reputation points
    2024-07-31T20:36:52.5333333+00:00

    Hi David,

    Not being able to access data from the portal is normal when you have your storage account configured to only allow access via Private Endpoint.

    In order to access the data in your storage account you need to access it via the Virtual Network that has access to your Private Endpoint. For example, you could have a VM on the Virtual Network, connect to this VM using Azure Bastion (or other method), and then connect to the storage account to access blobs.

    Please click Accept Answer and upvote if the above was helpful. If something is unclear please add a comment below.

    Thanks.

    -TP

    0 comments No comments

  2. Luis Arias 6,136 Reputation points
    2024-07-31T20:41:13.43+00:00

    Hi Pendleton, David,

    When you enable private endpoint and disable public network access you are restricting the communication to the virtual network only , If you want to continue having the access by azure portal I suggest to move the firewall of the storage account to "selected virtual networks and IP address" (https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal)

    User's image

    If the information helped address your question, please Accept the answer.

    Luis

    0 comments No comments