0 votes
in Azure by
What do you mean by role instance in Windows Azure?

1 Answer

0 votes
by

A role instance is a virtual instance that runs the application code as well as the role configuration. Multiple instances of a role can be specified in the service configuration file.

...