(Unit 1 of 9) Describe Azure Virtual Machines Flashcards

1
Q

What as-a-service do VMs provide?

A

VMs provide infrastructure as a service (IaaS) in the form of a virtualized server

(you still need to configure, update, and maintain the software)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List 4 benifits to VMs

A
  1. Total control over the operating system (OS).
  2. The ability to run custom software.
  3. To use custom hosting configurations.
  4. Flexibility of virtualization without having to buy and maintain the physical hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe VM SCALE SETS

A

Virtual machine scale sets let you create and manage a group of identical, load-balanced VMs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe VM AVAILABILITY SETS

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name 2 ways that VM availability sets group VMs

A
  1. Update domain
  2. Fault domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain the 1st group of VM availability sets.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explain the 2nd group of VM availability sets.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give some examples of when to use a VM

A
  1. During testing and development.
  2. When running applications in the cloud.
  3. When extending your datacenter to the cloud
  4. During disaster recovery
How well did you know this?
1
Not at all
2
3
4
5
Perfectly