Skip to content

Commit 9ff4489

Browse files
authored
Update resource-files.md
1 parent 29f8d5b commit 9ff4489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/resource-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Conversely, if your tasks each have many files unique to that task, resource fil
134134

135135
### Number of resource files per task
136136

137-
When a task specifies several hundred resource files, Batch might reject the task as being too large. It's best to keep your tasks small by minimizing the number of resource files on the task itself.
137+
When a task specifies a large number of resource files, Batch might reject the task as being too large. This depends on the total length of the filenames or URLs (as well as identity reference) for all the files added to the task. It's best to keep your tasks small by minimizing the number of resource files on the task itself.
138138

139139
If there's no way to minimize the number of files your task needs, you can optimize the task by creating a single resource file that references a storage container of resource files. To do this, put your resource files into an Azure Storage container and use one of the methods described above to generate resource files as needed.
140140

0 commit comments

Comments
 (0)