Azure VMs Flashcards

1
Q

What are machine scale sets?

A

Automatically manage and scale identical VMs according to demand.

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

What are machine availability sets?

A

VMs are grouped sets which have fault and update domains. Fault domains include all the machines that share physical infrastructure (power supply and network switch), while update domains contain all the VMs that share resources such that they can be rebooted at the same time. During maintenance, update domains are updated sequentially where each domain is given 30 minutes to reboot, before the next is updated.

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

What is serverless computing?

A

Server and infrastructure management is abstracted away. This means code can be run without thinking about infrastructure it is running on. The application is scaled automatically, and resources are allocated on demand meaning you only pay for CPU time.

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

What is Azure App Service?

A

Environment for hosting web application backend. Scale automatically, and require no infrastructure management or maintenance.

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