Azure File Storage DR strategy for private endpoint

Makhija, Priyanka 61 Reputation points
2022-01-04T09:15:45.027+00:00

I have a File share in Azure storage account which is mounted as a persistent volume on the AKS cluster. The storage account has a private endpoint and is GRS enabled. How do i implement the DR strategy in the event of a failover?

Some of the concern areas being,

  1. Do i need to manually create a private endpoint in the secondary(new primary) region once the failover process is completed?
  2. How do my AKS cluster which is in region 1 access the azure file share as a persistent volume in new primary region , i.e Region2 with the private endpoint ?

Thanks

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,293 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
511 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,906 Reputation points MVP
    2022-01-04T11:11:32.857+00:00

    Hi, for failover the private endpoint will automatically connect to the new primary storage instance after the failover process has completed.

    You should not need to do anything else other than initiate the failover even though the storage account is failed over to a different region. It will just take some minutes for this process to complete.

    https://learn.microsoft.com/en-us/azure/storage/common/storage-private-endpoints#creating-a-private-endpoint

    162077-capture.png

    2 people found this answer helpful.
    0 comments No comments

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.