For questions relating to the Microsoft Azure Worker Role.
The application I work on contains a web role: it's a simple web application. I needed to host the application …
azure azure-web-roles azure-worker-roles azure-virtual-machine azure-vm-roleI had to setup secure FTP to Azure Blob Storage using popular FTP clients (like FileZilla, for example). After doing …
azure ftp azure-storage-blobs azure-worker-roles filezillaI have a working Azure account with various services already running. I receive monthly bills for these. Now, I created …
visual-studio setup-deployment azure-worker-rolesFrom what I understand both run small repeatable tasks in the cloud. What reasons and in what situations might I …
azure azure-worker-roles azure-webjobsI have an Azure worker role that is responsible for checking 4 service bus queues. Currently, I just the looping method …
c# azure azure-worker-roles azureservicebus azure-servicebus-queuesI have a worker role that I use to pull data down from Blob Storage OnStart. Currently I'm testing this …
azure azure-storage azure-storage-blobs azure-worker-rolesI sometimes encounter code in the following form: while (true) { //do something Thread.Sleep(1000); } I was wondering if this is …
c# multithreading azure-worker-rolesI have a windows service that I need to migrate to onto Azure as a Worker Role. Everything builds fine …
c# azure windows-services azure-worker-rolesI am trying to use Windows Azure Caching to store sessions in a MVC4 application. I build a application following …
c# .net azure-worker-roles azure-cachingI've got a remote server with a bunch of static files (outside of Azure). I've created a worker role in …
azure azure-worker-roles azure-storage-blobs