Reputation: 3064
I see that is possible to create different nodes per cluster. Every node set is a Virtual Machine Scale Set. I created a Cluster with 2 nodes set, one for FrontEnd, the other for Backend (more nodes and more powerful machines).
I have a Service Fabric Application with 3 Services. I want 1 service to be deployed on the FrontEnd scale set and the other 2 to the Backend set.
How do I do that from Visual Studio 2015? If I right click the application and Deploy, the deploy is successful but how do I specify which service is deployed where?
Upvotes: 0
Views: 212