Skip to content

Commit c19d17e

Browse files
committed
update
1 parent cf8af19 commit c19d17e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ recommendations: false
1414

1515
# Configuring Azure Blob Storage for Azure OpenAI
1616

17-
Azure OpenAI now supports using [Azure Blob Storage](/azure/storage/blobs/storage-blobs-introduction) for Azure OpenAI Batch input and output files. By using your own storage, you aren't subject to batch file limits.
17+
Azure OpenAI now supports using [Azure Blob Storage](/azure/storage/blobs/storage-blobs-introduction) for Azure OpenAI Batch input and output files. By using your own storage, you aren't subject to the batch restrictions on the number of files.
1818

1919
## Region Support
2020

@@ -105,8 +105,13 @@ Select **Upload** and select your `test.jsonl` file.
105105

106106
:::image type="content" source="../media/how-to/batch-blob-storage/upload.png" alt-text="Screenshot that shows Azure Storage Blob container upload UX." lightbox="../media/how-to/batch-blob-storage/upload.png":::
107107

108+
During the time that we are processing your `jsonl` file as part of the batch job, you cannot make any changes to the file. If a file changes while the batch job is running the job will fail.
109+
108110
## Create batch job
109111

112+
> [!NOTE]
113+
> `metadata` is currently not supported with this capability.
114+
110115
# [Python](#tab/python)
111116

112117
```python

0 commit comments

Comments
 (0)