Storage Flashcards
What is the purpose of an OS disk?
Holds the OS related files.
What is the maximum size of an OS disk?
2048 GB
What is the purpose of a Data disk?
Holds general application and user data.
What is the maximum size of a Data disk?
32,767 GB
What is a Temp disk?
Short-term storage in each VM which is local to the server, not attached to a Storage Account.
Where do Ephemeral disks save their data?
It is saved local to the VM rather than to remote storage.
Is data held in Ephemeral disks free?
Yes. Because data is saved locally to the VM, it is free..
In what form are Managed Disks kept in Storage Accounts?
They are kept as page blobs.
What’s the maximum amount of Managed Disks per Subscription?
50k
What are the two types of encryption methods associated with Managed Disks?
Azure Storage Service Encryption (SSE) as part of the storage account or Azure Disk Encryption (ADE) which uses BitLocker or DM-Crypt depending on the VM’s OS.
What command would you use to convert an Unmanaged Disk to an Managed one?
ConvertTo-AzureRMVMManagedDisk -ResourceGroupName MyGroup -VMName JC-DC
Where can Ultra SSDs be used?
Only with VMs in Availability Zones.
What are some limitations of Ultra SSDs?
Data disk only, no snapshots, VM images, scale sets, recovery, encryption or backup.
What is Azure Files?
A cloud-based file share.
How can you access Azure File Shares?
Either mounting the share locally in Windows Explorer, using Azure File Sync or in the Azure Portal.