Click here to Skip to main content
16,019,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get the number of Web roles and worker roles in azure application.
I can get the total number of roles count using RoleEnvironment.Roles.count.
But i need only the count of web roles present in the application.How to find that?
Posted
Updated 13-Sep-12 19:01pm
v2

1 solution

Each hosted service may have up to 25 roles. Refer: MSDN Blog: Number of Roles Allowed In Windows Azure Deployments[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900