@olavrb Thanks for your patience.
I got the confirmation from the Product team that -
- Azure.Storage.Global endpoint is about this feature in Public Preview - Enabling access to virtual networks in other regions (preview). Currently there is no mention of Azure.Storage.Global endpoint in this document with the explanation below, but an update is coming up as this feature goes to GA in the coming weeks.
By default, service endpoints work between virtual networks and service instances in the same Azure region.
When using service endpoints with Azure Storage (Azure.Storage), service endpoints also work between virtual networks and service instances in a paired region.
If you want to use a service endpoint (Azure.Storage.Global) to grant access to virtual networks in other regions, you must register the
AllowGlobalTagsForStorage
feature in the subscription of the virtual network. This capability is currently in public preview.
To enable access from a virtual network that is 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.
- Product team is in the process of releasing this feature to General Availability (GA).
- Microsoft official documentation updates are in progress. Documentation as well as announcements on the same feature are going to be released in a couple of weeks.
Hope this helps.
If you have any questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.
If this helps, please 'Accept answer' and 'mark as helpful' so that it can help others in the community looking for help on the same topic.