gab 2016 cloud storage

21
Azure Cloud Storage - IaaS Carlos Mayol ([email protected]) Premier Field Engineer - Microsoft

Upload: carlos-mayol

Post on 12-Apr-2017

205 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: GAB 2016 Cloud Storage

Azure Cloud Storage - IaaSCarlos Mayol ([email protected])

Premier Field Engineer - Microsoft

Page 2: GAB 2016 Cloud Storage

Carlos Mayol (MSFT since 2010, on IT since 1997)

• Actively working on Clustering ,Virtualization and Azure Infrastructure Services at Microsoft

• Content contributor for Microsoft Press books, TechNet articles and Webcast

• Speaker on System center and Azure User Groups

Premier Field Engineer focused on Proactive Services and Trainings for Microsoft products and solutions

Page 3: GAB 2016 Cloud Storage

• Azure Infrastructure as a Service

• Azure Data & Storage

• Blobs, Queues, Tables, Files

Part 1 Tech slides

Part 2 Demos

Part 3 FAQ / Q&A

Download it here:

http://www.slideshare.net/CarlosMayol4

Page 4: GAB 2016 Cloud Storage

IaaS – Video

Page 5: GAB 2016 Cloud Storage

What is Azure Storage

Provision

Page 6: GAB 2016 Cloud Storage

Microsoft Azure Storage

Provision

Page 7: GAB 2016 Cloud Storage

Microsoft Azure Storage

Page 8: GAB 2016 Cloud Storage

Azure Storage Architecture – @10k feet

Front-End (FE) layer – This layer takes

the incoming requests, authenticates

and authorizes the requests, and then

routes them to a partition server in the

Partition Layer

Partition Layer – This layer manages the

partitioning of all of the data objects in

the system, routes request to the

correct server and load-balances

partitions

Distributed and replicated File System

(DFS) Layer – This is the layer that

actually stores the bits on disk and is in

charge of distributing and replicating

the data across many servers to keep it

durable

Page 9: GAB 2016 Cloud Storage

Azure Storage Services

Page 10: GAB 2016 Cloud Storage

Azure Storage Services

• Blob Storage stores file data

• Table Storage stores structured datasets

• Queue Storage provides reliable messaging

• File Storage offers shared storage for legacy applications

Page 11: GAB 2016 Cloud Storage

Azure Storage ServicesAzure Storage Service Encryption for Data at Rest (Preview)

Azure Storage automatically encrypts your data prior to persisting to storage and decrypts prior to

retrieval. The encryption, decryption and key management is totally transparent to users

The Keys are managed by Microsoft for now

All data is encrypted using 256-bit AES encryption

Available on Ibiza portal for only ARM storage accounts (for now)

Scenarios:

Encryption of block blobs, append blobs, and page blobs

Encryption of archived VHDs and templates brought to Azure from on-premises.

Encryption of underlying OS and data disks for IaaS VMs created using your VHDs

Page 12: GAB 2016 Cloud Storage

Azure Storage Redundancy Options

Page 13: GAB 2016 Cloud Storage

Windows Azure Storage

Persistent Storage with Microsoft Azure

Page 14: GAB 2016 Cloud Storage

Windows Azure Storage

Storing Data on Microsoft Azure

Page 15: GAB 2016 Cloud Storage

continuous storage geo-replication

WEST

DC

EAST

DC

> 400 miles

Windows Azure Storage

Geo-Replicated Storage

Increased Availability with Replication

Page 16: GAB 2016 Cloud Storage

Accessing Blob Storage

Page 17: GAB 2016 Cloud Storage

Storage considerations Data Disks

Azure VM disk provides up to 1 TB and provides:

500 IOPS (8K) throughput (Standard)

300 IOPS (8K) throughput (Basic) Storage account is limited to 20,000 IOPS

That means an average of 40 VHDs

Use storage spaces to combine disks and achieve more then 500 IOPS or 1 TB (up to 16 disks)

• Configure the Storage Space to use all attached data disks

• Set the Storage Space interleave at least as large as the I/Os of your workload

• Use PowerShell to configure 1 columns per each disk

• Cluster size matters, use 64 KB for SQL server

Page 18: GAB 2016 Cloud Storage

Premium Storage considerations

• SSD based storage that enhance the performance of IO intensive enterprise workloads

• Locally Redundant Storage enabled –Keeps three replicas of data within the data center

• 3 Size types (P10, P20, P30)

Page 19: GAB 2016 Cloud Storage

Sharing Files

• Old school method: set one VM to share files across your VMs• Caveats: redundancy and write your

own code to locate the share

• Azure Files• Shared file share

• Managed (scalability, durability and availability)

• SMB (3.0) and REST are supported

• Max File Size 1TB

• Max Files per Share 5TB

Page 20: GAB 2016 Cloud Storage

Storage limits

Page 21: GAB 2016 Cloud Storage