4

I'd like to create a web application with websharper in F#. Azure 1.4 SDK only includes a F# worker role. How can I create a Azure web role in F#?

Does anybody know how to create a template or change the language of a template?

Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
peter
  • 85
  • 3

1 Answers1

2

If you create a webapplication then it should be easy to use it as a web role - you don't need the template - see
http://blogs.msdn.com/b/jnak/archive/2009/02/05/using-an-existing-asp-net-web-application-as-a-windows-azure-web-role.aspx

If you can deploy your F# to a typical IIS box, then you should be able to deploy to Azure too.

For more info, on using F# with ASP.Net - F# and ASP.NET - but I'd guess from your post you don't need this!

Please do blog about your experience!

Community
  • 1
  • 1
Stuart
  • 66,722
  • 7
  • 114
  • 165