azure for iaas - global windows azure bootcamp (gwab)

14

Upload: loryan-strant

Post on 02-Dec-2014

726 views

Category:

Technology


6 download

DESCRIPTION

A presentation on Windows Azure as a platform for Infrastructure as a Service. Presented in Melbourne, Australia as part of the Global Windows Azure Bootcamp in April 2013.

TRANSCRIPT

Page 1: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)
Page 2: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Introduction to Windows AzureInfrastructure as a Service (Iaas)Loryan StrantOffice 365 MVP, vTSP, author@[email protected]://thecloudmouth.com

(Not a developer)

Page 3: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Session Agenda

Windows Azure Virtual Machines Supported Windows Server Applications Virtual Machines and Cloud Services Virtual Machine Images and Disks Virtual Machine Availability Windows Azure Networking

Page 4: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Windows Azure Virtual Machines

IT Pro experience

Support for key server applications

Easy storage manageability

High availability features

Advanced networking

Integration with compute PaaS

If it requires a developer, it’s not IaaS

Page 5: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Supported Windows Server Applications

• Microsoft server software support for Windows Azure Virtual Machines• Microsoft BizTalk Server 2013 and later• Microsoft Dynamics GP 2013 and later• Microsoft Dynamics NAC 2013 and later• Microsoft Forefront Identity Manager 2010

R2 SP1 and later• Microsoft Project Server 2013 and later• Microsoft SharePoint Server 2010 and later• Microsoft SQL Server 2008 and later (64

bit)• Microsoft System Center 2010 SP1 and

later• Microsoft Team Foundation Server 2012

and later

• Office 365 Directory Synchronization

• Windows Server Roles supported on 2008 R2 and later• Active Directory Domain Services

Active Directory Federation Services

• Active Directory Lightweight Directory Services

• Application Server• DNS Server• File Services• Network Policy and Access

Services• Print and Document Services• Web Server (IIS)• Windows Server Update Services

Page 6: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

A new scenario

www.paradyne.com.au 6

Page 7: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Cloud Services, Roles and InstancesCloud Service is a management, configuration, security, networking and service model boundary

VM1 VM2 VM3

VM4 VM5 VM…

INS

TA

NC

ES

RO

LES

Page 8: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Virtual MachinesVirtual Machines are roles with exactly one instance

VM

Page 9: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Cloud Services with Virtual MachinesMultiple Virtual Machines can be hosted within the same cloud service

VM VM

Page 10: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Base OS image for new Virtual Machines

Sys-Prepped/Generalized/Read Only

Created by uploading or by capture

Writable Disks for Virtual Machines

Created during VM creation or during upload of existing VHDs.

Images and Disks

OS Images

MicrosoftPartner User

Disks

OS Disks Data Disks

Page 11: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Virtual Machine Sizes

Each Persistent Data Disk Can be up to 1 TB

VM Size CPU Cores Memory Bandwidth

(Mbps)# Data Disks

Extra Small (A0) Shared 768 MB 5 1

Small (A1) 1 1.75 GB 100 2

Medium (A2) 2 3.5 GB 200 4

Large (A3) 4 7 GB 400 8

Extra Large (A4) 8 14 GB 800 16

A6 4 28GB 1,000 8

A7 8 56GB 2,000 16

Page 12: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Windows Azure Storage

Disk Storage

Images and disks are stored as Windows Azure Storage Blobs Data is triplicated All existing storage tools just work

Page 13: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Virtual Machine Names and DNS

Bring your own DNS serverUse your on-premise DNS serversDeploy a DNS server in Windows AzureUse public DNS services

Windows Azure provided DNS Resolves VMs by name within the same cloud serviceMachine names are modeled explicitly and registered in the DNS service

Full control over machine names

Page 14: Azure for IaaS - Global Windows Azure Bootcamp (GWAB)

Demo: Azure Virtual Machine