azure-compute-batch-java Skill
Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes. Triggers: "BatchClient java", "azure batch java", "batch pool java", "batch job java", "HPC java", "parallel computing java". Published by microsoft in skills.
What is azure-compute-batch-java Skill?
Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes. Triggers: "BatchClient java", "azure batch java", "batch pool java", "batch job java", "HPC java", "parallel computing java". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-compute-batch-java Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-compute-batch-java/SKILL.md
What it does
Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes. Triggers: "BatchClient java", "azure batch java", "batch pool java", "batch job java", "HPC java", "parallel computing java".
Skill instructions
Azure Batch SDK for Java Client library for running large-scale parallel and high-performance computing (HPC) batch jobs in Azure. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-compute-batch</artifactId <version1.0.0-beta.5</version </dependency Prerequisites - Azure Batch account - Pool configured with compute nodes - Azure subscription Environment Variables bash AZUREBATCHENDPOINT=https://<account.<region.batch.azure.com Required for all auth methods AZUREBATCHACCOUNT=<account-name Only required for shared key auth AZUREBATCHACCESSKEY=<account-key Only required for shared key auth AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Client Creation With Microsoft Entra ID (Recommended) java import com.azure.compute.batch.BatchClient; import com.azure.compute.batch.BatchClientBuilder; import com.azure.core.credential.TokenCredential; import com.azure.identity.AzureIdentityEnvVars; import com.azure.identity.DefaultAzureCred
Explore related resources
Frequently asked questions
What is azure-compute-batch-java?
azure-compute-batch-java is a open-source AI agent skill with Copy skill directory. Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes.
Who is azure-compute-batch-java best for?
azure-compute-batch-java is best for reusing agent instructions, scripts, and references.
How do I install azure-compute-batch-java?
Install or run azure-compute-batch-java using Copy skill directory. Check azure-compute-batch-java for the latest setup command.
Is azure-compute-batch-java actively maintained?
azure-compute-batch-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.