views:

26

answers:

1

Is it possible to deploy a WF (4.0) creating using .Net 4.0 in the windowsAzure cloud? Do we need to purchase a seperate BizTalk server account for this ?

+1  A: 

Azure will currently run (almost) anything a Windows 2008 R2 x64 server running IIS 7.5 can. The .NET 4.0 Framework runtimes are installed.

So long as you could deploy your WF service to a stock (but up-to-date) 2008 R2 server, you should be good to go.

Taylor
Thank you Taylor for the answer. I have one more concern, is it possible to create workflows dynamically? I need to generate a WF dynamically based on a set of business logic and service execution sequence I get as input to the system. Is it possible for me to generate the workflow.xaml dynamically without using the wf designer and execute in the cloud ?
Kumaripaba
Sadly that extends beyond my knowledge of workflow. If that concept is possible on a "traditional" server setup than it is possible in Azure. If you figure it out locally and have trouble translating to Azure, please post that question then and we can prob steer ya in the right direction
Taylor