Windows Azure Training Kit–June 2012 Release
The Windows Azure Training Kit June 2012 release is out now with the following features: 12 new hands-on labs for Windows Azure Virtual Machines 11 new hands-on labs for Windows Azure Web Sites 2 new hands-on labs demonstrating Windows Azure with Windows 8 Metro-style applications Several new hands-on labs for Node.js …
Read MoreImagine Cup NE
Steve Spencer Feb 19, 2012 · 4 min read · ACS Agile Events Management Team Foundation Server TFS UI Windows Azure ·Just finished at the Hacking Imagination event in County Durham. My role was to help mentor and encourage the students from Universities and Colleges in the North East of England to help them to develop their ideas for their Imagine Cup entries. The event was held in a secret location in county Durham and the students …
Read MoreWindows Azure Platform Training Kit Update
Steve Spencer Dec 9, 2011 · 1 min read · ACS AppFabric Events SQL Azure Windows Azure Windows Azure AppFabric ·If you attended the [Black Marble Architecture Event](http://www.blackmarble.co.uk/events.aspx?event=Architecture Forum in the North 4) yesterday you would have seen a number of talks around Azure and the Windows Azure Platform Training Kit was mentioned a number of times. The latest update to the training kit is here: …
Read MoreWindows Azure Announcements
AppFabric Microsoft have announced two new Azure AppFabric CTPs. May 2011 CTP will include Service bus enhancements including A more comprehensive pub/sub messaging Integration with the Access Control Service V2 Queues based upon a new messaging infrastructure backed by a replicated, durable store. See here for more …
Read MoreWhen deploying an Access Control Service enabled web application from my development environment to Windows Azure I got the following error: “Unable to find assembly ‘Microsoft.IdentityModel, Version=3.5.0.0. . .” This had worked well when running in the development fabric on my machine so it was strange that it failed …
Read MoreI’ve been developing a web application that adds rules to the access control service when a user registers with my website. This was working well using the ACS in AppFabricLabs. When I ported across to ACS V2 in the live environment I kept getting an exception thrown whenever I tried to retrieve information via the …
Read MoreIf you are an MSDN subscriber (Ultimate or Premium) you now get more Windows Azure resources. Professional subscribers are now also included in the promotion. See here for more details. If you have already taken up this offer and you are an MSDN Premium subscriber then you will automatically be upgraded to the MSDN …
Read MoreThe first production version of the windows Azure caching service and a new production version of the Access Control service have been released. The following link provides the necessary information …
Read MoreFollowing on from my previous blog on “Creating your own identity provider …” The following changes can be made to add in your own claims. Firstly in the App_DataCustomSecurityTokenService.cs file of your identity provider web site I changed the following code 1outputIdentity.Claims.Add( new Claim( …
Read MoreCreating your own identity provider for Windows Azure AppFabric Access Control
Whilst doing an access control service demo I was asked whether you could wire in your own existing authentication mechanisms as customers did not want to have to redo their authentication/registration mechanisms to use Live ID, Google, Yahoo! etc. The answer to this was yes but I had never done it so this was a good …
Read More