1 / 35

Lessons Learned: Migrating Applications to the Windows Azure Platform

SVC30. Lessons Learned: Migrating Applications to the Windows Azure Platform. Wade Wegner Senior Architect Microsoft Corporation. Agenda. Lessons learned from real solutions Four different scenarios Internal line-of-business application Autonomous services E-commerce website

brand
Download Presentation

Lessons Learned: Migrating Applications to the Windows Azure Platform

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SVC30 Lessons Learned: Migrating Applications to the Windows Azure Platform Wade Wegner Senior Architect Microsoft Corporation

  2. Agenda • Lessons learned from real solutions • Four different scenarios • Internal line-of-business application • Autonomous services • E-commerce website • Video transcoding service • Q&A

  3. Speakers • Joseph Paradi • Accenture • Gurleen Randhawa • CCH, a Wolters Kluwer business • David Haubenstricker • Domino’s Pizza • Mark Richards • OriginDigital

  4. Real World Azure accenture Joseph Paradi Innovation Lead for Internal IT Accenture

  5. Corporate Concerns • “The Pillars of Concern” • Authentication • Authorization • Data Synchronization • Security of Data • Application Integration • Operations / Management • Minimize the cost/effort to move to Azure

  6. “Before” Infrastructure Web App Database User Web App 2 AD

  7. “After” Infrastructure Web App Windows Azure Database SQL Azure User Database Web App 2 ADFS Server AD

  8. What did we find? • Authentication – ADFS server against corporate AD in our DC • Authorization – ADFS custom claim to make the authorization decision • Data Sync – SSIS to push subset of rows and columns to SQL Azure • Security/Audit – specific to each organization and industry for data and operations • Application Integration – use of ADFS Passive Fed allowed Web SSO model between apps in different locations • Operations/Management – cannot use Windows Event Log and SCOM • Cost – very little code change to existing application; quick time to deliver

  9. Why is this cool? • You already have the skills you need (Visual Studio, SSIS) • No infrastructure required! (assuming you already have ADFS) • Don’t worry about the plumbing, just build the application • Microsoft is providing the tooling and guidance to reduce the barrier to leveraging Azure

  10. SALES TAX ENGINE CCH Gurleen Randhawa Development Manager CCH, a Wolters Kluwer business

  11. Application Overview • Sales Tax Office • Real-time sales tax calculation • Multiple business entities, multiple ERP modules or even different ERP systems • Sales Tax Office works behind the scenes with minimal user interaction

  12. Original Architecture Web Client Web Server RDB App Server Admin Client

  13. Cloud Architecture App Server Admin Client Web Client Web Services RDB

  14. Challenges • Plex (3rd party libraries) • State management • Performance • Security • Database migration • Database partitioning

  15. Lessons Learned • Be prepared to sacrifice hardware and software control in exchange for lower maintenance costs. • Log, log and log. Verbose logging will make application troubleshooting easier. • Design your systems for scaling out, not up. If dealing w/ an existing system some code refactoring may be necessary. • Use database partitioning techniques (the database also has to scale out due to the 10 GB limitation on the db size). • Plan your data migration. • Store sensitive customer data on premises. • Use proper State management techniques - think “Stateless”.

  16. Pizza Delivery Platform Domino's Pizza David Haubenstricker Enterprise Architect Domino’s Pizza

  17. The Problem

  18. Current Architecture Java / Tomcat Solaris VB6/C# Win2000/2003 Web SOA Stores VPN Web SOA Stores Stores RDB Oracle Cisco

  19. Co-Deployed Architecture Web SOA Stores VPN Web SOA Stores Stores RDB Web SOA Stores VPN Web SOA Stores Stores RDB

  20. Azure Runs Java Web SOA Web Web SOA SOA Stores VPN Web SOA Web Web SOA SOA Stores Stores RDB Web SOA Stores Migrate (Relatively) Easily VPN Web SOA Stores Stores RDB

  21. Connection Issues Svc Bus Svc Bus Web SOA Stores VPN Web SOA Stores Stores RDB Web SOA Stores No Hardware Allowed VPN Web SOA Stores Stores RDB

  22. Data Issues Svc Bus Web SOA Stores Web SOA Stores Stores Azure Storage Azure Storage RDB Hot Spot Sharding? Web SOA Stores VPN Web SOA Stores Stores RDB Key-Value Storage Key-Value Storage

  23. Pain in the Cloud Svc Bus Web SOA Stores Web SOA Stores Stores Azure Storage Web SOA Stores VPN Web SOA Connectivity Differences Logging Differences Storage Differences Stores Stores Key-Value Storage

  24. Solution: Abstraction Layer Application Abstraction Layer Azure Technology Domino’s Technology Domino’s Technology Domino’s Technology

  25. Take aways • Java runs in Azure • Service Bus provides VPN like connectivity • Azure storage technologies are easily abstracted

  26. Origin Digital Mark Richards VP, Business Development Origin Digital

  27. Overview • Application Overview • Build a video and audio transcoding solution based on the Windows Azure cloud computing platform • Key Business Goals • Decrease transcoding costs • Provide greater scalability • Greater Geographic distribution • Platform Adoption Driver • The key factor driving Azure adoption is to be able to cost effectively respond to changing customer demands and volumes

  28. Odaptor Overview XYZ Corporation File Upload UGC, Corporate content, etc… Odaptor File Upload HTTP Post, iFrame, Silverlight, Flash Odaptor CMS Source Media File Postback with Asset Information Transcoded Files CDN Akamai, Limelight, Azure etc.. Video/Audio Transcoding

  29. Solution Architecture Transcoding Worker Role Manager Worker Role Web Role File Uploads CDN’s Blob Queue

  30. Challenges • Finding and implementing a inexpensive and reliable software based encoding, and implementing it in the cloud • Determining an algorithm for auto scaling • Working with pre-release SDKs, as they tend to change • Deployment and release process

  31. Benefits • Significant cost savings versus existing transcoding hardware and software • Ability to quickly and cheaply respond to varying demand levels • Ability to easily provide geographically relevant solutions to our customers

  32. YOUR FEEDBACK IS IMPORTANT TO US! Please fill out session evaluation forms online at MicrosoftPDC.com

  33. Learn More On Channel 9 • Expand your PDC experience through Channel 9 • Explore videos, hands-on labs, sample code and demos through the new Channel 9 training courses channel9.msdn.com/learn Built by Developers for Developers….

More Related