Azure Batch Extension Templates
This repository contains templates that can be used with the azure-batch-cli-extensions
This is also what Batch Explorer uses for its gallery.
Templates are located in the templates
folder. They need to follow a strict folder structure for Batch Explorer to be able to parse it.
- templates/
- index.json Index file that reference all applications
- [myappId]/
- index.json Index file that reference all different actions you can do in this application
- [actionId]/ pool.template.json Template to build a pool for this action job.template.json Template to build the job for this action. This shouldn't be using autoPool. Batch Explorer will automatically inject the pool template into the job if needs be.