Currently, we can monitor the tasks by the azure portal, we should be able to do this programmatically and obtain LADs names of tasks that might have failed to resubmit.
We can start by modifying our to wait_for_tasks_to_complete function like this and recover the name of the failed ones.
Currently, we can monitor the tasks by the azure portal, we should be able to do this programmatically and obtain LADs names of tasks that might have failed to resubmit.
We can start by modifying our to
wait_for_tasks_to_complete
function like this and recover the name of the failed ones.