How to increase the file storage available for deployment of a Azure Function app (Consumption Plan)

Facturation S 0 Reputation points
2025-02-19T16:36:14.2366667+00:00

I have a Consumption Plan for a Function App.

When I deploy my solution (C# solution with a heavy codebase) I get this:


Failed to proceed. 

Status code 500, 

"

{

"Message":"An error has occurred.",

"ExceptionMessage":"There is not enough space on the disk.\r\n...

}

"

It says here: https://learn.microsoft.com/en-us/azure/azure-functions/storage-considerations?tabs=azure-cli that I need to increase my Azure Files storage service.

I would like to purchase 5 GB (I think currently I only have 1 GB).

How do I purchase this and how do I link it to my current Function App?

I thought it would be on the Scale up option of the Microsoft Azure Portal but it's grayed out for my Function App.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,473 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.