Can Metaflow run on Azure Batch? The online documentation suggests we can only run remote tasks on either Kubernetes or AWS Batch.
✅ 1
v
victorious-lawyer-58417
05/16/2025, 7:01 PM
yeah, on Azure only K8s is supported currently. Is there a specific reason why you'd want to use Azure Batch instead of AKS?
m
modern-dinner-75080
06/11/2025, 2:39 PM
@victorious-lawyer-58417 We are building hybrid jobs with multiple steps. Some steps will run locally, others will run in AWS Batch and Azure Batch. This is because the source data lives in different cloud providers.