1

I want to save the output of a task while it is running. I was able to save the output only after the task completion.

I found in the C# azure sdk documentation that it has a SaveTrackedAsync function that enables to track a file and save it to a storage. Does the python SDK has a similar feature?

Thanks.

1 Answer 1

1

The Batch Python SDK does not have a built in similar feature. You should be able to create a storage BlobClient specified to create an append blob type.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.