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

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -