limits of requests in the Azure function

Pavel Krasnov 1 Reputation point
2022-11-04T06:43:58.5+00:00

We are going to process our Excel file with Aspose, converting it to base64 format. To do this, we need to insert this data into the Azure function. Tell me please, what are the limits of requests in the Azure function?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,810 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andriy Bilous 11,176 Reputation points MVP
    2022-11-04T11:26:07.127+00:00

    Hello @Pavel Krasnov

    Azure function has different limits that depends on Plan(Consumption, Premium, Dedicated, ASE, Kubernetes)
    You can find all Azure function limits using this link

    Regardless of the function app, maximum amount of time that an HTTP triggered function can take to respond to a request is 230 seconds.