Upgrading to the Windows Azure 1.7 SDK
The Windows Azure 1.7 SDK has been out for a little less than 3 months, and with the RTM release of Visual Studio 2012 it might be a good opportunity to upgrade your existing applications to the new...
View ArticleControlling your instances in the Windows Azure Compute Emulator
This is a follow-up post for a question I answered on StackOverflow. There might be times where you would want to control the instances in the emulator as if you were really running in Windows Azure....
View ArticleASP.NET Universal Providers and the Windows Azure Service Configuration
Since Scott Hanselman introduced the ASP.NET Universal Providers last year we learned that these providers should be used when working with SQL Azure. Version 1.2 of the providers were released just a...
View ArticleBackup and restore your SQL Azure database using PowerShell
Today there are a few good options to backup from SQL Azure, restore to SQL Azure or even migrate to SQL Azure: Announcing SQL Azure Import/Export Service Now in Production (with client) Enzo Backup...
View ArticleContinuous Deployment with Windows Azure Websites and Bitbucket
A little over a month ago Scott Guthrie announced support for continuous deployment in Windows Azure Web Sites with GitHub and CodePlex. Yesterday while I was browsing the azure tag on StackOverflow, I...
View ArticleIIS 8.0 Application Initialization module in a Windows Azure Web Role
Back in 2009 the IIS team announced the beta release of the Application Warm-Up Module as a downloadable extension. Today this module was renamed to Application Initialization andis included in IIS8....
View ArticleDictionaryTableEntity: Working with untyped entities in the Table Storage...
About 2 weeks ago Microsoft released the new version of the Windows Azure Storage SDK, version 2.0.0.0. This version introduces a new way to work with Table Storage which is similar to the Java...
View ArticlePassive FTP and dynamic ports in IIS8 and Windows Azure Virtual Machines
Today Windows Azure supports up to 150 endpoints which is great for those applications that rely on persistent connections, like an FTP Server. You can run an FTP Server in 2 modes: Active mode: The...
View ArticleAdding multiple endpoints to your Windows Azure Virtual Machines by using a...
In order to manage endpoints of a Virtual Machine you have 2 options: use the portal or use Powershell. If you use the portal it’s not so easy to add a list or a range or ports, you would need to add...
View ArticleCreating up to 50 free Windows Azure Web Sites in a single subscription
When Windows Azure Web Sites were announced during the Meet Windows Azure event (June 7th, 2012) the preview version was only available in the East US region. The pricing details page explained what...
View ArticleSecuring access to your Windows Azure Virtual Machines
A few days ago Alan Smith (Windows Azure MVP) started a discussion about the “Virtual Machine hacking” thread on the MSDN forum and how we could protect our Virtual Machines. Let’s take a look at our...
View ArticleDeploy your legacy ASP.NET Web Site to Windows Azure Web Sites
This is a follow up post for an answer on StackOverflow. There are plenty of tutorials on the official Windows Azure website about deploying an ASP.NET Web Application to Windows Azure Web Sites. You...
View ArticleNuGet package for creating and querying Table Storage entities in (reverse)...
Windows Azure Table Storage is a great way to store your data: partitions make it easy to scale and it’s very cheap (as opposed to Windows Azure SQL Database). But there are some downsides of choosing...
View ArticleJob scheduling in Windows Azure
A few days ago Scott Guthrie announced yet another update to Windows Azure. The great thing about this update is that it adds job scheduler support to Mobile Services. This means you can now create...
View ArticleUsing the Windows Azure CLI on Windows and from within Visual Studio
Last month Glenn Block announced the new release of azure-cli (version 0.6.9). This release adds lots of new features to the CLI like managing Mobile Services, custom Web Site deployments … Next to the...
View ArticleApply IP address restrictions to your Windows Azure Cloud Services
A few weeks ago I was involved in a discussion about the Staging slot in Cloud Services. The staging slot typically contains the new version of your application which you are testing (and planning to...
View ArticleBuild your own SQL Server Agent for Windows Azure SQL Database with the...
If you worked with the Windows Azure SQL Database in the past you’ll know that there is no support for SQL Server Agent jobs. According to the official guidelines you should use a SQL Server Agent...
View ArticleManage your subscriptions with the Windows Azure Tools for Visual Studio
In the last few months the tooling for Windows Azure greatly improved: a new portal, official PowerShell cmdlets, azure-cli, … In this article I would like to focus on the Windows Azure Tools for...
View ArticleApply XDT transforms to your ServiceDefinition.csdef file
The Windows Azure SDK 1.5 was released over a year ago introducing support for multiple Service Configuration files. Ever since this release it has become really easy to manage multiple environments by...
View ArticleImprove performance of your Node.js Web Site with Windows Azure Caching...
If your application is running in a Cloud Service (Web/Worker Role) it’s very easy add caching to your application by using Windows Azure Caching: Windows Azure Caching introduces a new way to perform...
View Article