Is your feature request related to a problem? Please describe.
When using save_logs_to_blob argument on create_job currently it redirects output to the blob when the task has completed. Which does not allow us to view the streamed output under the job in azure batch. Which contains an updating progress bar along with other information that is useful when viewed in real time.
Describe the solution you'd like
Would like to retain the streamed stdout and stderr on azure batch. When the task completes to save the full stdout and stderr to blob.
Is your feature request related to a problem? Please describe.
When using save_logs_to_blob argument on create_job currently it redirects output to the blob when the task has completed. Which does not allow us to view the streamed output under the job in azure batch. Which contains an updating progress bar along with other information that is useful when viewed in real time.
Describe the solution you'd like
Would like to retain the streamed stdout and stderr on azure batch. When the task completes to save the full stdout and stderr to blob.