As it is explained by Steve Marx on this article, startup tasks are actions that can be set before the Azure roles start, and a powerful resource to configure IIS and other role components.
Similar Posts
Windows Azure Insider April 2013 – NoSQL Data in the Cloud with Windows Azure Tables
This month, in the Windows Azure Insider column for MSDN Magazine, Bruno and I talk about the current NoSQL data landscape, explain how it’s affecting the design of new solution architectures, and take a deep dive into Windows Azure Tables. We start by showing developers how to perform basic operations (insert, query data), while fully…
Using WebDeploy with Windows Azure
Maintain your Azure application directly from Visual Studio 2010, without having to redeploy every single file… Click here to open link…
Window Azure Fault Domain and Upgrade Domain Explained
Great explanation on how Windows Azure Fault and Upgrade domains work. This is a must-read for IT Pros. Click here to open link…
Mark your calendars! Windows Azure OSS Summit in Paris, France; December 4th, 2012
One of the biggest myths about Windows Azure is that it was created with only .NET developers in mind. The reality is that my team has helped multiple companies around the world implement cloud solutions using a variety of programming languages, including Java, PHP, Node.js and Python, among others. Also, it’s not difficult to find…
Announcing Improved In-place Updates for Windows Azure
Two days ago, significant changes and enhancements to the In-place update process were announced for the Windows Azure platform. It is now possible to apply multiple changes to virtual instances without having to redploy the whole solution, including the following: change the VM size, increase the local storage, add or remove roles, or change the…
Deploying the Windows Azure ASP.NET MVC 3 Web Role
In order to deploy the default ASP.Net MVC 3 web role that comes with version 1.4 (and later) of the Windows Azure SDK, it is necessary to make some changes linked to the SQL connection strings, which point by default to the local SQLEXPRESS instance. This article from Wade Wegner explains how to make them…