Azure-Samples / azure-batch-samples

Azure Batch and HPC Code Samples
Other
260 stars 488 forks source link

Fix broken task IDs in tutorial #170

Closed mmacy closed 8 years ago

mmacy commented 8 years ago

Somewhere along the way, construction of task IDs in the Python tutorial broke such that all three tasks were configured with the same ID. This fixes that by ensuring that the index value within the task creation loop is properly specified.