Issue in calling 3rd party API
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.