Access data from another storage account by using Private endpoints

Nagarjuna Korivi 0 Reputation points
2024-04-05T07:30:16.4333333+00:00

How Access data from another storage account by using Private endpoints

  1. Two RG1 and RG2 under same subscription
  2. RG1- SA1(storage account1)
  3. RG2-SA2(storage account2)
  4. SA1-create PE--Same Network(Same Vnet)
  5. SA2-create PE--Same Network(Same Vnet)

Completed task above,now how can we check data is access from storage 1 to storage 2

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

1 answer

Sort by: Most helpful
  1. Anand Prakash Yadav 7,785 Reputation points Microsoft Vendor
    2024-04-05T11:54:03.1833333+00:00

    Hello Nagarjuna Korivi,

    Thank you for posting your query here!

    Private endpoints provide a secure way to access Azure services such as Azure Storage Accounts over a private connection within a virtual network (VNet), rather than over the public internet.

    While Private Endpoints themselves do not directly facilitate data transfer between storage accounts, they provide a secure and private connectivity option that ensures data access between services, such as SA1 and SA2, occurs securely within the trusted boundaries of your Azure network.
    Please note that accessing data from one storage account to another is not typically done directly. Usually, an intermediary service such as a VM, Function, or App Service in the same VNet would read data from the storage accounts.

    To access data from one storage account to another using a Virtual Machine (VM), create a VM in the same VNet where your storage accounts (SA1 and SA2) are located. Try to access the blob you created in SA1 from the VM. You can do this programmatically using Azure SDKs. Once data is accessed from SA1, you may try to transfer the data to SA2.

    I hope this helps! Please let me know if the issue persists or if you have any other questions.

    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.

    1 person found this answer helpful.
    0 comments No comments

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.