An Azure service that provides an event-driven serverless compute platform.
Please note that the language runtime you select may impose strict concurrency restrictions on your functions. For example, Durable Function apps written in Python or PowerShell may only support running a single function at a time on a single VM. If the language runtime you are using places a restriction on concurrency, you should update the Durable Functions concurrency settings to match the concurrency settings of your language runtime.
Where can I find the concurrency restrictions for the language runtime (Python in my case) ?
"...may only support a single function.." is a bit vague and ambiguous.