Skip to content

Commit 415fc17

Browse files
Merge pull request #252141 from alfpark/alpark/batch3
Add retirement notice for Batch CLI extensions
2 parents 2ff4032 + c90394e commit 415fc17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/batch/batch-cli-templates.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
title: Run jobs end-to-end using templates
33
description: With only CLI commands, you can create a pool, upload input data, create jobs and associated tasks, and download the resulting output data.
44
ms.topic: how-to
5-
ms.date: 05/26/2023
5+
ms.date: 09/19/2023
66
ms.custom: seodec18, devx-track-azurecli, devx-track-linux
77
---
88
# Use Azure Batch CLI templates and file transfer
99

10+
> [!WARNING]
11+
> The Batch Azure CLI extension will be retired on **30 September 2024**. Please uninstall the extension with the command
12+
> `az extension remove --name azure-batch-cli-extensions`.
13+
1014
By using a Batch extension to Azure CLI, users can run Batch jobs without writing code.
1115

1216
Create and use JSON template files with Azure CLI to create Batch pools, jobs, and tasks. Use CLI extension commands to easily upload job input files to the storage account associated with the Batch account, and download job output files.

0 commit comments

Comments
 (0)