Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test azure worker role in the local machine?

I have azure worker role: ImportDataWorker but when I set it up as startup project it doesn't allow me to run the project:

enter image description here

like image 893
Sergey Avatar asked Jun 03 '13 11:06

Sergey


1 Answers

You have to set the Cloud Service project as Startup Project. And then add this worker class library as Worker Role to the Cloud Service Project.

like image 191
astaykov Avatar answered Oct 12 '22 18:10

astaykov