Mahesh Krishnan Architecting highly resilient applications on Azure ARC42 7.

Slides:



Advertisements
Similar presentations
What is a “modern” application? Ulrich (Uli) Homann Chief Architect, Microsoft Services Microsoft Corporation.
Advertisements

Jan Peterson Microsoft Dynamics CRM Mobility Update - Productivity on the Go PRD24 1.
Pierre Sleep tight knowing you’re prepared for outages Protect your environment with Azure ARC32 4.
Jessica Payne Microsoft Global Incident Response and Recovery
Karl Thomson, StorageCraft Product Evangelist True Disaster Recovery System recovery is not enough – get true resiliency to face disasters DAT226 B.
Luke Notley Migrating from AWS to Azure Seamlessly CLD32 1.
Andrew Hennessy Automating Server Application migrations to the Cloud – Goodbye Server INF21 3.
Kevin Francis Developing on Windows Devices ARC33 2.
Chris Hewitt Adding magic to your business with Perceptual Intelligence ARC323 B.
James Lewis and Simon Waight Office 365 security: everywhere you need it to be PRD33 1.
Matt McSpirit Software-defined Networking in Windows Server 2016 INF32 4.
Martin Cairney Hybrid data platform – making the most of Azure plus your on- prem kit DAT341 B.
Vakhtang Assatrian Asia Communications TSP Lead, Microsoft Architecture options for implementing Skype for Business PRD32 7.
Kevin Francis Azure Media Services Architecture Deep Dive CLD31 2.
Creating highly available and resilient Microservices on Microsoft Azure Service Fabric
Michael Porfirio and Chris Gondek Beyond Backup The Next Generation Commvault Data Platform DAT22 5.
Reid Purvis – DC & Cloud Infrastructure Tech Specialist Shivam Garg – Principal PM Manager Backing up applications born in the Cloud: Deep Dive on IaaS.
Jeff Alexander & Andrew McMurray Runtime Provisioning in Windows 10 WIN327.
Chris Hewitt, Wild Mouse Male, Age 42, Happy ARC31 2.
Michael Niehaus Using the Windows Store for Business: New Capabilities for Managing Apps in the Enterprise WIN335.
Jessica Payne Microsoft Global Incident Response and Recovery
Dr Greg Low Working with SQL Server Spatial Data DAT33 3.
Matt Lavery & Joanna Podgoetsky Being a DBA is cool again with SQL 2016 DAT335 A.
Mike James Building a cross-platform pedometer app with Xamarin & Azure MOB334.
Lars Klint Adaptive UX - A Single UI for Everything MOB234.
James Bannan Freddy vs JSON: Azure Resource Manager CLD44 3.
Warwick Rudd – Henry Rooney – How Available is SQL Server 2016? DAT33 6.
Pat Fetty – Principal PM Manager Securing your mobile assets with Microsoft Intune WIN33 1.
Mick Badran Using Microsoft Service Fabric to build your next Solution with zero downtime – Lvl 300 CLD32 5.
Nick Application Development for the Universal Windows Platform MOB225.
Matt McSpirit Understanding the Azure Stack INF33 2.
Alec Tucker An Introduction to Cross Platform Native App Development using Xamarin to Develop, Test and Monitor MOB227.
Orin Thomas 30 Bad Habits of Server Administrators INF32 3.
Fai Lai Global IoT Tech Specialist, C+E Specialist Sales Seamless communication between devices and Azure IoT Hub via Azure IoT Protocol Gateway MOB31.
Orin EDP, EFS, BitLocker, RMS, DAC, and IPsec: Protect your files at rest and in transit. WIN341 A.
Building a Microservices solution using Docker,
Basil Apostolou & Craig Pringle The why and how of hybrid cloud CLD22 3.
Ryan Newington From Fortran to FIM: Dragging your identity management system out of the dark ages WIN332 B.
Building Cloud Solutions Presenter Name Position or role Microsoft Azure.
Clint Wyckoff | Microsoft Product Strategy Veeam Software: Availability Strategies for Microsoft Azure and Hyper-V, A Deep Dive.
Kevin Francis Big Building Blocks – a tour of Dynamics ARC323 A.
Joe Clancy Deployment Lifecycles and New Policy Features with the Azure Resource Manager ARC22 1.
Secure and Efficient Backup to Microsoft Azure
Dr Greg Low Azure Datacamp Power Hour CLD21 3.
Marc Soester Project Visualization, Resource Management and Collaboration using Office 365 Project Online PRD32 6.
James Bannan The Cloud That Chuck Norris Built: Resilient Architecture in Azure ARC44 3.
Rick Claus Architect like a PRO for Performance and Availability of your Microsoft Azure VMs ARC43 6.
3 Ways to Integrate Business Systems to Partners
Serverless in Office 365 Build services with Azure Functions
Conversation As a Platform - Part 1
Building Business Application with Office 365 and Other Line Business Systems
Need for Speed: Why Applications With No Database and No Services are Fast ARC334 Nick Randolph – Built to Roam.
Jenkins and Azure OPEN322 Michael Friedrich.
Synchronizing Data With SQL Azure Using SQL Azure Data Sync
Darren Neimke and Jonathan Ruckert
What’s new in Visual Studio in 2015?
Microsoft CSS ADPerf Core Team and Justin Turner
Rob Farley, LobsterPot Solutions
Application Insights:
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
Bare Metal Development for the Universal Windows Platform
The Power of a Great API Damian Brady
Deep Dive into Azure API Apps and Logic Apps
Jonathan Ruckert & Darren Neimke
UI test automation of MVC apps with Microsoft Edge WebDriver
Chris Henley & Ben DiQual
Empower your users with Azure Active Directory Premium
Securing ASP.NET in an Azure Environment
Presentation transcript:

Mahesh Krishnan Architecting highly resilient applications on Azure ARC42 7

What comes out of the box? Multiple instances of services Elasticity on demand Storage redundancy (local or geo) Queue based decoupling Database replication Distributed caching Traffic Manager for location transparency Automation and Scripting Infrastructure Diagnostics and Telemetry

CharacteristicsStatistics workload Live scores workload Relevance of information PermanentTemporary Variations in loadMinor variations over time Spike during matches; “0” at other times Impact of temporary failure Amortized ImpactMajor impact during games Fallback StrategyDegrade to stale data ???

Modelling Availability Establish SLAs based on Workload and Lifecycle model Availability %Downtime/yearDowntime/month 90% - One nine36.5 days72 hours 99% - Two nines3.65 days7.2 hours 99.9% - Three nines~8 hours 45 minutes~43 minutes 99.95%~4 hours 22 minutes~22 minutes 99.99% - Four nines~52 minutes~4 minutes

Patterns for building the application Resiliency patterns Redundancy patterns Recovery patterns

Resiliency pattern – Async everything

Resiliency patterns for handling errors Try, Try Again Ignore the failure Fake it! Deny the request Go to Plan B

Resiliency pattern – Circuit breakers

Redundancy patterns Multiple copies within the same DC Multiple redundancies across multiple DCs Multiple redundancies across multiple providers

Recovery patterns Backup/Restore Idempotency considerations Compensators

Considerations Automate all the things Measure all the things Monitor all the things

Continue your Ignite learning path Visit Microsoft Virtual Academy for free online training visit Visit Channel 9 to access a wide range of Microsoft training and event recordings Head to the TechNet Eval Centre to download trials of the latest Microsoft products