8
Microsoft Azure Training Shawn Ismail [email protected] http://www.cloudranger.net

Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Embed Size (px)

Citation preview

Page 1: Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Microsoft Azure Training

Shawn [email protected]

http://www.cloudranger.net

Page 2: Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Shawn Ismail Cloud Architect

@shawnismail [email protected]

https://www.linkedin.com/in/shawnismail

http://www.2tolead.comhttp://www.cloudranger.net

Azure Virtual Machines - Part 9VM Storage

Page 3: Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Azure Virtual Machines - Part 9 - VM Storage

VM Disk Caching• The Read and Write buffers are done on the local physical disk of the host server • OS Disk - Cache settings only by using PS• Data Disk - Cache setting by using Management Portal and PS• Can be enabled at creation time or later• Default Cache Setting is Read/Write

Page 4: Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Azure Virtual Machines - Part 9 - VM Storage

Change OS Disk Cache: Get-AzureVM -ServiceName "crangervm001" -Name "crangervm001" |

Set-AzureOSDisk -HostCaching ReadOnly |Update-AzureVM

Change Data Disk Cache: Get-AzureVM -ServiceName "crangervm001" -Name "crangervm001" |

Set-AzureDataDisk -HostCaching ReadWrite |Update-AzureVM

Page 5: Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Azure Virtual Machines - Part 9 - VM Storage

Disk Redundancy – Durability • Local Redundant Tier (default) - Each disk is replicated 3 times in a given DC or facility

• Zone redundant Tier - each disk replicated 3 times across two or more DC/facilities

• Geo-Redundant Tier - Each disk replicated 3 times in the primary zone and 3 at a remote zone

• Geo-Redundant Read Access : Data is read only in secondary zone

Disk Redundancy – PerformanceDisk IOPS

Page 6: Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Azure Virtual Machines - Part 9 - VM Storage

Azure files - Preview feature

• SMB endpoint from an Azure Storage Account

• Like a File Share on a Storage Account

Page 7: Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Azure Virtual Machines - Part 9 - VM Storage

Training Site URL: http://www.cloudranger.net/azure-trainingYouTube: https://www.youtube.com/c/CloudrangerNetwork

Twitter: @cloudrangerblogGoogle Plus: https://www.google.com/+CloudrangerNetwork

Email: [email protected]

Thank you!

Page 8: Microsoft Azure Training - [22] Azure Virtual Machines - Part 9 - Azure VM Storage (Exam 70-533)

Azure Virtual Machines - Part 9VM Storage

Training Site: http://www.cloudranger.net/azure-training

YouTube: https://www.youtube.com/c/CloudrangerNetwork

Twitter : @shawnismail

Email : [email protected]

LinkedIn: https://www.linkedin.com/in/shawnismail

http://www.2tolead.comhttp://www.cloudranger.net