Migrate from
Migrate from Azure Batch
Azure Batch (or Azure Machine Learning batch endpoints) maps cleanly to Common Compute for the inference half of your pipeline. The same drop-in shim that works for AWS Batch is on the roadmap; today the path is the native SDK.
Concept mapping
- Pool → none (we own the fleet)
- Job + Task → workload + job
- Application package → workload_id + model_id
- Blob storage input → R2 presigned upload
- Managed identity → API key with `inference` scope
- Batch account → Common Compute account (one per organisation)
Migration code
Need a one-line shim like the AWS Batch one? Email [email protected] with a snippet of your azure-batch usage and we'll prioritise it.