Skip to content

Commit dba3703

Browse files
committed
update
1 parent 4fe12c1 commit dba3703

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

articles/ai-services/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: 05/28/2025
8+
ms.date: 06/19/2025
99
ms.service: azure-ai-openai
1010
ms.topic: how-to
1111
ms.custom:
@@ -232,6 +232,8 @@ When a job failure occurs, you'll find details about the failure in the `errors`
232232
|`empty_batch` | Please check your input file to ensure that the custom ID parameter is unique for each request in the batch.|
233233
|`model_mismatch`| The Azure OpenAI model deployment name that was specified in the `model` property of this request in the input file doesn't match the rest of the file.<br><br>Please ensure that all requests in the batch point to the same Azure OpenAI in Azure AI Foundry Models model deployment in the `model` property of the request.|
234234
|`invalid_request`| The schema of the input line is invalid or the deployment SKU is invalid. <br><br>Please ensure the properties of the request in your input file match the expected input properties, and that the Azure OpenAI deployment SKU is `globalbatch` for batch API requests.|
235+
| `input_modified` |Blob input has been modified after the batch job has been submitted. |
236+
| `input_no_permissions` | It's not possible to access the input blob. Please check [permissions](./role-based-access-control.md) and network access between the Azure OpenAI account and Azure Storage account. |
235237

236238
### Known issues
237239

0 commit comments

Comments
 (0)