we have a group of subscriptions, each of them has their own private DNS zone deployed with different private endpoints. One thing to highlight here is that all of these zones would have exact same name. e.g. privatelink.database.windows.net
we also have a management subscription with a management VNET, where our custom DNS server is located.
for all other subscriptions, we use that custom DNS server. but for private endpoint, we have to link this management VNET to all the existing private DNS zones
the issue is we can't link one VNET to multiple DNS zones with the same name. workaround here is to manually add all the DNS records together. But we really don't want it to be manually managed.
ASK: will MS consider to allow one VNET link to multiple zones with the same name? or any other workaround here would be highly appreciated.
