简体   繁体   English

Azure 专用链接 - DNS 区域设置

[英]Azure Private Link - DNS Zone Setup

I have applications running in two separate VNETs (in same subscription) that need to connect to a third party DB service using Private Link.我有在两个单独的 VNET(在同一订阅中)中运行的应用程序,需要使用 Private Link 连接到第三方 DB 服务。 I have created two private end points specific to each VNET however not sure how to setup the Private DNS Zone.我为每个 VNET 创建了两个专用端点,但不确定如何设置专用 DNS 区域。 Since the DNS Zone is global, how do I reference the record referencing the db DNS entry?由于 DNS 区域是全局的,我如何引用引用 db DNS 条目的记录? While adding this record , it requires IP for the private end point.添加此记录时,它需要私有端点的 IP。 In my case I have two private end points.就我而言,我有两个私人端点。

Appreciate your feedback!感谢您的反馈!

If you have two separate, non-peered/connected VNets, you would create two separate private DNS Zones and link them with the respective VNet (each with only one VNet).如果您有两个单独的、非对等/连接的 VNet,您将创建两个单独的专用 DNS 区域并将它们与各自的 VNet 链接(每个只有一个 VNet)。 You would not use public (global) DNS zones, as you don't want to resolve them outside of your private networks.您不会使用公共(全局)DNS 区域,因为您不想在私有网络之外解析它们。

If two private DNS zones provide the same domain, they need to be in different resource groups.如果两个私有 DNS 区域提供相同的域,则它们需要位于不同的资源组中。

Maybe the hub and spoke network architecture is interesting for you, if you need to scale for many applications.如果您需要针对许多应用程序进行扩展,那么中心辐射型网络架构可能对您来说很有趣。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 私人 DNS 区域查询 - PowerShell - Azure Private DNS Zone Query - PowerShell 什么是 Azure 私有 DNS 区域组? - What is Azure Private DNS Zone Group? 是否有必要为 Azure 中的 PaaS 服务的私有端点创建私有 DNS 区域? - Is it necessary to create a private DNS zone for private endpoints to PaaS services in Azure? 使用 Azure CLI 将 VNET 链接到私有 DNS - Azure link VNET to Private DNS with Azure CLI 如何使用 Azure 私有 DNS 设置 Aks Ingress - How to setup Aks Ingress with Azure Private DNS 无法通过点到站点 VPN 连接将私有 dns 区域解析为 Azure - Not resolving private dns zone over point to site VPN connection into Azure Azure 私有 DNS 与 VNET 链接未解析 - Azure Private DNS with VNET Link not resolving Ansible:更新 Azure 中的私有 DNS 区域时出现“unknown type long” - Ansible: "unknown type long" when updating Private DNS Zone in Azure 如何将 AKS 入口外部 IP 链接到 Azure DNS 区域? - How to link AKS ingress external IP to Azure DNS zone? 为 Azure 容器注册表 (ACR) 的私有终结点创建动态私有 dns 区域记录 - Creating dynamic private dns zone records for private endpoints of Azure Container Registry (ACR)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM