@Peter Velthuis While a direct retry isn't possible, you could poll the status using the GetStatusAsync API and retry in code on failure. But with something like this, you need to ensure that everything runs within the function timeout otherwise the queue triggered function would just always fail.
Instead, another option would be to have your orchestrator send a failure queue message that triggers the retry while keeping count and logging exceptions.