How to connect Azure Blob storage to VM's in 2 different regions

Venkata Sai Kalyan 0 Reputation points
2023-01-18T04:21:46.1766667+00:00

Hi Team,

We had Prod and DR environment in 2 different regions we need to use 7TB of blob storage for content storage. Blob is created in PRD region how can we attach same BLOB to DR whenever DR-Drill or Prod failover is happening. please give options to archive this scenario.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,035 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,537 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,199 questions
{count} votes

2 answers

Sort by: Most helpful
  1. SaiKishor-MSFT 17,336 Reputation points
    2023-01-18T19:54:30.91+00:00

    Enabling access to virtual networks in other regions is in preview currently- Refer this document for more details.

    To enable access from a virtual network that is located in another region over service endpoints, register the AllowGlobalTagsForStorage feature in the subscription of the virtual network. All the subnets in the subscription that has the AllowedGlobalTagsForStorage feature enabled will no longer use a public IP address to communicate with any storage account. Instead, all the traffic from these subnets to storage accounts will use a private IP address as a source IP. As a result, any storage accounts that use IP network rules to permit traffic from those subnets will no longer have an effect.

    Does this help? Please let me know if you have any further questions/concerns and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

  2. Silvia Wibowo 6,046 Reputation points Microsoft Employee Volunteer Moderator
    2023-01-18T21:02:29.62+00:00

    Hi @Venkata Sai Kalyan , typically for DR (Disaster Recovery) purpose, you would want to have storage with your copy of data in the DR region, to continue your service when the Prod region is unavailable. What exactly is the storage account type you are using? If it's General purpose v2 Blob storage, you can utilize built-in capability of RA-GRS (read-access geo-redundant storage). More info: Redundancy of storage in secondary region.


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.