Search code examples
djangogoogle-app-enginemigrationazureappfabric

Porting a GAE Django app to Azure AppFabric


I have a GAE+Django app and wanted to port it to Microsoft Azure AppFabric. What would be the best way to do this? It's sort of like a RESTful service with custom output that is neither JSON nor XML. All of the Azure samples force you to output either XML or JSON and I can't seem to find any samples outputting the raw output.

Any help/information will be appreciated. Thanks!


Solution

  • I believe it is possible, I haven't tried.

    Here's a Channel 9 video on running Python on Windows Azure:

    http://channel9.msdn.com/Shows/Cloud+Cover/Cloud-Cover-Episode-13-Running-Python-the-censored-edition