(Unit 1 of 9) Describe Azure Virtual Machines Flashcards
What as-a-service do VMs provide?
VMs provide infrastructure as a service (IaaS) in the form of a virtualized server
(you still need to configure, update, and maintain the software)
List 4 benifits to VMs
- Total control over the operating system (OS).
- The ability to run custom software.
- To use custom hosting configurations.
- Flexibility of virtualization without having to buy and maintain the physical hardware
Describe VM SCALE SETS
Virtual machine scale sets let you create and manage a group of identical, load-balanced VMs.
Describe VM AVAILABILITY SETS
Availability sets are designed to ensure that VMs stagger updates and have varied power and network connectivity, preventing you from losing all your VMs with a single network or power failure.
Name 2 ways that VM availability sets group VMs
- Update domain
- Fault domain
Explain the 1st group of VM availability sets.
The update domain groups VMs that can be **rebooted **at the same time.
This allows you to apply updates while knowing that only one update domain grouping will be offline at a time.
Explain the 2nd group of VM availability sets.
The fault domain groups your VMs by common power source and network switch.
By default, an availability set will split your VMs across up to three fault domains.
Give some examples of when to use a VM
- During testing and development.
- When running applications in the cloud.
- When extending your datacenter to the cloud
- During disaster recovery