Azure App Function

Noe Leiva 1 Reputation point
2021-10-29T15:58:52.347+00:00

how to fix azure function app service plan containing app reached >85% memory allocated?

Looks like my quota has reached maximum capacity but can't find a way to refresh this.

I have already updated my scale up plan based on the recommendation from the Azure app.

144976-image.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,323 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Noe Leiva 1 Reputation point
    2021-11-01T12:06:22.067+00:00

    No luck
    The storage is displaying that we don't have space available.

    145344-image.png

    0 comments No comments

  2. MayankBargali-MSFT 68,656 Reputation points
    2021-11-05T05:12:51.243+00:00

    @Noe Leiva As per the screenshot that you have shared I see your file system storage is used less than 1% therefore the used space shows as 0%. As per the backend logs, I don't see any error that your app service plan containing file system issues. In case if you are talking about memory (as the screenshot shows file system) then when you need more cores, memory, or storage, scale up to a bigger VM size in the same tier as mentioned here or increase the instance count.

    In case if you don't want to increase to a bigger VM size then I will suggest you to Diagnose the Memory Analysis to view which app is consuming the memory and review that app if there is any improvement in the code that helps in decreasing the memory usage.

    0 comments No comments