We have configure HTTp Azure function using adf pipeline the Azure function takes 6 minutes to run. We have the functiotimeout in the host.json file to 10 minutes. Which works to run the Azure function calling the api manually. But, facing issue when schedule run. In the Azure function we are using HttpWebRequest as per our scenario is considered, but we did not gave any timeout.
We have not tried to add the request timeout. But, need to check on next day run. In the meanwhile can you please suggest alternate solutions.
Vinay Bammidi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.