简体   繁体   中英

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. 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.

Your cluster runs on nodes in a VM scale set. The nodes are connected using a VNet. Regular VPN rules apply.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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