Top "Azure-worker-roles" questions

For questions relating to the Microsoft Azure Worker Role.

Windows Azure - background/scheduled tasks?

Previously, there was worker role in Azure, now I can't see one - so what to use for background/scheduled …

c# asp.net-mvc asp.net-mvc-4 azure azure-worker-roles
Deploying Multiple Web Roles and Worker Roles on a Single Azure Cloud Service

This may not be new, but I hope some one can put me on right track as its bit confusing …

asp.net deployment azure azure-web-roles azure-worker-roles
Run multiple WorkerRoles per instance

I have several WorkerRole that only do job for a short time, and it would be a waste of money …

azure azure-worker-roles
Azure worker role - background tasks schedule

I have one azure storage table where I have a bunch of tasks to be completed by a worker role …

azure azure-storage azure-worker-roles
How do I debug a Worker Role using Remote Desktop with Windows Azure?

I now have my Windows Azure environment set up so that I can access my Worker Role with Remote Desktop. …

azure remote-debugging remote-desktop azure-worker-roles
Multiple roles on the same instance in Windows Azure

Is it possible to deploy multiple roles in the same instance? I have three web roles (website in asp.net …

azure azure-worker-roles azure-web-roles
Azure API The server failed to authenticate the request

I have a task ( I tried with worker role and to upload a console app and run the .exe) that …

c# azure certificate x509certificate azure-worker-roles
How do cscfg files and App.config files relate to one another for Azure Worker Roles?

In the "on premise" world, when creating an application like a Windows Service I'd classically use an App.config file …

azure configuration azure-worker-roles
Role instances are taking longer than expected to start - Is there a new solution to this problem?

I've rebooted my computer 50-100 times this week. I find I can start / deploy locally usually 3-4 times before getting …

azure azure-worker-roles
How to create multiple threads in Windows azure worker role

I want to do multiple operations in a single worker role. How to create threads in worker role?

.net azure azure-worker-roles