Delta sharing (databricks-to-databricks) between azure regions issue

prasadvaze
Valued Contributor II

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?