Share via

az batch pool resizing

123jhon 1 Reputation point
2021-12-23T05:29:32.84+00:00

will resizing the pool in azure batch account to increase node count effect the running nodes

Azure Batch
Azure Batch

An Azure service that provides cloud-scale job scheduling and compute management.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Prrudram-MSFT 28,506 Reputation points Moderator
    2021-12-27T09:59:32.29+00:00

    Hello @123jhon ,

    Thank you for reaching microsoft Q&A platform.
    Is your question related to managed compute instance or cluster?
    Compute instances come only with one node by default, however compute clusters has a setting to do so. If the question is directly related to azure machine learning computes(AML), then for AML, you need to edit the setting on AML portal. how-to-create-attach-compute-cluster

    160652-image.png

    If you are referring to resize document in azure batch, You can only resize a Pool when its allocation state is steady. When you resize a Pool, the Pool's allocation state changes from steady to resizing, this doesn't affect any running tasks on the existing nodes.

    You cannot resize Pools which are configured for automatic scaling. If you try to do this, the Batch service returns an error 409.

    Please "Accept as Answer" if any of above helped so that, it can help others in community looking for remediation for the similar issues.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.