-
Notifications
You must be signed in to change notification settings - Fork 517
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
💡 Feature Request - Policy assignments for private DNS records #137
Comments
Thanks for raising this @JimmyKarlsson112, as discussed offline this is something we are already aware of and will start working on soon. Stay tuned for a new release 👍 |
Just FYI: I've used policy-based deployments for Private Link DNS zones in the past. The goal was to have auto-deployment policies for all Private DNS records regarding Private Link. Some of the 'auto-deploy-dns-entry' policies suggested by the responsible Azure Resource Team collides with other policies, because of the way that 'subgroup' is addressed in some policies. There could be more of those issues. Just wanna let you know before implementation. |
Thanks @cloudchristoph, good spot was talking to a customer and colleague about this just last week (@matt-FFFFFF). You indeed found the fix by including the following in the {
field: "Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].privateLinkServiceId",
contains: "Microsoft.CognitiveServices/accounts" //change this to the associated service you require
} |
Ado sync |
ADO 25171 |
* Update Policy Library (automated) * Update defs public module * fix 💡 Feature Request - Policy assignments for private DNS records #137 * Generate Parameter Markdowns [jtracey93/3d9073b1] * add path filter to docs action * update param files and tests * update test * update script and test * fix missing dns zone mappings * fix IoT casing Co-authored-by: github-actions <action@github.com> Co-authored-by: Jack Tracey <jack@jacktracey.co.uk> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Describe the solution you'd like
Support for private DNS records auto creation in central connectivity subscription and of creation of private DNS zones in Corp landing zone. Docs: https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/private-link-and-dns-integration-at-scale
Describe alternatives you've considered
Policy Definitions are in place. Could be good to have a feature toggle (true & false). Support for multi-region would be great but for first iteration one region would suffice.
Additional context
Add any other context or screenshots about the feature request here. 📷
The text was updated successfully, but these errors were encountered: