Windows Azure Blob storage Modified date
I made a solution for a customer where I copied blobs from Windows Azure Blobstorage to an different location on Windows Azure Blobstorage. But to be a bit efficient I was keeping a list of blobs I...
View ArticleUpdate Record in Windows Azure Table storage
As told in my previous Blogpost I kept a list of the Blob name and the LastModifiedUtc. To make this solution usable for more then one instances I stored this list in a Windows Azure storage table. So...
View ArticleSQL Azure Custom Logging to Windows Azure Table storage
At a Windows Azure customer of ours they keep track of changes on the tables in the SQL Azure database. This is done by a trigger, the trigger inserts the change in a table. I can not think of another...
View ArticleWindows Azure Scale UP – Scale OUT
Couple of days ago I had to explain a colleague at the customer side some things about Windows Azure. And of course Scalability comes around the corner. I saw myself drawing all kinds of pictures to...
View ArticleWindows Azure Visual Studio Tools 1.4 Augustus update
As of today there is a update for the Windows Azure Visual Studio Tools. This update can be installed via the Microsoft Web platform Installer. More info:...
View ArticleWindows Azure MVC 3 with Tools 1.4
One of the new things in Visual Studio Windows Azure tools 1.4 Augustus update (what a mouthful) is that MVC 3 is a standard WebRole. But also Profiling is now a serious option for debugging, besides...
View ArticleWindows Azure MVC 3 with Tools 1.4 (Profiling)
Like I posted in my previous blog post, I also checked the profiling option. So after I deployed the application and found out it really worked, I went to the Server Explorer. There you can connect to...
View ArticleSQL Azure Databases
When I do sessions on Windows Azure, then SQL Azure is always part of that. Most of the time remarks about the maximum sizes of SQL Azure database come from the audience. Quick summary. There are 2 SQL...
View ArticleNew Billing Portal for Windows Azure
The Billing Portal for Windows Azure has been redesigned and much more useful. On the Windows Azure management portal you can click on the Billing link at the top. After that you a second tab within...
View ArticleWindows Azure + WIF + Access Control (ACS)
When you going to use the Access Control Service (ACS) on the Windows Azure platform, then there are enough resources to help you. For example here. A lot of configuration has to be done, but it is...
View Article