0
0
Azurecloud~5 mins

Container Apps scaling rules in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the purpose of scaling rules in Azure Container Apps?
Scaling rules automatically adjust the number of container instances based on demand to ensure performance and cost efficiency.
Click to reveal answer
beginner
Name two types of triggers that can be used in Container Apps scaling rules.
CPU usage and HTTP request count are common triggers for scaling Container Apps.
Click to reveal answer
intermediate
How does a 'minReplicas' setting affect Container Apps scaling?
It sets the minimum number of container instances to keep running, even when demand is low.
Click to reveal answer
intermediate
What happens if the scaling rule threshold is not met in Azure Container Apps?
The number of container instances remains the same or scales down to the minimum replicas if demand decreases.
Click to reveal answer
beginner
Explain the difference between 'scale out' and 'scale in' in Container Apps scaling rules.
'Scale out' means increasing container instances when demand rises; 'scale in' means decreasing instances when demand falls.
Click to reveal answer
Which metric can trigger scaling in Azure Container Apps?
AMemory allocated
BDisk size
CNumber of users logged in
DCPU usage
What does setting 'maxReplicas' control in Container Apps scaling?
AMaximum memory usage allowed
BMinimum number of container instances
CMaximum number of container instances
DMaximum CPU usage allowed
If HTTP request count increases, what scaling action is expected?
AScale out (increase instances)
BScale in (decrease instances)
CNo change
DRestart containers
What is the effect of setting 'minReplicas' to zero?
AContainer Apps can scale down to zero instances
BContainer Apps always run at least one instance
CScaling is disabled
DContainers restart automatically
Which of these is NOT a valid scaling trigger in Azure Container Apps?
ACPU usage
BDisk I/O speed
CHTTP queue length
DCustom metrics
Describe how scaling rules help manage performance and cost in Azure Container Apps.
Think about how apps handle more or less traffic.
You got /4 concepts.
    Explain the roles of 'minReplicas' and 'maxReplicas' in Container Apps scaling rules.
    Consider limits on scaling up and down.
    You got /4 concepts.