Top Banner
Technology Oriented Course Microsoft Azure IAAS Hatem AlSum Cloud Technical Consultant Cloud Niners
40

Road to cloud-iaas

Jan 07, 2017

Download

Technology

Hatem Al Sum
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Road to cloud-iaas

Technology Oriented Course

Microsoft Azure

IAASHatem AlSumCloud Technical Consultant Cloud Niners

Page 2: Road to cloud-iaas

IAAS in Azure

Page 3: Road to cloud-iaas

Azure Overview

Page 4: Road to cloud-iaas

What the difference from Management perspective

Page 5: Road to cloud-iaas

Storage

Page 6: Road to cloud-iaas

Infrastructure : Storage

Page 7: Road to cloud-iaas

General Purpose Storage Account

•Standard Performance•Tables•Blobs•Queues•File

•Premium Performance•Azure VMs Disks

Page 8: Road to cloud-iaas

Replication for Durability and High Availability

Page 9: Road to cloud-iaas

Comparison of storage types

Page 10: Road to cloud-iaas

Azure File Explorer

Page 11: Road to cloud-iaas

Azure File Explorer

Page 12: Road to cloud-iaas

Networking

Page 13: Road to cloud-iaas

Networking in Azure

• Overview for Virtual Network• VPN• Site to Site• Point to Site

• Load Balancer

Page 14: Road to cloud-iaas

Network : Virtual Network

Page 15: Road to cloud-iaas

Network Security Group

Page 16: Road to cloud-iaas

Network : Site to Site VPN

Page 17: Road to cloud-iaas

Azure Load Balancer

Page 18: Road to cloud-iaas

Azure Load Balancer

Page 19: Road to cloud-iaas

Compute

Page 20: Road to cloud-iaas

VM Compute Size : A Family

•Highest Value VM Size•Basic and Standard Sizes•General Purpose and High Memory•Up to 16 Cores , 112 GB RAM

A

Page 21: Road to cloud-iaas

VM Compute Size : D Family

•60 % Faster CPU•Local SSD Storage•Up to 20 Cores, 140 GB RAM

D

Page 22: Road to cloud-iaas

VM Compute Size : G Family

•Optimized for data workload•Latest generation on intel processors•Up to 6.1 TB Local Storage•Up to 32 Cores, 448 GB RAM

G

Page 23: Road to cloud-iaas

High Availability

Page 24: Road to cloud-iaas

Availability of virtual machines

• Planned Maintenance• Periodic Updates• Security Update

• Unplanned Maintenance• Hardware or Physical Failure• Network• Local Disks• Rack Level Failure

Page 25: Road to cloud-iaas

Fault Domain , Update Domain

•Update Domain: Define group of virtual machines that will be update (could require restart)

VMs within same UD could be restarted due planned maintenance

•Fault Domain :  define the group of virtual machines that share a common power source and network switch

Page 26: Road to cloud-iaas

Best Practice for High Availability

• Configure multiple virtual machines in an Availability Set for redundancy• Configure each application tier into separate Availability Sets• Combine the Load Balancer with Availability Sets• Avoid single instance virtual machines in Availability Sets

Page 27: Road to cloud-iaas
Page 28: Road to cloud-iaas

Availability Set Overview

Page 29: Road to cloud-iaas

DemoCreating Virtual Machine

Azure Portal

Page 30: Road to cloud-iaas

Backup & Recovery

Page 31: Road to cloud-iaas

Recovery Point Objective• The acceptable time window of lost data due to the recovery process

Recovery Time Objective• The maximum amount of time allocated for restoring application functionality.

Page 32: Road to cloud-iaas

Azure Backup

Page 33: Road to cloud-iaas

Azure Backup Methods

•Azure Backup agent (Any VM or Physical)•System Center Data Protection Manager (DPM)•Azure Backup (VM extension)

Page 34: Road to cloud-iaas

How Azure Backup Vault with Backup agent

Page 35: Road to cloud-iaas

Automatic Site Recovery

Page 36: Road to cloud-iaas

SQL Server Options

Page 37: Road to cloud-iaas

SQL Server Options

Page 38: Road to cloud-iaas

SQL Server Always On Replication

Page 39: Road to cloud-iaas

Code DemoInfrastructure as a code

Page 40: Road to cloud-iaas

Thank You