Scale Azure Functions Flashcards

1
Q

Scale-out of Consumption plan

A

Event driven. Scales out automatically, even during periods of high load. Functions infrastructure scales CPU and memory resources by adding more instances based on the number of incoming trigger events.

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

Consumption plan Max # instances

A

Windows: 200
Linux: 100

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

Scale-out of Flex Consumption plan

A

Per-function scaling. Event-driven scaling decisions are calculated on a per-function basis, which provides a more deterministic way of scaling the functions in your app.

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

Flex Consumption plan Max # instances

A

Limited only by total memory usage of all instances across a given region.

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

Scale-out of Premium plan

A

Event driven. Scale out automatically based on the number of events that its functions are triggered on.

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

Premium plan Max # instances

A

Windows: 100
Linux: 20-100

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

Scale-out of Dedicated plan

A

Manual/autoscale

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

Dedicated plan Max # instances

A

10-30
100 (ASE)

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

Scale-out of Container Apps

A

Event driven. Scale out automatically by adding more instances of the Functions host, based on the number of events that its functions are triggered on.

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

Container Apps Max # instances

A

10-300

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