Hi,
From the link https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale, the default and max values are shown below.
Please note that best practice is to avoid long running functions as explained here. https://learn.microsoft.com/en-us/azure/azure-functions/performance-reliability#avoid-long-running-functions
Hope this helps.
Ash