services platforms author
service-fabric
dotnet
pepogors

Service Fabric Visual Objects across Availability Zones

This repository contains a modified version of the VisualObjects sample and a Service Fabric template for a cluster which spans across availability zones. Each actor in the application will be given a different color based on the node type that it is deployed to. As each of the node types is deployed to a separate availability zone, the color will also correspond to a unique availability zone. This application requires that the node type names are "nt1", "nt11", and "nt12" to work as expected.

Work still to be done

  • Store the node type that each actor is running on in a dictionary.
  • Remove hardcoded color names and node type names.

More information

The Service Fabric cross availability zone documentation will provide more guidance on how to design an Azure based Service Fabric cluster which can span availability zones.

The Service Fabric documentation includes a rich set of tutorials and conceptual articles, which serve as a good complement to the samples.