Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Windows Azure Local Development environment?

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.

like image 399
Muhammad Hasan Khan Avatar asked Oct 11 '09 11:10

Muhammad Hasan Khan


1 Answers

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" [EDIT: since SDK 1.3 the fabric is called "Compute Emulator", the Development Storage is renamed to "Storage Emnulator"] - I remember several blog posts on this, at least one by Scott Guthrie.

  • Windows Azure Tools Development Fabric and Storage Integration
  • The Azure Fabric and the Development Fabric
  • Development Fabric and Development Storage

Marc

like image 95
marc_s Avatar answered Sep 19 '22 23:09

marc_s