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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -