locked
Azure Batch RRS feed

  • Question

  • Hi ,

    I have  a spring boot batch service , in which i have approx 20 methods with cron expressions. I want to migrate it to Azure. Which Azure service should I use . Is Azure Batch service will be useful for that?


    Sunday, April 26, 2020 5:46 AM

All replies

  • Hi Himanshu. I'm not familiar with Spring Batch services. What do your cron expressions do? 

    Azure Batch is good for running jobs (which you can think of as a collection of commands you'd run on a command line) across hundreds or thousands of virtual machines. See this technical overview for what Batch does by searching for "Batch technical overview" at docs.microsoft.com

    Monday, May 4, 2020 11:24 PM