We have an microservices application with 5 stateless services
- eShopWeb
- eShopAPI
- eShopOrder
- eShopBasket and eShopPayments
We created an service fabrics cluster in azure with 3 nodes. Now we want to configure like as follows
- eShopWeb and eShopOrder need to run on node 1
- eShopAPI and eShopPayments needs to run on node 2
- eShopOrder needs to run on node 3.
How to achieve the above configuration to rum multiple micro services on same node