You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/batch-blob-storage.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ recommendations: false
14
14
15
15
# Configuring Azure Blob Storage for Azure OpenAI
16
16
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.
18
18
19
19
## Region Support
20
20
@@ -105,8 +105,13 @@ Select **Upload** and select your `test.jsonl` file.
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
+
108
110
## Create batch job
109
111
112
+
> [!NOTE]
113
+
> `metadata` is currently not supported with this capability.
0 commit comments