Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Using VPN Gateway or Equivalent with Service Fabric Mesh #259

Closed fauxcoding closed 6 years ago

fauxcoding commented 6 years ago

Is it possible for Service Fabric Mesh to use Azure VPN Gateway in order to communicate with an on-prem network?

Some of our services are currently relying on Anti-Corruption Layers.

I've noticed that Service Fabric Mesh's network resource isn't the same as the Virtual Network that you use to setup a VPN Gateway.

ChackDan commented 6 years ago

"Bring you own Vnet" capability is planned to come in around OCT timeframe. At that time the network resource will have configurations that will allow for this capblity to be requested.

You are right, the current Mesh network resource is not the same as the networking capabilities that Azure Networking provides. We are working with Azure networking to enable BYO-VNET integration. The current Mesh networks will also evolve to supprot layer 7 capabilities, like mulitple ingress for services etc. We will also provide an isolated application scoped VNET as well.

fauxcoding commented 6 years ago

That's sounds awesome!

Keep up the good work Chacko