Storage account network connectivity issues

Nana Poku 245 Reputation points
2025-02-28T16:40:59.8666667+00:00

We have issues with logic apps being unable to access storage accounts within Azure, when doing error check, there are some errors around the blob and file services. Deleting the private endpoint and recreating them resolved the issue.

Upon further checks I realised we had public access in our storage account enabled and private endpoint also enabled, would this be the cause of the connectivity error ?

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,545 questions
{count} votes

Accepted answer
  1. Keshavulu Dasari 4,840 Reputation points Microsoft External Staff Moderator
    2025-03-02T12:00:38.95+00:00

    Hi Nana Poku ,

    Ensure that the DNS settings are correctly configured. Perform an nslookup for your storage account to verify it resolves to the private endpoint's IP address. For example:

    nslookup <storage-account-name>.blob.core.windows.net
    

    The result should show the private endpoint's IP address

    Check the NSG rules associated with your virtual network. Ensure that the outbound rules allow traffic to the private endpoint's IP address

    If you are using a private DNS zone, make sure the virtual network is linked to the private DNS zone and that the DNS records are correctly configured

    Use Azure Monitor to check if data is flowing through the private endpoint. Go to the private endpoint resource, select Metrics, and look at Bytes In or Bytes Out to see if there's any activity

    Use the Connection troubleshoot feature in Azure Network Watcher to test connectivity from your VM to the storage account. This can help identify any network issues

    If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you.


0 additional answers

Sort by: Most helpful

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.