26
What's New in Azure IaaS… A Server Huggers Perspective Rick Claus [email protected] @RicksterCDN

What's New in Azure IaaS… A Server Huggers Perspective Rick Claus [email protected] @RicksterCDN

Embed Size (px)

Citation preview

Page 1: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

What's New in Azure IaaS…A Server Huggers

Perspective

Rick [email protected]

@RicksterCDN

Page 2: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

How to connect with Rick?

http://about.me/rickclausTwitter: @[email protected]://regularITguy.com

Page 3: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Fortune 500 using Azure

>57%

>50TRILLIONstorage objects

439MILLIONAAD users

1 out of 5 VMsare Linux VMs

>5.1 TRILLION

transactions in March

>3 MillionDevelopers

registered with Visual Studio Online

20MSQL databases

hours used everyday

Azure scale momentum

>18BILLIONAzure Active Directory authentications/week

New Azure customers a month

>90,000

Page 4: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

HyperScale

• Global coverage• Hyperscale regions• Hyperscale platform

The Azure Cloud Platform

Enterprise Grade

Hyperscale

Hybrid

Page 5: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

20132014Coming soon…

Global coverage

Page 6: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Up to 600,000 servers in some Azure regions.

Hyperscale regions

Page 7: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Hybrid• Connectivity• Consistency• Connected Services

The Azure Cloud Platform

Enterprise Grade

Hyperscale

Hybrid

Page 8: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Azure

SSL (P2S)

VPN (S2S)

ExpressRoute

:443Connectivity

Page 9: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

The Azure Cloud Platform

Enterprise Grade

Hyperscale

HybridEnterprise Grade

Page 10: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Trust and control

VM

Cameras and alarms

24x7 security staff

Barriers and fencing

Days of backup power

Two-factor access control

Secure by designOperation security controlsCompliance certifications

Forensics

Penetration testing

Secure and isolated VNetsNetwork ACLsAzure Active Directory

Multiple virtual NICs

Security appliances

Physical

Infrastructure

Network

Anti-malwareVM security extensionsRole-based access controls

Key vault and encryption

Logging and auditing

VM

Page 11: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

The pieces of IaaS…

Storage

Page 12: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Virtual machine storage architecture

Azure virtual machine

C:\OS Disk (127 GB)

E:\, F:\, etc.Data disks (1 TB)

D:\Temporary disk

(Contents can be lost)Disk cache

Azure Blob

Page 13: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Page Blobs3 copiesVHD disks, 1 TB per disk 500 IOPs (8000 IOPS total)

Virtual machine standard storage

Page 14: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

West DCEast DC

> 400 miles

Defend against regional disasters

Geo replication

Virtual machine standard storage

Page 15: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Compute

The pieces of IaaS…

Page 16: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

New generationof D family VMs

DV2

SSD Storage Fast CPUs

D

Scale-up options

Largest virtual machinesFastest storage in the public cloud

35% faster than D

Intel E5-2673 v3 CPUs

NVIDIA GPUs

Remote visualization

Compute-intensive + RDMA

Highest value

A

Most memory fastest CPUs

G

>80,000 IOPsPremium Storage

GPU-enabled virtual machines

N

Highest value Largest scale-up

Page 17: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

© ITEdgeintersection. All rights reserved.http://www.ITEdgeintersection.com

The G family

Optimized for data workloads

Up to 32 CPU cores, 448 GB RAM

6.5 TB local SSD

Latest generation Intel processor

Up to 64 attached disks!!

G

Page 18: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Network

The pieces of IaaS…

Page 19: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Subnet ACLsCloud service

Middle tier (Logic)

Front end tier (App)Virtual

network 1

Virtual network

2

Subnet ACL 10.0.0.4

Subnet ACL 10.0.0.5

Internet

Backend tier (Database)Virtual

network 3 On-premises datacenter

VPN ACL 10.0.0.6

Page 20: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Manage resources as a single unit

Role based access and control (RBAC) on groups or resources

Billing integrated tagging on groups or resources

Resource Groups

RESOURCE GROUP

Page 21: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Azure Templates can:• Ensure Idempotency

• Simplify Orchestration

• Simplify Roll-back

• Provide Cross-Resource Configuration and Update Support

Azure Templates are: • Source file, checked-in

• Specifies resources and dependencies (VMs, WebSites, DBs) and connections (config, LB sets)

• Parametized input/output

Instantiation of repeatable config.Configuration Resource Group

Power of Repeatability

SQL - A Website VirtualMachines

SQL-AWebsite[SQL CONFIG] VM (2x)

DEPENDS ON SQLDEPENDS ON SQL

SQLCONFIG

Page 22: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

PrimaryDomain

Controller

BackupDomain

Controller

Sharepoint HA ARM template

SQL VM1 SQL VM2SQL

Witness

SharePoint App VM1

SharePoint App VM2

SharePoint Web

VM1

SharePoint Web

VM2

SharePoint

Active Directory

SQL Always On Cluster

Page 23: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

Key Improvements: Azure Virtual Machines (v2)

Massive and parallel deployment of Virtual Machines

3 Fault Domains in Availability Sets Custom URLs for Custom Script VM

Extensions for VMs SSH-2 RSA Format Support for SSH keys for

Linux VMs

Page 24: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

© ITEdgeintersection. All rights reserved.http://www.ITEdgeintersection.com

Parameters: Input Variables: Model reuseResources: ComponentsOutputs

Template Sections

Page 25: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

>50% workloads in public cloud

How to Begin the journey to hybrid cloud

Cloud native app

development

Lift and shift packaged

apps

Dev/Test infrastructure

Backup and DR

Page 26: What's New in Azure IaaS… A Server Huggers Perspective Rick Claus rclaus@microsoft.com @RicksterCDN

© ITEdgeintersection. All rights reserved.http://www.ITEdgeintersection.com

Want Rick’s Coordinates?

http://about.me/rickclausTwitter: @[email protected]://regularITguy.com

Please use Event Board to fill out a session evaluation.

Questions?

Thank you!