简体   繁体   English

跨 Azure 订阅使用私有端点

[英]Using private endpoints across Azure Subscription

If the two VNETs are peered, can a client in one VNET sitting in one Azure Subscription use Private Endpoint to a resource in another VNET setting in separate Azure Subscription?如果两个 VNET 是对等的,一个 VNET 中的客户端是否可以坐在一个 Azure 订阅中,使用专用端点连接到单独 Azure 订阅中另一个 VNET 设置中的资源?

Essentially, I am asking if Private Endpoints can be used across Azure subscriptions?本质上,我在问是否可以跨 Azure 订阅使用私有端点?

Of course Yes.当然是的。 You can see the description here :你可以在这里看到描述:

The private endpoint can be reached from the same virtual network, regionally peered VNets, globally peered VNets and on premises using private VPN or ExpressRoute connections.可以使用专用 VPN 或 ExpressRoute 连接从同一虚拟网络、区域对等 VNet、全局对等 VNet 和本地访问专用终结点。

From this, it means the private endpoint can be reached from the globally peered VNets.由此,这意味着可以从全局对等 VNet 访问专用终结点。 And here is also a description for the global peering of VNet: 这里也是对 VNet 的全局对等互连的描述:

The ability to transfer data between virtual networks across Azure subscriptions, Azure Active Directory tenants, deployment models, and Azure regions.在 Azure 订阅、Azure Active Directory 租户、部署模型和 Azure 区域之间传输数据的能力。

So finally, the conclusion according to the two descriptions is that the private endpoint can be accessed across different subscriptions.所以最后,根据这两种描述的结论是可以跨不同订阅访问私有端点。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM