Search code examples
azureazure-batch

How to increase the "Max tasks per node" in Azure batch?


I have an Azure batch account and I'd like to increase the "Max tasks per node" property on my pool. How do I do this?


Solution

  • Currently, you can only do this at the time of pool creation. Please see this document for more information.