Skip to content

Commit d118c8b

Browse files
committed
update
1 parent c19d17e commit d118c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/batch-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ print(batch_response.model_dump_json(indent=2))
274274
Once your batch job is complete, you can download the `error_blob` and `output_blob` via the Azure Blob Storage interface in the Azure portal or you can download programmatically:
275275

276276
> [!NOTE]
277-
> There's a known issue where a `error_blob` url path is generated in the response even in cases where no errors occurred. When this happens the `error.jsonl` path will be invalid and the referenced file won't exist.
277+
> `error_blob`, and `output_blob` paths are always returned in the response even in cases where a corresponding file is not created. In this case there were no errors so `errors.jsonl` was not created, only `results.jsonl` exists.
278278
279279
```cmd
280280
pip install azure-identity azure-storage-blob

0 commit comments

Comments
 (0)