Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

Change vmsize of package

I’m enrolled into the Extra Small vm beta program. Now I want to use it to test my old packages for performance differences. How to change the vmsize of packages? There is a post about this here on the Microsoft … Continue reading

Posted in Development | Leave a comment

Silverlight and WCF exception handling

A colleage asked me why he got “not found” expections in his Silverlight client whenever an exception was returned from my WCF service. My answer was this is a Silverlight problem and needs to be resolved by you. But I … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Azure watchdog

With the new Remote Desktop beta program of Azure a small negative test can be performed. The task manager can be used to kill some processes. Lets see how Azure recovers from this ‘error-behind-keyboard’. I uploaded a package with the … Continue reading

Posted in Development | Leave a comment

Azure Beta programs

Recently I signed up for all three beta programs of the azure platform. I got enrolled in the “VM Role”. Here’s what I did. The new features are part of the new SDK. Install it from http://msdn.microsoft.com/en-us/windowsazure/cc974146.aspx. My existing solution … Continue reading

Posted in Development | Leave a comment

OpenID

I have a project hosted at unfuddle and I noticed the choice of signing in with OpenID. My wordpress url can be a key to login to another site. How cool is that! Ater linking my OpenID to my Unfuddle … Continue reading

Posted in Security | Leave a comment