Search code examples
c#azureazure-worker-roles

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


Solution

  • 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.