Share via

CPU and Memory management

Akarshan Sonkar 80 Reputation points
2025-09-29T11:10:57.74+00:00

Hi Everyone,

Is there a way to adjust or customize the CPU and memory allocation for Container Apps based on peak and non-peak hours?

Thanks

Azure Container Apps
Azure Container Apps

An Azure service that provides a general-purpose, serverless container platform.

0 comments No comments

Answer accepted by question author

Praveen Kumar Gudipudi 2,290 Reputation points Microsoft External Staff Moderator
2025-09-29T12:04:27.0766667+00:00

Hello Akarshan Sonkar,

  1. Autoscaling: Azure Container Apps supports autoscaling based on HTTP traffic and other metrics. By setting up autoscaling rules, you can ensure that your application scales out (adds more instances) during peak hours and scales in during non-peak hours to save on costs.
  2. Workload Profiles: Consider using Workload Profiles for your container apps. This allows you to set specific profiles that define the CPU and memory settings, which can also help in managing resource allocation during varying load conditions.

Please check below document:

Scaling Options in Azure Container Apps

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.