I have couple questions about Azure Batch pool:
I noticed that sometimes, while running a job, especially when I'm running a large number of tasks like 10000, some/many compute nodes in my pools shut down by themselves and restart. I would like to know what can cause the nodes in batch pool to shut down and restart during execution?
Is it possible to change pool configuration parameters other than size/scale after it was created? For instance, I wanted to change the sku of the VMs or the setting of the number of tasks per node. If yes, can it be done through Azure portal or does it have to be done programmatically?
Thanks!