简体   繁体   English

私有端点 - Azure

[英]Private Endpoint - Azure

If I have a databricks cluster in azure and want to use Event Hubs in a Private Endpoint do I just point the DB Cluster to the Private Alias?如果我在 azure 中有一个 databricks 集群并且想在专用端点中使用事件中心,我是否只需将数据库集群指向专用别名?

Is there any challenge with Databricks being already configured with network routes etc? Databricks 已经配置了网络路由等是否有任何挑战?

When you want to use the private endpoint to make the Databricks and the Event Hubs communicate with each other, then you need to create the Databricks in the VNet and create a private endpoint for the Event Hub in that VNet.如果要使用专用终结点使 Databricks 和事件中心相互通信,则需要在 VNet 中创建 Databricks 并为该 VNet 中的事件中心创建专用终结点。 Get more details in Deploy Azure Databricks in your Azure virtual network . 在 Azure 虚拟网络中部署 Azure Databricks 中获取更多详细信息。 It shows the feature:它显示了以下功能:

Connect Azure Databricks to other Azure services (such as Azure Storage) in a more secure manner using service endpoints.使用服务端点以更安全的方式将 Azure Databricks 连接到其他 Azure 服务(例如 Azure 存储)。

The VNet should be in the same region and subscription with the Databricks, you can control the security with the NSG rules. VNet 应与 Databricks 位于同一区域并订阅,您可以使用 NSG 规则控制安全性。

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

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