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.
Microsoft 365 and Office | SharePoint | Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andriy Bilous 12,071 Reputation points MVP Volunteer Moderator
    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.


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.