- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 02:16 PM
we have 2 unity meta stores in 2 regions ( useast2 contains data and westeurope contains clusters) and enabled delta sharing between them. We use azure storage firewall / vent whitelisting to allow secure connection to storage from compute clusters ( not the storage private end point). But azure doesn't allow a vnet (compute) from one region to access storage in another region. So our delta share is not working. I can think of storage private endpoint option but that may lead to other issues . From little research I see that using PowerShell in azure one can open connectivity but I am not sure about validity of this -
Set-AzContext -SubscriptionName $subscriptionName
Register-AzProviderFeature -ProviderNamespace Microsoft.Network -FeatureName AllowGlobalTagsForStorage
Has anyone done this type of delta sharing between azure regions? and how?
- Labels:
-
Azure Storage
-
Delta Sharing
-
Unity Catalog