az copy to private endpoint blob storage

Semaan, Rabih 1 Reputation point
2022-06-04T07:56:18.037+00:00

Dears,

I have a blob storage private and created a private endpoint and cname configured on our dns to point to .blob.windows.net. but I need to use az copy , in order for the traffic to pass by our express route through this private endpoint but it is not working. any solution, I don;t want az copy to use internet however to use express route.

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

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 115.9K Reputation points MVP
    2022-06-04T08:04:56.343+00:00

    Hi @Semaan, Rabih ,

    you configured a CNAME or a conditional forwarder in you "local" DNS server?
    It should be a forwarder on your local DNS server.

    https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns#on-premises-workloads-using-a-dns-forwarder

    208421-image.png

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

  2. Semaan, Rabih 1 Reputation point
    2022-06-04T18:58:21.143+00:00

    Hello @Andreas Baumgarten ,

    thank you for your answer. I got you however I need to understand and know if it is feasible or not for az copy tool to copy data from local to storage account blob using the privatelink.core.windows.net because once I use the URI of private endpoint +SAS URL It does not work.

    Thank you & Best Regards,


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.