Forum Discussion

haveyoumetcp's avatar
haveyoumetcp
Copper Contributor
Jun 12, 2024

Disaster Recovery options for Premium Block Blob HNS storage

Looking to implement a Data Lakehouse in Azure and DR is becoming a large focus.  Ideally we'd use an Azure Storage Account with Hierarchical Namespace enabled and then also use Premium and not Standard to provide better read performance, then the block blob option.  However, there is no GRS option for any Azure Storage Account Premium.

 

Are there any DR options to get this data to another region in Azure?  Well beside a dual write (2 phased commit) into each storage account.

6 Replies

  • Rsimk's avatar
    Rsimk
    Copper Contributor
    According to this table premium blob storage does not support GRS:
    https://learn.microsoft.com/en-us/azure/storage/common/storage-redundancy?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json#supported-storage-account-types
    • haveyoumetcp's avatar
      haveyoumetcp
      Copper Contributor
      Yea I am aware of that, just wondering what other options may exist outside of built in Azure functionality.
      • Rsimk's avatar
        Rsimk
        Copper Contributor
        One other option is to enable sync to storage account in another region. That mean different storage account name, but you will have your data in case of DR.
    • haveyoumetcp's avatar
      haveyoumetcp
      Copper Contributor
      That's for Azure Files, not a Blob which is what a Data Lake would be. So, not really applicable.

Resources