简体   繁体   English

我们如何将Azure服务矩阵群集连接到本地服务/数据库?

[英]How can we connect our Azure service fabric cluster to on-premises service/ database?

We are in process of moving our on-premises services to service fabric and planning to host it on Azure Service Fabric cluster. 我们正在将本地服务移至服务结构,并计划将其托管在Azure Service Fabric群集上。 These service will require access to resources which are on-premises (corp network) and we currently can not move them. 这些服务将需要访问本地资源 (公司网络),我们目前无法移动它们。

What are the options we have? 我们有哪些选择? In past, I've used Hybrid connection for Azure web app but I'm not sure how this can be done for services hosted with Azure Service Fabric. 过去,我已将混合连接用于Azure Web应用程序,但不确定如何对使用Azure Service Fabric托管的服务执行此操作。

Your cluster runs on nodes in a VM scale set. 您的群集在VM规模集中的节点上运行。 The nodes are connected using a VNet. 节点使用VNet连接。 Regular VPN rules apply. 常规VPN规则适用。

So Point to site, site to site and express route should all work. 因此,指向站点,站点到站点和快速路由都应该起作用。

You'll need to use ARM to configure a cluster to run in an existing vnet. 您将需要使用ARM来配置集群以在现有vnet中运行。

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

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