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

Road to cloud-iaas

Embed Size (px)

Citation preview

Technology Oriented Course

Microsoft Azure

IAASHatem AlSumCloud Technical Consultant Cloud Niners

IAAS in Azure

Azure Overview

What the difference from Management perspective

Storage

Infrastructure : Storage

General Purpose Storage Account

•Standard Performance•Tables•Blobs•Queues•File

•Premium Performance•Azure VMs Disks

Replication for Durability and High Availability

Comparison of storage types

Azure File Explorer

Azure File Explorer

Networking

Networking in Azure

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

• Load Balancer

Network : Virtual Network

Network Security Group

Network : Site to Site VPN

Azure Load Balancer

Azure Load Balancer

Compute

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

VM Compute Size : D Family

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

D

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

High Availability

Availability of virtual machines

• Planned Maintenance• Periodic Updates• Security Update

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

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

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

Availability Set Overview

DemoCreating Virtual Machine

Azure Portal

Backup & Recovery

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.

Azure Backup

Azure Backup Methods

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

How Azure Backup Vault with Backup agent

Automatic Site Recovery

SQL Server Options

SQL Server Options

SQL Server Always On Replication

Code DemoInfrastructure as a code

Thank You