Windows Azure Conference 2014 Designing Applications for Scalability.

Slides:



Advertisements
Similar presentations
Windows Azure for SharePoint people Dennis – Solution Architect Microsoft Windows Azure.
Advertisements

SQL Server Primary SQL Server Secondary SLA SLA High Availability Hardware and Software Windows and Linux.
Page 1 Ricardo Villalobos Windows Azure Architect Evangelist Microsoft Corporation Designing, Building, and Deploying Windows Azure applications.
Azure Services Platform Piotr Zierhoffer. Agenda Cloud? What is Azure? Environment Basic glossary Architecture Element description Deployment.
2009 Software as a service Platform as a service Infrastructure as a service Service platform Cloud platform Cloud computing Grid computing Private.
12 → Wed Umbraco User Group Kristofer Liljeblad Windows Azure Kristofer Liljeblad, Microsoft Developer Evangelist
Windows Azure for scalable compute and storage SQL Azure for relational storage for the cloud AppFabric infrastructure to connect the cloud.
B UILDING M ULTI - TIER W EB A PPLICATIONS IN V IRTUAL E NVIRONMENTS.
Joey Snow Technical Evanglist Microsoft Corporation SESSION CODE: WSV310.
Cloud Computing Systems Lin Gu Hong Kong University of Science and Technology Sept. 21, 2011 Windows Azure—Overview.
CONTROL COST-EFFICIENCY SharePoint (On-premises) SharePoint Value Prop Full h/w control – size/scale Roll-your-own HA/DR/scale Value Prop 100% of.
Windows Azure SQL Database and Storage Name Title Organization.
Windows Azure Storage Abstractions Windows Azure Storage Characteristics.
Components of Windows Azure - more detail. Windows Azure Components Windows Azure PaaS ApplicationsWindows Azure Service Model Runtimes.NET 3.5/4, ASP.NET,
Introduction To Windows Azure Cloud
Key Perf considerations & bottlenecks Windows Azure VM characteristics Monitoring TroubleshootingBest practices.
Migrating Business Apps to Windows Azure Marc Müller Principal Consultant, 4tecture GmbH
Windows Azure Conference 2014 Azure Infrastructure services foundation.
Getting Started with Windows Azure Name Title Microsoft Corporation.
Dr Greg Low CEO and Principal Mentor SQL Down Under.
On Premises Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure (as a Service) Storage.
Microsoft Azure Virtual Machines. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision & Manage.
Larisa kocsis priya ragupathy
Resources to run your applications IT Pro challenges The A-Z of Microsoft Azure Managing
Light showcase: System Center 2012 SP1- Operations Manager Medium showcase: System Center 2012 SP1- Operations Manager Deep showcase:
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
Partner Practice Enablement - Overview This session will focus on integration strategies for applications deployed using Microsoft Azure Websites and Microsoft.
AZR308. Building distributed systems on an abstraction against commodity hardware at Internet scale, composed of multiple services. Distributed System.
DBI313. MetricOLTPDWLog Read/Write mixMostly reads, smaller # of rows at a time Scan intensive, large portions of data at a time, bulk loading Mostly.
Microsoft Azure SoftUni Team Technical Trainers Software University
Data centers Account Container Blobs Table Entities Queue Messages
Emil VelinovNicholas Dritsas Senior Program ManagerPrincipal Program Manager Windows Azure Customer Advisory Team (AzureCAT) Microsoft Corporation.
Windows Azure June 2012 Release for Developers & Architects
Windows Azure Conference 2014 Caching Data in the Cloud with Windows Azure.
Windows Azure for scalable compute and storage SQL Azure for relational storage for the cloud AppFabric infrastructure to connect the cloud.
Virtualization and Databases Ashraf Aboulnaga University of Waterloo.
North America Europe Asia Pacific Data centers.
Azure. SQL, SharePoint, BizTalk Images Distributed Cache Queue Geo Replication Read-Only Secondary Storage Delete Disks Large Memory SKU Tag Expressions.
 Mike Martin  Architect  MEET Member  Crew Member of Azug  Windows Azure Insider  Windows Azure MVP  
COS308. SQL Azure Database DEMO.
Dandy Weyn. dandyweyn Dandy Weyn Sr. Technical Product Mkt. Manager.
3 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
Scalability == Capacity * Density.
Tweak Performance and Improve Availability of your Microsoft Azure VMs Rick
Enabling the Cloud OS Today  New high-density Web Sites with elastic cloud scaling and complete dev-ops experiences  New rich IaaS experience for self-service.
Microsoft Cloud Computing. Topics to be covered 1.Environmental Features of windows azure 2.What is Cloud Computing 3.Roles in Cloud Computing 4.Benefits.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Cloud Computing: Pay-per-Use for On-Demand Scalability Developing Cloud Computing Applications with Open Source Technologies Shlomo Swidler.
Rick Claus Architect like a PRO for Performance and Availability of your Microsoft Azure VMs ARC43 6.
AZURE REGIONS Only hyper-scale cloud provider to have presence in India.
Configuring SQL Server for a successful SharePoint Server Deployment Haaron Gonzalez Solution Architect & Consultant Microsoft MVP SharePoint Server
Making a Difference with Azure Storage Solutions Dudu Sinai.
Microsoft Learning Ignite | May 4 – 8, 2015 | Chicago, IL Light IT up.
Amazon Web Services. Amazon Web Services (AWS) - robust, scalable and affordable infrastructure for cloud computing. This session is about:
Dr Greg Low CEO and Principal Mentor SQL Down Under.
Azure.
Deploying Web Application
Cloud Data platform (Cloud Application Development & Deployment)
Data Warehouse in the Cloud – Marketing or Reality?
Windows Azure Migrating SQL Server Workloads
Design and Implement Cloud Data Platform Solutions
Azure.
02 | Design and implement database
02 | Hosting Services in Windows Azure
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Outline Virtualization Cloud Computing Microsoft Azure Platform
5 Azure Services Every .NET Developer Needs to Know
Cloud Platform Can Offer Needed Scalability to Handle the Next Big Hit in Social Gaming MINI-CASE STUDY “The Microsoft Azure platform has made it so easy.
Windows Azure SDK 1.7 and New Features
Presentation transcript:

Windows Azure Conference 2014 Designing Applications for Scalability

Windows Azure Conference 2014

Azure Compute

Windows Azure Conference 2014

Virtual machine size CPU cores Memory OS disk space– cloud services OS disk space– virtual machines Max. data disks (1 TB each) Max. IOPS (500 per disk) ExtraSmall (A0)Shared768 MB19 GB20 GB11x500 Small (A1)11.75 GB224 GB70 GB22x500 Medium (A2)23.5 GB489 GB135 GB44x500 Large (A3)47 GB999 GB285 GB88x500 ExtraLarge (A4)814 GB2,039 GB605 GB1616x500 A5214 GB489 GB135 GB44X500 A6428 GB999 GB285 GB88x500 A7856 GB2,039 GB605 GB1616x500

Windows Azure Conference 2014

Azure Storage Abstractions: Blob, Table, Queue

LBLB Storage Location Service Storage Location Service Access blob storage via the URL: Data access Partition Layer Front-EndsFront-Ends Stream Layer Intra-stamp replication Inter-stamp (Geo) replication LBLB Partition Layer Front-EndsFront-Ends Stream Layer Intra-stamp replication

Windows Azure Conference 2014

Azure SQL Database

Windows Azure Conference 2014

Azure Distributed Cache NOTE: _Not_ Azure Cache Service Preview

Windows Azure Conference 2014

Competes for memory, CPU and network Scale with your app Use for ASP.NET Session State, ASP.NET Page Output Caching Dedicated resources for predictability, isolation and scale Add a new worker role dedicated for caching Scale cache independently of your app

Windows Azure Conference 2014 User worker roles to populate some data For example: configuration service where 80% requests resolve same data Good for mix & match with On-Demand Use worker roles to populate all cache For example: weather, stocks, transportation and reference data

Windows Azure Conference 2014

Go Big! Keep the lights on.

Windows Azure Conference 2014

Optimizations at the Cloud Service level

Windows Azure Conference 2014

Go Really Big Multiple services, multiple data centers

Windows Azure Conference 2014

Beyond The Pure Technical

Windows Azure Conference 2014