MultiDatacenter & Multi Region Support in Azure Service Fabric
At this moment Azure Service Fabric allow us to deploy a cluster in single region. (Need to specify region)
How we can have multi region deployment so we can failover and performance improvement by deployment to near data-center. Document state that a cluster publish in single data center on deployment so again this is again leads to get system down on something wrong to data center.
Can you please update me if this is your plate to work on and is this feature is coming soon.

3 comments
-
P commented
See question "Can I create a cluster that spans multiple Azure regions or my own datacenters" @
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-common-questionsIt works, but not quite out of the box.
-
gperrego commented
This is up and running based on the session at Ignite 2017. Can we update this as complete?
-
Anonymous commented
I believe service fabric is already setup in multiregion because when they do maintenance, we'd expect no downtime and in order to do this they do region 1, then region 2 separately to ensure Service Fabric and other Services like Azure SQL do not have any downtime.
Although - multi datacenter is totally needed. I have a service Im building that will be global and I'd like to simply launch one set in N datacenters and have them automatically grow based on demand.