
Azure Resize
CertifiedResize an Azure Batch pool
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.ResizeExamples
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
accessKey *Requiredstring
account *Requiredstring
endpoint *Requiredstring
Service endpoint URL
Base HTTPS endpoint of the target service.
poolId *Requiredstring
Pool ID
Existing pool to resize; must be active
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
targetDedicatedNodes integerstring
Default
0Target dedicated nodes
Desired dedicated node count; defaults to 0
targetLowPriorityNodes integerstring
Default
0Target low-priority nodes
Desired spot/low-priority node count; defaults to 0
Outputs
pool
Resized pool state
Definitions