Microsoft/azure-compute-batch-java — Agent Skills | officialskills.sh
Back to skills

azure-compute-batch-java

Java client library for Azure Batch, a managed service that runs large-scale parallel and HPC workloads.

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-compute-batch-java
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-java/skills/azure-compute-batch-java
View on GitHub

What This Skill Does

Java client library for Azure Batch, a managed service that runs large-scale parallel and HPC workloads. Lets you create and manage pools of compute nodes, submit jobs, and track tasks through their lifecycle. Supports both sync and async clients, autoscaling, and long-running operations via pollers.

Managing Azure Batch manually through the REST API requires handling LRO polling, pagination, and credential plumbing yourself; this SDK wraps all of that with typed models and built-in poller support.

When to use it

  • Running 1000+ parallel data processing tasks across a pool of VMs
  • Scheduling recurring HPC jobs on a fixed interval using job schedules
  • Autoscaling a pool of nodes based on pending task count
  • Retrieving stdout and stderr output from individual completed tasks
  • Mixing dedicated and low-priority nodes to reduce compute costs for fault-tolerant workloads