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 PrincipalTenant Id, Client Id, Client Secret. Use when you need a dedicated SPN per Batch account. Rotate the secret regularly.
  • CertificateTenant 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.