Azure AppService (Linux Container) memory limit

Ivan Navalotski 0 Reputation points
2025-02-05T19:50:20.2066667+00:00

Hello.

I have:

  1. Azure App Service (Linux Container)
  2. Azure App Service Plan (Basic B2, 3.5GB memory)

When I try to get available memory:

[HttpGet]
public IActionResult Get()
{
    var gcInfo = GC.GetGCMemoryInfo();
    var response = new Dictionary
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,266 questions
{count} votes

Your answer

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