views:

357

answers:

2

I remember I stumbled upon a page once that said Microsoft has released an application that allows you to test your client applications for windows azure locally.

The application would act as mock windows azure environment and you could use local end points for connecting to it. Does anyone know which application is it or what is its name?

I can't find it on google. I'm sure someone has used it.

+3  A: 

Yes, with the Azure SDK, you're installing what is called a "local fabric" which allows you to create and test your Visual Studio apps in a local environment before posting them out into the cloud.

Google for "local fabric" or "development fabric" - I remember several blog posts on this, at least one by Scott Guthrie.

Marc

marc_s
A: 

Azure SDK - which you can install using Web Platform Installer tool - the dev fabric provides you with a dev environment that plugs right intovisual studio for you to debug and test. You can download the SDK from

there is also an Azure training kit which has a lot of hands of labs, presentations and learning material.

ashish jaiman