Issue in calling 3rd party API

Abhishek Patkar 0 Reputation points
2023-02-17T11:30:01.3266667+00:00

Hi,

I am using Azure function with .net core 3.1 with HTTP trigger and Premium plan.

I am calling a 3rd party API using the code they have provided.

It basically scan the documents and gives result. When I run the function on my local its working fine with large files.

But when I publish it to Azure and the function is triggered it works fine for small file but there is no response for large files. The function is triggered and ran for about 3-4 hrs.

So, I want to know is there any config I am missing on Portal because it is working fine on my local host with large file and I have given the app an Unbounded time limit on Premium Plan.

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