how to migrate console apps as a cloud service

Post on 13-Apr-2017

181 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

How to get Console Apps as a cloud serviceMostafa Elzoghbi

Sr. Technical Evangelist @ Microsoft@MostafaElzoghbi

Legacy application challenges

Can’t scale without re-writing big chunks of code. Code Architecture changes to scale. Managing threading and resource contention is hard. Avoid resource deadlocks. Scheduling requires synchronization challenges.

Possible migration options for scalable cloud services

Wrap your exe as Azure Web Jobs. Wrap your exe as Azure Worker Role. Wrap your exe as Azure Worker Role in Cloud

Services.

Option 1: Wrap your exe as Azure Web Jobs

100% code reusability. The exe is hosted on a web application in Azure. Easy to configure since all configs are managed

through the web app configs. Easy to scale up or down as needed. Scheduling is so easy pre and post deployment.

Demo: Moving Console App as Azure Web Jobs

Q&A Post your questions to: Stack Overflow Forums MSDN Forums

Twitter: @MostafaElzoghbi

Get startedVisit azure.microsoft.com

© 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

top related