Container Apps scaling rules work by monitoring app load metrics such as concurrent HTTP requests. When the load goes above a set threshold, the app adds containers to handle the extra traffic, called scaling out. When the load drops below the threshold, it removes containers, called scaling in. This process repeats continuously to keep the app responsive without wasting resources. For example, if the rule triggers at 50 concurrent requests, the app will add containers when requests go above 50 and remove them when below. The execution table shows how container count changes step by step as load varies. This helps beginners see how scaling decisions happen in real time.