Azure VM's Flashcards
Is a VM created in a specific location?
Yes, it is created only in a single region in a single datacentre.
What is used to create a VM?
Image
What are the families of VM?
- General Purpose
- Compute optimize
- Memory-optimized
- Storage optimized
- GPU
- HPC
What choosing a size of VM, what will the size effect?
- Memory
- Processing performance
- Number of disks
- Number of NICs
- Storage performance
- Graphics capabilities
Can you change the VM size after it is created?
Yes, with a reboot
If I wnat to create a very large VM and I am getting an error, what may be the cause and how can I fix it?
You may be hitting the Azure quota limit imposed by azure, you can request to have your quota increased, this is done in subscriptions under ‘usage and quotas’.
What is the difference between managed and unmanaged disks?
- Managed disks: Support HA, you do not need a storage account.
- Unmanaged disks: Required storage account and it management. Limited support for HA. Limited functionality
Is it possible to take a snapshot of the disk?
Yes, 100%
What is the difference between standard and premium storage for disk>
Premium is higher IOPS and has burst capabilities.
Is standard manage disk HTT or SSD?
Standards are HDD and premium is SSD
What are the different disk types a VM gets in Azure?
- OS Disk: Contains the image of OS
- Temp Disk: Local disk, not persistent
- Data Disk: Attached volume for data
- Ephemeral Disk: Is a read-only OS disk
What is disk caching?
Disk caching is used to improve the read and write performance of a disk. It is host caching and used high-performance storage thet is very fast.
Blob caching
Uses both Azure blob storage and host SSD and memory ot provide caching.
Is read/write caching enabled by default for data disks?
No, you have to manually enable
Is read/write caching enabled by default for OS disks?
Yes
What is write-back caching?
This is read/write caching
What are the types of cache supported by disks>?
R/W (write back)
R (read-only)
None (no read or write cache)
For virtual disks, I get different performance
From performance tiers,
- Ultra: For extreme workloads, super high IO, DAP, HANA.
- Premium: High performance like DB
- Standard light usage apps
- Standard Non-critical workloads
What are the choices thet effect disk performance?
- Disks type ultra, premium SSD, standard SSD standard HDD
- Cached vs uncashed
- Local disk
- VM size and it IOPS limits
What types of outages can you have?
- Planed: You will get notified through service health or scheduled events
- Unplaned
Where can I get an update form planned outages?
Scheduled events and service health
I have an application that would like to react to a scheduled event such as planned outage inside the VM, how can I get access to this information?
Just send this from inside the VM, there is a rest services thet will respond. curl -H Metadata:true
What are zonal services and zone redundant services?
Zonal services pins you resource to the zone, like a VM
Zone redundant services means
What are the zonal services and zone redundant services?
Zonal services pins you resource to the zone, like a VM
When I am creating 3 redundant VM’s how can I ensure these VM’s do not end up been provisioned on the same physical hardware?
Create an availability set, set number of faults domains
When I am creating 3 redundant VM’s how can I ensure these VM’s do not end up been updated by Azure at the same time?
Create an availability set, set number of updates domains
When you are creating an availability set are the virtual disk aligned?
Yes, by default.
How do I get a 99.95% SLA on VM’s?
Place one or more VM in an Availability set