visual studio 2015 - How to deploy Service Fabric application services to different Virtual machines scale sets -


i see possible create different nodes per cluster. every node set virtual machine scale set. created cluster 2 nodes set, 1 frontend, other backend (more nodes , more powerful machines).

i have service fabric application 3 services. want 1 service deployed on frontend scale set , other 2 backend set.

how do visual studio 2015? if right click application , deploy, deploy successful how specify service deployed where?

have @ placement constraints. using these, can influence services run. more info here.

paragraph:

placement constraints , node properties


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

c++ - Why am i getting wrong values when performing PE base relocation? -