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?