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?
✗ Incorrect
CPU usage is a common metric used to trigger scaling in Container Apps.
What does setting 'maxReplicas' control in Container Apps scaling?
✗ Incorrect
'maxReplicas' limits the maximum number of container instances that can be created.
If HTTP request count increases, what scaling action is expected?
✗ Incorrect
An increase in HTTP requests usually triggers scaling out to handle more load.
What is the effect of setting 'minReplicas' to zero?
✗ Incorrect
Setting 'minReplicas' to zero allows the app to scale down to zero instances when idle.
Which of these is NOT a valid scaling trigger in Azure Container Apps?
✗ Incorrect
Disk I/O speed is not a standard scaling trigger in Azure Container Apps.
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.