Skip to content

Commit 0880196

Browse files
committed
update
1 parent a646c91 commit 0880196

File tree

1 file changed

+3
-1
lines changed
  • articles/ai-foundry/openai/how-to

1 file changed

+3
-1
lines changed

articles/ai-foundry/openai/how-to/batch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use global batch with Azure OpenAI
55
author: mrbullwinkle
66
ms.author: mbullwin
77
manager: nitinme
8-
ms.date: 06/19/2025
8+
ms.date: 08/13/2025
99
ms.service: azure-ai-openai
1010
ms.topic: how-to
1111
ms.custom:
@@ -241,6 +241,8 @@ When a job failure occurs, you'll find details about the failure in the `errors`
241241

242242
- UTF-8-BOM encoded `jsonl` files aren't supported. JSON lines files should be encoded using UTF-8. Use of Byte-Order-Mark (BOM) encoded files isn't officially supported by the JSON RFC spec, and Azure OpenAI will currently treat BOM encoded files as invalid. A UTF-8-BOM encoded file will currently return the generic error message: "Validation failed: A valid model deployment name couldn't be extracted from the input file. Please ensure that each row in the input file has a valid deployment name specified in the 'model' field, and that the deployment name is consistent across all rows."
243243

244+
- When using [your own storage for batch input data](./batch-blob-storage.md), once the batch job is submitted, if the input blob is modified, the scoring job will be failed by the service.
245+
244246
## See also
245247

246248
* Learn more about Azure OpenAI [deployment types](./deployment-types.md)

0 commit comments

Comments
 (0)