# batch-extension-templates **Repository Path**: mirrors_Azure/batch-extension-templates ## Basic Information - **Project Name**: batch-extension-templates - **Description**: Azure Batch Extension templates - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Azure Batch Extension Templates [![VSTS Build Status](https://azurebatch.visualstudio.com/BatchExplorer/_apis/build/status/batch-extension-templates/batch-extension-templates%20Artifact?branchName=master)](https://azurebatch.visualstudio.com/BatchExplorer/_build/latest?definitionId=23&branchName=master) [![VSTS Build Status](https://azurebatch.vsrm.visualstudio.com/_apis/public/Release/badge/3426cbfe-4c9a-4da4-88df-70f025a77017/9/16)](https://azurebatch.visualstudio.com/BatchExplorer/_release?_a=releases&definitionId=9&branch=refs%2Fheads%2Fmaster) This repository contains templates that can be used with the [azure-batch-cli-extensions](https://github.com/Azure/azure-batch-cli-extensions) This is also what [Batch Explorer](https://github.com/Azure/BatchExplorer) 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._