azure-compute-batch-java
Large-scale parallel and HPC batch jobs
Developer Setup
Setup & Installation
npx skills add https://github.com/microsoft/skills --skill azure-compute-batch-javanpx skills add https://github.com/microsoft/skills --skill azure-compute-batch-javaOverview
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.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Azure Batch SDK for Java
Client library for running large-scale parallel and high-performance computing (HPC) batch jobs in Azure.
Installation
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-compute-batch</artifactId>
<version>1.0.0-beta.5</version>
</dependency>
Prerequisites
- Azure Batch account
- Pool configured with compute nodes
- Azure subscription
Environment Variables
AZURE_BATCH_ENDPOINT=https://<account>.<region>.batch.azure.com # Required for all auth methods
AZURE_BATCH_ACCOUNT=<account-name> # Only required for shared key auth
AZURE_BATCH_ACCESS_KEY=<account-key> # Only required for shared key auth
AZURE_TOKEN_CREDENTIALS=prod # Required only if DefaultAzureCredential is used in production
Recommendations
Explore other random skills
crypto-market-rank
Query crypto market rankings including trending tokens, smart money inflows, meme rankings, and top trader PnL leaderboards
meme-rush
Track real-time meme token lists from launchpads (Pump.fun, Four.meme) and AI-powered hot market topics ranked by net inflow
query-address-info
Retrieve all token holdings and portfolio positions for any wallet address on BSC, Base, or Solana