Related resources for worker role
  • Web API Hosting From OWIN With Windows Azure4/18/2024 1:21:58 PM. Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN'
  • Publishing Azure Worker Role Using The Publish Wizard2/7/2024 4:57:46 AM. This article provides a detailed guide on publishing an Azure Worker Role project to Azure using the Wizard mode in Visual Studio. It outlines the steps involved in setting up the project, selecting A
  • Working With Azure BLOB Storage in MVC2/11/2021 7:08:39 AM. This article intoduces BLOB Storage and explains the installation of the Azure SDK for .NET, creating a MVC Application (Web Role) to upload BLOBs (for example, images) and delete BLOBs, and publishin
  • Azure Worker Role With Quartz.NET9/14/2018 5:33:22 AM. In this article, I will be explaining the usage of Azure Worker Role along with Quartz.Net and a practical example showing 3 differents jobs running under the same worker role.
  • Publishing Azure Worker Role By Uploading Your Package9/13/2018 8:51:37 AM. In this article, I will be explaining how to publish an Azure Worker Role uploading your package to Azure portal.
  • Step-By-Step Create First Azure ApplicationĀ 3/19/2015 2:00:50 AM. This article shows how to begin working in Windows Azure.
  • Windows Azure: Creating and Deploying Worker Role5/19/2012 3:35:05 AM. In this article we are creating a worker role using Visual Studio 2010. This will make the reader familiar with Windows Azure. After that, the role is deployed into the online portal.
  • Windows Azure - WCF in the Worker Role5/19/2012 2:02:40 AM. In this article I am going to demonstrate the creation of a WCF service in the Worker Role with deployment to the cloud and testing with a client.
  • Simple 6 steps to run your first Azure Worker Role Program1/7/2010 4:55:46 AM. In this article we will try to understand 6 basic steps to create worker role project and as we run through the article we will try to understand the various fundamental methods which are executed in worker role projects.