Skip to content

davidkydd/batch-extension-templates

 
 

Repository files navigation

Azure Batch Extension Templates

VSTS Build Status VSTS Build Status

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.

About

Azure Batch Extension templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.4%
  • PowerShell 12.7%
  • Batchfile 2.4%
  • Shell 1.5%
  • MAXScript 1.0%