Can we assign a virtual network with multiple private DNS zone namespaces as virtual links?
I have a virtual network privateEndpoint-VNet
that needs to be added as a virtual link with multiple private DNS zones each one having the same namespace privatelink.blob.core.windows.net
in different resource groups and if I tried to add it while creating a private endpoint with Integrated private DNS zone option selected, I get below error
"A virtual network cannot be linked to multiple zones with overlapping namespaces.
You tried to link virtual network with 'privatelink.blob.core.windows.net' and 'privatelink.blob.core.windows.net' zones.".
if we can't assign a virtual network with multiple private DNS zones each having the same namespace as virtual links, how can we resolve the above error message?
Our requirement is as such we need resources of privateEndpoint-VNet
to connect with all managed storage account services in all resource groups privately.