0

I have this list of strings and want to split the list into batches of 100 and run a set of code I have every 15 minutes on each batch appending the output to a single file.

I have googled how to do this in an Azure environment with no success. Please could someone give me guidance on how I can approach this?

user3234242
  • 117
  • 6
  • You can refer to [Azure Batch Job How to split large file into smaller files](https://stackoverflow.com/questions/37142231/azure-batch-job-how-to-split-large-file-into-smaller-files), [Schedule jobs for efficiency](https://docs.microsoft.com/en-us/azure/batch/batch-job-schedule), [SampleJobManagerTask.cs](https://github.com/Azure-Samples/azure-batch-samples/blob/master/CSharp/GettingStarted/03_JobManager/SampleJobManager/SampleJobManagerTask.cs) and [sample4_job_scheduler.py](https://github.com/Azure-Samples/azure-batch-samples/blob/master/Python/Batch/sample4_job_scheduler.py) – DeepDave-MT Apr 26 '22 at 10:14

0 Answers0