your first azure application

27
Your First Azure Application Your First Azure Application Michael Stiefel Michael Stiefel Reliable Software, Inc. [email protected] www.reliablesoftware.com Level: Intermediate

Upload: willem

Post on 18-Jan-2016

21 views

Category:

Documents


1 download

DESCRIPTION

Your First Azure Application. Michael Stiefel Reliable Software, Inc. [email protected] www.reliablesoftware.com. Level: Intermediate. Cloud Computing is Utility Computing. No up front commitment. Illusion of Infinite Computing Resources on Demand. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Your First Azure Application

Your First Azure ApplicationYour First Azure ApplicationMichael StiefelMichael Stiefel

Reliable Software, [email protected]

www.reliablesoftware.com

Level: Intermediate

Page 2: Your First Azure Application

Cloud Computing is Utility ComputingCloud Computing is Utility Computing

Illusion of Infinite Computing Resources on

Demand

No up front commitment

Pay for resources as needed

Page 3: Your First Azure Application

Application TypesApplication Types

Application

Runtime

Middleware

Operating System

Database

Storage

Servers

Networking

Virtualization

Runtime

Middleware

Operating System

Database

Storage

Servers

Networking

Virtualization

Application

Runtime

Middleware

Operating System

Database

Storage

Servers

Networking

Virtualization

Runtime

Middleware

Operating System

Database

Storage

Servers

Networking

Virtualization

ApplicationApplication

Traditional IAAS PAAS SAAS

Azure

Page 4: Your First Azure Application

Acme Ticket AgencyAcme Ticket Agency

Clients:Ticket Purchasers

Venues that run events

Demand peaks 1 week to 6 hours before an event

Events are world wide

Customers are world wide

Page 5: Your First Azure Application

Why Windows Azure?Why Windows Azure?

Don't want a data center or manage infrastructure

Don't want to have to buy for peak capacity

Don't want to manage virtual machines

Customers in all over the world

Page 6: Your First Azure Application

Demo: Creating a MVC Web ApplicationDemo: Creating a MVC Web Application

Page 7: Your First Azure Application

What is a Role?What is a Role?

Role:

Configuration + Code

Analogous to an Application

Role Instance:

Executing role

Analogous to a Process

Web vs. Worker Roles

Page 8: Your First Azure Application

Local EmulationLocal Emulation

Compute Emulator

Storage Emulator

Page 9: Your First Azure Application

Deploying an ApplicationDeploying an Application

Use Portal

Use Visual Studio

Automate with PowerShell

Codeplex scripts (open source)

Cerebrata scripts (product)

Page 10: Your First Azure Application

Demo: Reviewing the Simple Web AppDemo: Reviewing the Simple Web App

Page 11: Your First Azure Application

Demo: Adding SQL AzureDemo: Adding SQL Azure

Page 12: Your First Azure Application

Demo: Adding DiagnosticsDemo: Adding Diagnostics

Page 13: Your First Azure Application

Releasing Your ApplicationReleasing Your Application

Page 14: Your First Azure Application

CostCost

Page 15: Your First Azure Application

VM Hourly CostVM Hourly Cost

SizeCPU (Cores)

Memory (GB)

Storage (GB)

I/O Perf

Cost

Extra Small Shared .768 20 Low $0.04

Small 1 1.75 225 Medium $0.12

Medium 2 3.5 490 High $0.24

Large 4 7 1,000 High $0.48

Extra Large 8 14 2,040 High $0.96

Cost per hour in $US

Page 16: Your First Azure Application

SQL Azure Database ChargesSQL Azure Database Charges($US per month)

1GB 9.99

5 GB 25.99

10 GB 45.99

25 GB 75.99

50 GB 125.99

100 GB 175.99

150 GB 225.99

Page 17: Your First Azure Application

Table and Blob CostsTable and Blob Costs

Storage $0.14 per GB month (daily average)

Storage Transactions $0.01 per 10K

Page 18: Your First Azure Application

Connect ChargesConnect Charges

North America and Europe$0.00 per GB in

$0.12 per GB out

Everywhere else$0.00 per GB in

$0.19 per GB out

All bandwidth within data center is free

Page 19: Your First Azure Application

Azure Cost CalculatorAzure Cost Calculator

http://www.windowsazure.com/en-us/pricing/calculator/advanced/

Page 20: Your First Azure Application

Acme Travel Agency Initial Role OutAcme Travel Agency Initial Role Out

Everything in the same data center

10 GB Database

2 Web Application Medium Roles

175 GB Table / Blob Storage,

6 million storage transactions

200 GB in / 200 GB out

Page 21: Your First Azure Application

Monthly CostMonthly CostUS$

Compute 360.00

Relational DB 45.96

Storage 30.51

Bandwidth 24.00

Total 460.47

Compute is the major driver

Page 22: Your First Azure Application

Yearly Cost is $5525.64Yearly Cost is $5525.64

Page 23: Your First Azure Application

ReliabilityReliability

Page 24: Your First Azure Application

Windows Azure SLAWindows Azure SLA

Upgrade Domains

Fault Domains

Two Instances:99.95% of the time will have external Internet Connectivity

99.99% of the time Fabric Controller will handle failover

Page 25: Your First Azure Application

SQL Azure SLASQL Azure SLA

99.9% of calendar month users can access database

Time measured in 5 minute intervals

Page 26: Your First Azure Application

Utility SLA: 99.98%Utility SLA: 99.98%

2007 2008

Goal Actual Goal Actual

Calls Answered Within 30 Seconds 80% 84.64% 80% 85.47%

Average # Service Interruptions Per Customer 1.373 1.027 1.373 1.051

Average # Min Without Power Per Customer 168.69 82.61 168.69 78.55

Service Appointments Met 87.78% 98.52% 88.37% 98.73%

Actual Meters Read "on cycle" vs estimate 93.15% 98.75% 93.15% 99.05%

Complaint Cases Per 1000 Customers 1.496 .974 1.496 1.080

Page 27: Your First Azure Application

SummarySummary

Cloud Computing is Driven By Economics

Cloud Computing Allows You To Focus on Your Expertise

Use Your Existing Skill Set to Build Azure Applications

MSDN Subscription Gives You a Free Azure Account