Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure webrole naming

What is a good naming conventention for web role-, worker role- (and vm role) projects in Visual Studio( 2010) ?

(edit):

And what about the deploy ? The name of the web role will affect your deployed app named in the Cloud....

like image 304
Patrick Peters Avatar asked Nov 14 '22 04:11

Patrick Peters


1 Answers

I don't think it matters a lot. Number of roles in the project is usually very small. Oftentimes, the web and vm roles maybe user-visible via URL's, (blahblah.cloudapp.net). So I would name them by functionality and ease of reading and not prefix them or post-fix them with a special "worker", or "web", or "vm" keywords, as you are probably thinking.

like image 80
Igorek Avatar answered Dec 10 '22 06:12

Igorek