Skip to content

Commit abedb31

Browse files
committed
update
1 parent c961a92 commit abedb31

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Key use cases include:
3434
* **Marketing and Personalization:** Generate personalized content and recommendations at scale.
3535

3636
> [!IMPORTANT]
37-
> We aim to process batch requests within 24 hours; we do not expire the jobs that take longer. You can [cancel](#cancel-batch) the job anytime. When you cancel the job, any remaining work is cancelled and any already completed work is returned. You will be charged for any completed work.
37+
> We aim to process batch requests within 24 hours; we don't expire the jobs that take longer. You can [cancel](#cancel-batch) the job anytime. When you cancel the job, any remaining work is cancelled and any already completed work is returned. You'll be charged for any completed work.
3838
>
3939
> Data stored at rest remains in the designated Azure geography, while data may be processed for inferencing in any Azure OpenAI location. [Learn more about data residency](https://azure.microsoft.com/explore/global-infrastructure/data-residency/). 
4040
@@ -80,7 +80,7 @@ Refer to the [models page](../concepts/models.md) for the most up-to-date inform
8080
|**Latest Preview API release:**| `2025-03-01-preview`|
8181

8282
> [!NOTE]
83-
> While Global Batch supports older API versions, some models require newer preview API versions. For example, `o3-mini` is not supported with `2024-10-21` since it was released after this date. To access the newer models with global batch use the latest preview API version.
83+
> While Global Batch supports older API versions, some models require newer preview API versions. For example, `o3-mini` isn't supported with `2024-10-21` since it was released after this date. To access the newer models with global batch use the latest preview API version.
8484
8585
### Feature support
8686

@@ -241,7 +241,7 @@ When a job failure occurs, you'll find details about the failure in the `errors`
241241

242242
- Resources deployed with Azure CLI won't work out-of-box with Azure OpenAI global batch. This is due to an issue where resources deployed using this method have endpoint subdomains that don't follow the `https://your-resource-name.openai.azure.com` pattern. A workaround for this issue is to deploy a new Azure OpenAI resource using one of the other common deployment methods which will properly handle the subdomain setup as part of the deployment process.
243243

244-
- UTF-8-BOM encoded `jsonl` files are not supported. JSON lines files should be encoded using UTF-8. Use of Byte-Order-Mark (BOM) encoded files is not 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 could not 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."
244+
- 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."
245245

246246
## See also
247247

0 commit comments

Comments
 (0)