We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the addition of private DNS zones for private endpoint support in the module, the list of services supporting private endpoint has grown.
There also appear to be a few changes in the documented zones required for services already included in the module.
Having done a quick review of the latest documented DNS zones, it appears we have some differences which need to be resolved as follows:
privatelink.{dnsPrefix}.database.windows.net
Sql
{subzone}.privatelink.{region}.azmk8s.io
{region}.privatelink.azurecr.io
privatelink.{region}.siterecovery.windowsazure.com
privatelink.blob.core.windows.net
privatelink.{region}.afs.azure.net
Update the module to reflect the latest changes in available services with private endpoint support.
Thank you @bentaylorwork for the initial prompt on this via PR #481
We also need to consider this for the ARM and Bicep implementations.
The text was updated successfully, but these errors were encountered:
Trigger ADO Sync
Sorry, something went wrong.
krowlandson
No branches or pull requests
Community Note
Description
Since the addition of private DNS zones for private endpoint support in the module, the list of services supporting private endpoint has grown.
There also appear to be a few changes in the documented zones required for services already included in the module.
Having done a quick review of the latest documented DNS zones, it appears we have some differences which need to be resolved as follows:
privatelink.{dnsPrefix}.database.windows.net
formatSql
subresource{subzone}.privatelink.{region}.azmk8s.io
zone{region}.privatelink.azurecr.io
privatelink.{region}.siterecovery.windowsazure.com
privatelink.blob.core.windows.net
zoneprivatelink.{region}.afs.azure.net
Describe the solution you'd like
Update the module to reflect the latest changes in available services with private endpoint support.
Additional context
Thank you @bentaylorwork for the initial prompt on this via PR #481
We also need to consider this for the ARM and Bicep implementations.
The text was updated successfully, but these errors were encountered: