简体   繁体   English

使用 Private 与 Service Endpoint 从 .net/su.net 访问 SAME 服务的多个实例

[英]Multiple instances of SAME service to be accessed from vnet/subnet using Private vs Service Endpoint


When we have a requirement to connect to 2 different storage accounts (SAME service ie Azure Storage / 2 instances) from a .NET/Su.net, 当我们需要从 .NET/Su.net 连接到 2 个不同的存储帐户(SAME 服务即 Azure 存储/2 个实例)时,
Using- 使用-
1.Private Endpoints implies that we need one Private Endpoint for each storage account. 1.Private Endpoints意味着我们需要为每个存储帐户提供一个Private Endpoint。
(And single private endpoint can be used across su.nets in the .net) (并且可以在 .net 中跨 su.net 使用单个私有端点)
2.Service Endpoints implies that a SINGLE Service Endpoint is created for STORAGE SERVICE as a whole and it gets re used for different storage accounts. 2.服务端点意味着为整个存储服务创建一个单一的服务端点,并将其重新用于不同的存储帐户。
(And each su.net needing access to storage accounts would need its own service endpoint) (每个需要访问存储帐户的 su.net 都需要自己的服务端点)
Would this inference be correct? 这个推论是正确的吗?

在此处输入图像描述

在此处输入图像描述 Regards,问候,
Aditya Garg阿迪亚加格

What you mentioned is the correct, however, there are more differences and use-case for both these services.您提到的是正确的,但是,这两种服务之间存在更多差异和用例。 One of the major difference I would say is我要说的主要区别之一是

Private Endpoints grant.network access to specific resources behind a given service providing granular segmentation.专用端点授予对给定服务背后的特定资源的网络访问权限,从而提供细粒度的细分。 Traffic can reach the service resource from on-premises without using public endpoints.流量可以从本地到达服务资源,而无需使用公共端点。

A Service Endpoint remains a publicly routable IP address.服务端点仍然是一个可公开路由的 IP 地址。 A Private Endpoint is a private IP in the address space of the virtual.network where the private endpoint is configured.专用端点是配置专用端点的 virtual.network 地址空间中的专用 IP。

One should also need to know their limitations人们还应该需要知道他们的局限性


Some other reference其他一些参考

暂无
暂无

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

相关问题 vnet 中的多个子网需要通过专用终结点/服务终结点访问同一存储帐户 - Multiple subnets in vnet needing access to same storage account via Private Endpoint/Service Endpoint Azure 应用服务 - VNet 集成与专用终结点与混合连接 - Azure App Service - VNet Integration vs Private Endpoint vs Hybrid Connection Function 具有 Vnet 集成和专用端点的应用程序 -> 服务器响应:服务不可用 - Function App with Vnet integration and Private Endpoint -> Server Response: Service Unavailable Azure URL 应用程序服务无法在 .net 中使用专用端点 - Azure URL app service not working in vnet with private endpoint ARM - 使用现有 VNet/子网通过专用端点创建 Key Vault - ARM - Create Key Vault via private endpoint using existing VNet / Subnet Azure 如何在 VNET 内部通过私有 IP 调用 Azure 私有终结点(Azure 私有链接服务) - Azure How can I call Azure Private Endpoint (Azure Private Link service) by private IP inside of VNET 由于引用了已删除的应用服务计划,因此无法删除VNet /子网 - Cannot Delete VNet/Subnet Due To Reference To Deleted App Service Plan App Service VNet与Azure存储服务端点集成 - App Service VNet Integration with Azure Storage Service Endpoint Terraform 为子网有条件地创建服务端点 - Terraform conditional creation of Service endpoint for a subnet 在Azure中的不同TCP输入终结点上侦听的多个WorkerRole服务实例 - Multiple WorkerRole service instances listening on different TCP input endpoint in Azure
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM