Excellent blog entry from Wade Wegner, explaining how to change settings for the IIS AppPool associated to a web role in Azure.
Similar Posts
CloudFest Denver 2012 PRE102 – Presentation PowerPoint deck (Software Architectures for the Cloud)
I had the opportunity to deliver a presentation on Cloud-based Software Architectures during CloudFest in Denver. I talked about patterns, practices, and principles that are becoming popular thanks to the different components and features offered by cloud development platforms like Microsoft Windows Azure. Moreover, I have a few slides on how some of our ISVs…
Auto-scaling your applications in Windows Azure
One of the big benefits of deploying applications to Windows Azure is being able to scale them on demand. What if you could automate this process based on traffic or number of requests? This article explains the different approaches that can be taken to achieve this… Click here to open link…
Supporting mobile device applications using RESTful services running on Windows Azure
I recently wrote an article with my friend and colleague Bruno Terkaly for MSDN magazine on using Windows Azure to support mobile device applications (including iOS, Android, and Windows Phone) that require back-end services. The solution that we propose is based on a REST style architecture, a very popular approach that provides flexibility and speed….
Mark your calendars! Windows Azure OSS Summit in India, February 2013
Following the successful Windows Azure OSS Summit that I presented in Paris with David Makogon, Bhushan Nene, and Karandeep Anand; we are now flying around the world to meet with Windows Azure developers in India, where we will be visiting three different cities: Mumbai, Pune and Bangalore. We will talk about the latest features incorporated…
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…
Telemetry Ingestion and Analysis Using Microsoft Azure Services
For the latest Azure Insider column Bruno Terkaly and I invited our colleague in France, Thomas Conté, to write an article about Telemetry Ingestion and Analysis using common cloud components, including Worker Roles, BLOB Storage, and HDInsight. He did an amazing job illustrating this specific workload, providing multiple options for each step of the process,…