Private DNS Zone Group Name for Private Endpoint

chenshu cai 0 Reputation points Microsoft Employee
2024-04-10T09:20:21.8466667+00:00

Is it possible to customize the private DNS zone group name in the Azure portal UI when creating a private endpoint in Azure using Terraform code? Currently, I can do it with Terraform code, but not in the Azure portal UI. I'm looking for any documentation that explains this behavior.

Additionally, I want to know if there are any scenarios where it is possible to use a customized private DNS zone group name.

In my experiment, if using a customized group name, the private link will not function properly.

Thank you so much for your help!

  private_dns_zone_group {
    name                          = "name"
    private_dns_zone_ids          = "id"
  }
Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
597 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
462 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 35,001 Reputation points Microsoft Employee
    2024-04-10T09:50:33.2466667+00:00

    @chenshu cai ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    You may use a custom naming convention for Private DNS Zone Group as well as for the Configuration name for each Private DNS Zone linked to this group.

    • User's image
    • Azure portal currently has limited features with respect to CRUD Operations of Private DNS Zone Group.
    • Users are encouraged to use Azure CLI or Terraform.

    Kindly let us know if this helps or you need further assistance on this issue.

    Thanks,

    Kapil


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments