Useful information for setting up firewall rules when accessing apps running on Azure
Similar Posts
Register for the annual Scott Guthrie event April 22 in Arizona!
Click on the title to access the registration form…
Details about SQL Azure reporting
Specific details about SQL Azure reporting, announced during PDC 2010. Click here to open link…
Two patterns to keep in mind when architecting applications for the cloud
After working with several companies trying to deploy their solutions to Windows Azure, I have found the lack of two common features / patterns in their architectures that prevent them from taking full advantage of the extra IT capacity that the cloud offers. To be honest, these are good practices that apply not only to…
Building Scale-Out Database Solutions on SQL Azure
Link to PDC 2010 session that shows different techniques to scale-out SQL Azure Databases, including sharding and horizontal partioning. Click here to open link…
Azure AppFabric ACS v2.0 High Level Architecture
I always get questions about the Azure AppFabric Access Control Service (ACS), and how to use it. This blog entry from Alik Levin explains its architecture, and a simple example on how it can be used for external authentication. http://blogs.msdn.com/b/alikl/archive/2010…
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…