Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation ...

54
Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation www.peterlaudati.com @jrzyshr

Transcript of Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation ...

Page 1: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Windows Azurewith a dash of OSS

Peter LaudatiTechnology EvangelistMicrosoft Corporationwww.peterlaudati.com

@jrzyshr

Page 2: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Agenda

Step 1 - Meet Windows AzureStep 2 – Discuss OSS + Azure

Page 3: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

What is the cloud?

An approach to computing that’s about internet scale and connecting to a variety of devices and endpoints

Page 4: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

What is the cloud?

An approach to computing where someone else does all the hard work of maintaining your stuff, allowing you to focus on bigger problems like…

Page 5: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Cloud Computing Patterns

tCom

pute

Inactivity

Period

t

t

t

On and OffOn & off workloads (e.g. batch job)Over provisioned capacity is wasted Time to market can be cumbersome

Unpredictable BurstingUnexpected/unplanned peak in demand Sudden spike impacts performance Can’t over provision for extreme cases

Com

pute

Growing FastSuccessful services needs to grow/scale Keeping up w/ growth is big IT challenge Cannot provision hardware fast enough

Com

pute

Predictable BurstingServices with micro seasonality trends Peaks due to periodic increased demandIT complexity and wasted capacity

Com

pute

Page 6: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

What is Windows Azure?

Page 7: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Windows Azure isa place to run your

applications.

Page 8: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Or store your data.

Page 9: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

OR store your data.

Page 10: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Or both.

Page 11: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

And a lot of other stuff too…

Page 12: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

And a LOT of other stuff too…

CDN, Distributed Caching, Azure Active Directory, Media Services, Mobile Services, Service Bus, Notification

Hubs, Traffic Manager, etc…

Page 13: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Where?

Page 14: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Global Footprint

Page 15: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Global FootprintCaliforniaSan AntonioChicagoNorthern VirginiaDublinAmsterdamHong KongSingapore

Page 16: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

99.95% monthly SLA

Page 17: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Pay only for what you use

Page 18: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

A place to run your apps…

Page 19: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Cloud services Web sites Virtual machinesMore Control Focus on the

App

3 Choices

Page 20: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Virtual machinesDeploy, customize, & image a VM with your app.Windows Server and LinuxFlexible Workload SupportVirtual Private Networking

Page 21: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Cloud servicesDeploy your code as a package (zip)Run 1 dedicated server, Run manyNo worries about the OS (Windows Server)Automated application management

Page 22: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Web sites Easiest way to go!Build with ASP.NET, Node.js, Python, or PHPDeploy in seconds with FTP, Git or TFSStart for free, scale up as your traffic grows

Page 23: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Supported Publishing Methods

Git TFSWeb DeployFTP

Page 24: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Applicationbuilding blocks

StorageBig data

Caching

CDN

Database

Identity

Media

Messaging

Networking

Traffic

Page 25: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Applicationbuilding blocks

StorageBig data

Caching

CDN

Database

Identity

Media

Messaging

Networking

Traffic

• Flip a switch to turn them on

• Access through APIs and management tools

Page 26: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Multiple languages

Page 27: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

http://github.com/windowsazure

Open source

Page 28: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

DBSQL databaseRelational SQL Server Engine in the CloudClustered for high availabilityFully Managed ServiceSQL Reporting support

Page 29: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Windows Azure Storage Abstractions

TablesStructured storage. A table is a set of entities; an entity is a set of properties.

QueuesReliable storage and delivery of messages for an application.

BlobsSimple named files along with metadata for the file.

DrivesDurable NTFS volumes for Windows Azure applications to use. Based on Blobs.

Page 30: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

IdentityIntegrate with enterprise identityEnable single sign-on within your appsEnterprise Graph REST API93% of Fortune 1000 use Active Directory

Page 31: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Service busSecure messaging and relay capabilitiesEasily build hybrid appsEnable loosely coupled solutions

Page 32: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Mobile ServicesPush notificationsUser data & authenticationSupports Windows 8, Windows Phone, iOS, and Android

Page 33: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Media ServicesStorage

CDNMedia

Page 34: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

$$$$?...

Page 35: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

While we’re on the topic of money…

Page 36: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

What’s Windows Azure

going to cost me?

Page 37: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.
Page 38: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Compute + Storage + Bandwidth = Majority of

Cost

Page 39: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

+ fees for additional services

(i.e. CDN, ACS, Caching, etc) = Total Cost

Page 40: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

<insert Azure Price Calculator>

Page 41: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Bottom Line: Know your app’s resource

usage!Azure Pricing Calculator will help you from

there

Page 42: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Let’s Digest & Discuss OSS on

Azure!

Page 43: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

I can run Linux in Azure?!

Page 44: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

I can run PHP in Azure?!

Page 45: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

I can run Python in Azure?!

Page 46: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

I can run Ruby in Azure?!

Page 47: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

I can run Mongo DB in Azure?!

Page 48: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

I can run Node.js in Azure?!

Page 49: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Yes! Yes. You. CAN!

Page 50: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Yes! Yes. You. CAN!And without a bunch of crazy hacks!

Page 51: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

• Azure API support across multiple OSS & non-Microsoft platforms• PHP, Ruby, Python, Node.JS, Java, iOS, Android

• OSS Web App Support in Azure Web Sites• File->New-> WordPress, Joomla, Drupal, WikiMedia, phpBB, etc

• Tools & services developed with Node.JS• Azure Tooling for Mac & Linux• Azure Mobile Services

• VM Depot for OSS VMs• Partnering with vendors provide OSS-As-A-Service Solutions (Mongo DB, etc)• Microsoft Open Tech

• A wholly owned subsidiary dedicated to bridging Microsoft & non-Microsoft technologies

OSS & Azure

Page 52: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Getting StartedMSDN Subscription Benefits

Free Windows Azure access for Professional, Premium, and ultimate subscribers

Designed to accelerate development

Requires credit card at sign-up any overages beyond free allocation

3 Month Free Trial

ComputeStorageTransactionsBandwidth

DatabasesCachingAccess ControlService Bus

INCLUDES THESE SERVICES: BENEFITS INCLUDE:

Page 53: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

Start now.http://WindowsAzure.com

Page 54: Windows Azure with a dash of OSS Peter Laudati Technology Evangelist Microsoft Corporation  @jrzyshr.

© 2011 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.