Alternative for Azure Batch CLI extensions

I, Sathavahana SBOBNG-PTIY/CMJ 0 Reputation points
2024-05-14T04:43:16.3533333+00:00

Is there any alternative for below

https://azure.microsoft.com/en-us/updates/azure-batch-cli-extensions-will-be-retired-on-30-september-2024/

Azure Batch CLI extensions will be retired on 30 September 2024

The Azure Batch CLI extensions override the “az batch” command in the Azure CLI to provide additional functionality. The purpose of this tool is to allow customers to try out proposed Azure Batch features and provide feedback to help shape the direction of the Azure Batch service. These extensions are public preview and will be retired. Customers can continue to use the Azure CLI for core “az batch” features excluding the Batch CLI extensions. 

From now until 30 September 2024, you can continue to use Azure Batch CLI extensions without disruption. After that, existing installations of the Azure Batch CLI extensions may continue to function for a period but will be unsupported and should be uninstalled using the command  az extension remove --name azure-batch-cli-extensions. New installations of the CLI extensions won't be possible.

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gowtham CP 1,970 Reputation points
    2024-05-14T05:02:15.22+00:00

    Hello I, Sathavahana SBOBNG-PTIY/CMJ,

    Thanks for reaching out in the Microsoft Q&A!

    While there isn't a direct replacement for the Azure Batch CLI extensions, you have two alternatives:

    1. Standard Azure Batch CLI Commands: Use the core Azure CLI for managing pools, jobs, tasks, and files. Check out the documentation here.
    2. Azure Batch SDKs: For more control or programmatic access, explore the Azure Batch SDKs in various languages here.

    Remember to uninstall the Batch CLI extensions az extension remove --name azure-batch-cli-extensions by September 30, 2024.

    Don't forget to upvote! If you found this solution helpful, consider accepting it.

    0 comments No comments