Mapping Azure Service Fabric services to a certain node type -
creating services (or actors in case of reliable actors) in service fabric application vs template effortless. defining node types in azure portal easy. how map service/actor run on specific node type?
you can using placement constraints.
more information on can found in "placement constraints , node properties" section of this article.
in short, you'd need set placement properties on cluster , set placement constraints on service using statefulservicedescription.placementconstraints.
Comments
Post a Comment