Azure Batch

2023-03-20T02:14:15+00:00

Azure Batch Cheat Sheet A service that runs large-scale parallel and high-performance computing (HPC) batch jobs in Azure. Allows you to run jobs in a group of Linux or Windows virtual machines. Components A task represents a unit of computation and a job is a collection of tasks. Job priority values range from the lowest priority to the highest priority. To specify certain limits for your jobs, you can use job constraints: Maximum wallclock time - tasks are terminated if the job runs longer than the specified time. Maximum number of task retries - if the task fails, it will [...]