Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin/azure: Add support for multiple private zones with same name #4116

Closed
dolly22 opened this issue Sep 11, 2020 · 0 comments
Closed

plugin/azure: Add support for multiple private zones with same name #4116

dolly22 opened this issue Sep 11, 2020 · 0 comments
Labels
enhancement not being worked on No one is working on this issue. Might be reopened at some point plugin/azure

Comments

@dolly22
Copy link

dolly22 commented Sep 11, 2020

What would you like to be added:

Add support to register multiple private dns zones with same domain name from different azure subscriptions.

Why is this needed:

When using Azure Private Endpoints for azure services in hub and spoke architecture over multiple subscriptions, there are multiple private zones with same name created (ex. multiple private zones for privatelink.database.windows.net).

I would like to be able to create dns resolver in hub VNET (to forward requests for some domains to OnPremises DNS and also act as DNS resolver for Azure services from OnPremise).

This resolver should be able to pull and merge information from multiple Spoke subscriptions for privatelink zones (privatelink.database.windows.net, privatelink.documents.azure.com, ...)

subscriptionA:
db1.privatelink.database.windows.net

subscriptionB:
db2.privatelink.database.windows.net

subscriptionC:
db3.privatelink.database.windows.net

@miekg miekg added the not being worked on No one is working on this issue. Might be reopened at some point label Mar 3, 2021
@miekg miekg closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement not being worked on No one is working on this issue. Might be reopened at some point plugin/azure
Projects
None yet
Development

No branches or pull requests

3 participants