+1 vote
in Azure by

Explain role instance in Microsoft Azure

1 Answer

0 votes
by

A role instance is a virtual instance on which the application code and role configuration run. A role can have multiple instances, which are defined in the service configuration file.

...