Deploying a Windows Azure Cloud Service on AWS

Hello folks,

We have two environments with AWS and Azure. We have a Windows Azure Cloud Service that needs to be deployed on AWS. Please recommend the best way to address this.

Thanks

January 14th, 2014 1:32am

Based on the ask, I have moved this thread to the Windows Azure Development forum.
Free Windows Admin Tool Kit Click here and download it now
January 15th, 2014 10:12am

Hi,

Cloud Services are PaaS and Windows Azure specific. You need to "convert it" into a more IaaS friendly and classic solution.

In general:

  • You need to convert your Web Roles into normal Web Applications and deploy it in IIS, Windows Server.
  • You need to convert your Worker Roles into console applications (and use Windows Task Scheduler) or windows services.

Hope this helps!

January 16th, 2014 7:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics