About Me
-
Recent Posts
Delicious Links
Tweets
- Travel sick child, wife hiccuping the last 10 miles but the view's worth blowing an artery for instagram.com/p/ZbBeDqE3GI/ 1 day ago
- Spent the morning working up some numbers in a spreadsheet to look at our KPIs - I'm a true manager now #lunchisforwimps 1 day ago
- RT @caitlinmoran: Nigel Farage greeted with cries of "Bawbag". You can't dupe the Scots: guardian.co.uk/politics/2013/… 1 day ago
- Working from home - the best commute of the week :-) 1 day ago
Category Archives: azure
SQL Azure – Disaster Recovery
In this post I look at how to set up some tooling to help implement a Disaster Recovery plan for your SQL Azure database. Fundamentals The key to any successful DR plan is that it has to be a fire … Continue reading
Posted in azure, cloud computing, sql azure
Tagged azure, backups, disaster recovery, sql azure
3 Comments
Azure CDN – Cache busting CSS image references and minification
In my previous post I discussed my AzureCdn.Me nuget package which can be used to add a cache busting query string to your CSS file references. In this post we look at cache busting image references contained in your CSS … Continue reading
Azure CDN – with AzureCdn.Me and MVC3
I’ve been doing a fair bit of work with the Azure CDN recently. I’ve put together this blog post outlining how to get started and to give an overview of some tooling I’ve written to help you get up and … Continue reading
Visual Studio Turbo – DIY AppHarbor with Nant.Builder
In the final part of this series I look at automating uploading your app into the Windows Azure Cloud, or as I like to think of it a Do It Yourself AppHarbor, hopefully with no leftover screws . The series … Continue reading
Posted in agile, azure, cloud computing, visual studio turbo
Tagged deployment, windows azure
Leave a comment
Working with SSL certificates on Azure and IIS7
Recently I’ve had cause to set-up a SSL secured site on Windows Azure. Never having worked with SSL before I thought I’d quickly blog about a few of the gotcha’s I experienced along the way. You are here Before I … Continue reading
Posted in azure, cloud computing
Tagged azure, endpoints, ssl, ssl certificates, windows azure
7 Comments
Update – Auto Packaging using CSPack and Azure SDK 1.6
This post is related to two of my previous posts: Automating Azure 1.4 Packaging using MSBuild and CSPack Windows Azure Diagnostics with SDK 1.6 for WebRoles Azure 1.5 ate my diagnostics I had diagnotics working quite happily until SDK 1.5 … Continue reading
Posted in azure, cloud computing, diagnostics, Uncategorized
Tagged cspack, diagnostics, windows azure
2 Comments
Windows Azure Diagnostics with SDK 1.6 for WebRoles
There appears to be a lot of conflicting and confused advice about configuring Diagnostics on Windows Azure. The situation is not at all helped by Microsoft’s own site which, to paraphrase Morecambe and Wise, has all the right pieces of … Continue reading
Posted in azure, c#, cloud computing, diagnostics, Uncategorized
5 Comments
Automating Azure 1.4 Packaging using MSBuild and CSPack
Update 20/06/12 – A working sample of the below can be found in my Nant.Builder nuget package. Our team recently upgraded to the August 2011 Azure tools update, which provided some nice new features, but completely broke our automated build … Continue reading
Copying Databases and Creating Users and Logins for SQL Azure
When you create a new SQL Azure server you will get an empty server, and you will define a server level principal user. The server level principal (SLP) user is basically a super-user for that server, he can create new … Continue reading
The case for Microsoft Azure
Currently we’re in the process of moving our MVC3 application onto Microsoft’s Azure cloud platform. Azure offers a number of compelling features, however, note the asides which dispell some of the marketing smog Rapid deployment – A new client website … Continue reading