Virtual Machines Flashcards
Under what circumstances is an upgrade of the guest OS supported?
Linux endorsed distributions in the case of a full open source license.
What does the Azure Virtual Machine Readiness tool do?
Checks your on-prem environment (both physical and virtual) and provides you with a checklist on moving to the cloud
What does the Azure VM Optimization Assessment do?
Asks a few questions, collects some data, and provides some recommendations to optimize your VMs
What is the file format for an ARM template?
JSON
What do you need to do to use a VHDX image for your Azure VM?
Convert it to VHD and upload it
What is the purpose of an Availability Set?
Prevent multiple VMs from being grouped on the same physical hardware, so they’re resilient against downtime.
What is the difference between a VM image and an OS image?
A VM image can contain disks - an OS image is just the base OS (no data disks)
When preparing a custom image for a VM, what will ensure that the VM will obtain an IP address from the VNet when it starts?
Make sure the VM is configured to pull DNS and IP from DHCP
True or False: A dynamic IP address is allocation at the time of VM creation
False - it is allocated when the machine is started
The temporary disk on a linux VM is usually what and is mounted as what?
Disk is /dev/sdb and is mounted at /mnt by the Azure Linux Agent
Each VM in an availability set is placed into ___ update domain(s) and ___ fault domain(s)
One update and two fault
What is an Update Domain for a VM?
A set of VMs (and associated physical hardware) that can be updated / rebooted at the same time
How many Update Domains are there by default, and how many can you configure manually?
5, and you can configure up to 20
What is a Fault Domain for a VM?
A group of VMs that share common hardware or switches (in other words, a single point of physical failure)
What is necessary on a VM in order for the Azure backup extension to work?
The Azure VM Agent.