Azure Batch
Required attributes
- Subscription Id — the Azure subscription containing the Batch account.
- Resource Group Name — the resource group containing the Batch account.
- Batch Account Name — the name of the Azure Batch account.
- Batch Account URL — the full URL of the Batch account (e.g.,
https://<account>.<region>.batch.azure.com).
Authentication methods
- Polysync Service Principal ⭐ (recommended) — no extra attributes; grant the Polysync Enterprise Application Contributor on the Batch account. This is the standard method for all Polysync tenants.
- Service Principal — Tenant Id, Client Id, Client Secret. Use when you need a dedicated SPN per Batch account. Rotate the secret regularly.
- Certificate — Tenant Id, Client Id, Certificate (base64 or path), optional Certificate Password and Thumbprint.
Permissions checklist
- The chosen identity must hold the Contributor role on the Batch account (or a custom role granting job submission).
- Ensure pool nodes have sufficient quota in the target subscription and region.
Supported jobs
Azure Batch exposes a single Polysync job type. See the dedicated page
for parameter handling, output binding, execution flow, monitor URL, and
troubleshooting:
- Batch Job — creates a Batch
Job and a single Task per Polysync execution.