Answered Migrating to Azure from MSI

  • Saturday, December 03, 2011 6:59 AM
     
     

    Hello,

    I'm looking to migrate my application from MSI deployed application to one that is Azure compatible.  My MSI currently does registry key reads/writes and token replaces config file values at deployment time.

    How would I perform similar operations through Azure deployments?

    Thanks.

All Replies

  • Sunday, December 04, 2011 2:19 PM
    Moderator
     
     Answered

    Hi,

    From my experience, in Windows Azure, most applications are web sites or services. While you can run rich client applications in Windows Azure, they usually have no value because no one can see and interact with the UI. If your MSI deployed application is a rich client application, then it is not suitable to port it to Windows Azure. If it is a Windows Service, you can port it to a worker role without MSI. MSI is a deployment solution. Windows Azure has its own way to deploy services. You can begin with http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_DeployingApplicationsinWindowsAzureVS2010.

     

    Best Regards,

    Ming Xu.


    Please mark the replies as answers if they help or unmark if not.
    If you have any feedback about my replies, please contact msdnmg@microsoft.com.
    Microsoft One Code Framework
  • Thursday, December 08, 2011 9:28 AM
     
     

    hi plshelp0101, Can you please explain the need for registry read and what kind of information you are reading? Are you reading information which is installed as part of your application or are you reading other software or system details from registry? In either case, what are you trying to do? We can suggest you on Azure alternative, relative to your need.

    Thanks,

    Seetha