Azure Resize

Azure Resize

Certified

Resize an Azure Batch pool

Adjusts dedicated and low-priority node counts for an active pool. Fails if pool is not ACTIVE.

yaml
type: io.kestra.plugin.azure.batch.pool.Resize
yaml
id: azure_batch_pool_resize
namespace: company.team

tasks:
  - id: resize
    type: io.kestra.plugin.azure.batch.pool.Resize
    poolId: "<your-pool-id>"
    targetDedicatedNodes: "12"
Properties

Service endpoint URL

Base HTTPS endpoint of the target service.

Pool ID

Existing pool to resize; must be active

Reference (ref) of the pluginDefaults to apply to this task.

Default0

Target dedicated nodes

Desired dedicated node count; defaults to 0

Default0

Target low-priority nodes

Desired spot/low-priority node count; defaults to 0

Resized pool state

Definitions
idstring

Pool ID

Unique within the account (<=64 chars, alphanumeric, hyphen, underscore); case-insensitive uniqueness

targetDedicatedNodesinteger

Target dedicated nodes

Set when autoscale is disabled; optional but at least one of dedicated or lowPriority should be provided

targetLowPriorityNodesinteger

Target low-priority nodes

Spot/low-priority node count when autoscale is disabled; optional counterpart to dedicated nodes