From the course: Azure Developer Associate (AZ-204) Cert Prep: Implementing VMs and Batch Jobs

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Understanding the Batch jobs

Understanding the Batch jobs - Azure Tutorial

From the course: Azure Developer Associate (AZ-204) Cert Prep: Implementing VMs and Batch Jobs

Start my 1-month free trial

Understanding the Batch jobs

- [Instructor] We've seen how we can create simple virtual machines, but most of the time a simple virtual machine won't be enough for what you need to do. And there are special situations when you have a lot of data that needs to be processing. So, batch service is such a service coming from Azure, from Microsoft, that will allow you to deal with massive amounts of data. And it's specially designed for high performance computing. When you look at what the capabilities of batch service, it can address two type of problems. One of them is the embarrassingly parallel algorithm. What that means, it means that you have a very big amount of data, and you have a lot of work to do on that data, but the work can be split in smaller tasks and every single task can be run independently of each other. So in such a situation it's very useful for you for instance to create different jobs that would be run on different nodes. Another solution is when you have a tightly coupled workload, so a lot of…

Contents