Reputation: 50210
If i enumerate role.instances that just shows the static role configuration. I.e if I take down an instance the enumerate results are still the same
Upvotes: 2
Views: 296
Reputation: 1469
You can use internal endpoints to communicate with each instance. You define these in the service definition files of your roles and then communicate using the RoleEnvironment.Roles[] and instances. The HelloFabric Sample shows how you can do this. You can also read about the pattern on the Windows Azure Blog.
Upvotes: 3