397 questions with Azure Batch tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

How to create CI/CD pipelines for scripts that run on Azure Batch

Hello, I was going thru Azure Batch and thought this would be a good fit for one of my solutions. I have thousands of python scripts with some dependencies on pegasus which takes in some file as input and generates a report(pdf or txt) as an output. I…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-11-14T14:03:49.7633333+00:00
Pavan Puligandla 170 Reputation points
accepted 2025-12-03T12:01:51.2566667+00:00
Pavan Puligandla 170 Reputation points
3 answers

Using Azure Batch my task ends seconds after starting, with the error that the container used is invalid?

Not able to use a uploaded Docker image. The Docker image is tested locally and is able to reach the Azure storage and preform and save back into Azure storage as expected. But when trying to use the uploaded image to ACR the task is interrupted…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-11-24T07:48:44.6733333+00:00
Tommy Nielsen 0 Reputation points
commented 2025-11-27T10:08:25.6166667+00:00
Himanshu Shekhar 1,770 Reputation points Microsoft External Staff Moderator
2 answers

Not able to identify / activate NVIDIA drivers on the node hosts

My tasks fails due to missing GPU support in the pools node host machines. I use the microsoft-dsvm ubuntu-hpc 2204 (latest) Standard_NV6ads_A10_v5 I have managed to get my docker image to be started but it failed at the GPU test from torch …

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-11-24T13:46:35.6033333+00:00
Tommy Nielsen 0 Reputation points
answered 2025-11-26T08:24:26.1566667+00:00
Shraddha Pandey 295 Reputation points Microsoft External Staff Moderator
1 answer

Azure Batch Docker container doesn't have access to GPU when running task

I have setup a pool on my Azure Batch account with the following settings: Operating system/image: microsoft-dsvm ubuntu-hpc 2204 VM Size: Standard_NV12s_v3 Extensions: NvidiaGpuDriverLinux, version 1.4, publisher Microsoft.HpcCompute The nodes are set…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-11-12T08:25:43.6266667+00:00
Jørgen Bøndergaard Iversen 0 Reputation points
commented 2025-11-12T11:36:05.86+00:00
Jørgen Bøndergaard Iversen 0 Reputation points
1 answer One of the answers was accepted by the question author.

Batch account stuck in deleting state

Hi, We've got another batch account stuck in deleting state. (see also my previous request ; I wonder if it's the same issue). In this case, I provisioned the batch account with a pool with one node through terraform and about half an hour later tried to…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-10-20T08:33:54.5233333+00:00
Erik Heeren 60 Reputation points
accepted 2025-11-07T17:20:15.1666667+00:00
Erik Heeren 60 Reputation points
2 answers One of the answers was accepted by the question author.

Azure error creating a batch pool with spot virtual machines.

I can not create a batch pool with spot virtual machines. I used UserSubscription for poolAllocationMode. I tried Australia East, Australia Central, UK South and different VMSizes. Dedicated node works but Spot/low-priority nodes do not work. Always get…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-16T01:26:15.14+00:00
JunMa 40 Reputation points
accepted 2025-11-05T22:27:50.9866667+00:00
JunMa 40 Reputation points
1 answer

Validation failed while moving resource group from 2 subscriptions within same tenant id and same region

I have to move a single resource group from one subscription to another. The 2 subscriptions are within the same EntraID tenant and on the same region. This is error I get while validating resources: { "message": "Resource move validation…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-10-24T10:16:45.6+00:00
Andrea Giordano 0 Reputation points
commented 2025-11-04T07:34:50.77+00:00
Manish Deshpande 1,170 Reputation points Microsoft External Staff Moderator
1 answer

When adding more tasks to a job with a JobManagerTask, it seems to me that those other tasks inherit the "AllowLowPriorityNode: false" flag I have set on the job manager

Has anyone else experienced this? I set "AllowLowPriorityNode: false" on my JobManagerTask, but when I create other tasks under the same job, they refuse to run on low priority nodes. The field is only available on the job manager task.

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-10-15T13:35:46.6433333+00:00
Håkon Lie 0 Reputation points
commented 2025-10-30T07:02:34.1133333+00:00
Himanshu Shekhar 1,770 Reputation points Microsoft External Staff Moderator
3 answers

Batch account stuck in deleting state

Hi, We've got a batch account that's been stuck in deleting state for a while now. Retrying the delete through the cli informs me that the pool is already in a deleting state, and through the portal shows an "error deleting Batch account"…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-08-18T14:20:00.9166667+00:00
Erik Heeren 60 Reputation points
answered 2025-10-20T07:53:51.45+00:00
Erik Heeren 60 Reputation points
1 answer One of the answers was accepted by the question author.

Does Azure Batch support Arm64 VMs?

Hi, does Azure Batch support Arm64 VMs? I don't see any "D2pds" listed in "az batch location list-skus".

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2023-02-26T16:08:16.91+00:00
Michael 20 Reputation points
commented 2025-09-30T13:48:21.05+00:00
Alexei Solodovnicov 0 Reputation points
1 answer One of the answers was accepted by the question author.

Questions related to Retirement Notice: Transition to Batch Spot VMs before 30 September 2025

Hello, Following the recent notice, we transitioned our Azure Batch service from using low-priority VMs to Spot VMs by re-creating the Batch account with the 'pool allocation mode' configured to 'User Subscription'. Following this activity we have three…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-24T17:17:49.8633333+00:00
Karthick Narendran 21 Reputation points Microsoft Employee
accepted 2025-09-26T10:12:00.9866667+00:00
Karthick Narendran 21 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Difference between Spot and Low-priority nodes in Azure Batch – how to identify my pool type

I haven’t really understood whether the nodes in my pool are Spot or Low-priority. How can I check it?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-18T13:02:51.9933333+00:00
Paolo Mantellini 30 Reputation points
accepted 2025-09-25T09:53:33.0966667+00:00
Paolo Mantellini 30 Reputation points
0 answers

Our account's MSA left and need to contact replacement

We've been in contact with our MSA for our account for many months; He mentioned that he's leaving that position and we should be contacted by a replacement but that never happened. We are currently paying for Standard support for our account but also…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-16T14:45:23.06+00:00
Rodrigo Jimenez 20 Reputation points
edited the question 2025-09-16T19:20:18.97+00:00
Raja Pothuraju 43,340 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Hosted Agent with Azure-cli 2.77: ERROR: The specified blob already exists

Since Tuesday, the Hosted Agent updated the version of azure-cli to 2.77 and I get this error since then: ERROR: The specified blob already…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-11T06:47:33.2933333+00:00
Angelina Souy 40 Reputation points
accepted 2025-09-16T13:53:19.9066667+00:00
Angelina Souy 40 Reputation points
1 answer One of the answers was accepted by the question author.

Does Azure Batch support Azure Data Lake Gen2?

Hello, Azure Batch during configuration requires specifying a storage account from which to read and write the outputs of its tasks. It supports as a Storage Account an Azure Blob Storage with Hierarchical Namespace enabled, and therefore an Azure Data…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-14T18:15:36.39+00:00
Luigia Costabile 65 Reputation points
accepted 2025-09-14T19:57:53.2066667+00:00
Luigia Costabile 65 Reputation points
1 answer

doAzureParallel package support seems to be removed from MS site starting June 2023 - Is there any replacement for this we can look into?

Hi, We have a model in R/RStudio, and we have been using the doAzureParallel R package to execute Azure cloud computing task for our model. We realized that starting this June the package is no longer supported, and we run into issues when trying to…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2023-07-25T19:53:11.8966667+00:00
David Wu 0 Reputation points
commented 2025-09-12T06:03:53.6866667+00:00
Angelo D Ambrosio 0 Reputation points
1 answer One of the answers was accepted by the question author.

Renaming Scale Sets created by Azure Batch under User Subscription Allocation

When using Batch accounts with user subscription allocation, is it possible to rename or add a custom prefix/suffix to the scale sets or nodes created by Batch? By default the name of scale sets and nodes has the following structure:…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-10T22:55:16.7333333+00:00
Sergey Skovorodnikov 20 Reputation points
accepted 2025-09-11T21:20:52.9766667+00:00
Sergey Skovorodnikov 20 Reputation points
1 answer One of the answers was accepted by the question author.

Pool Nodes in "Unusable" state and then leaving the pool

Since 2 hours ago, pool nodes that are automatically created become "Unusable" and then leave the pool, despite no recent changes made. All tasks are stuck in the active state because of this looping issue. No errors are visible that would…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-10T13:41:18.1133333+00:00
Angelina Souy 40 Reputation points
accepted 2025-09-11T06:54:09.6666667+00:00
Angelina Souy 40 Reputation points
1 answer

Azure Batch Transcription is not completing running jobs

Hello, My Azure Batch Transcription jobs are not completing. I am using the eastus location. This started on 9/4/25. Any suggestions? williamj

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-09-06T14:48:05.7466667+00:00
William Johnston 106 Reputation points
commented 2025-09-06T16:26:40.37+00:00
William Johnston 106 Reputation points
1 answer

Issue- Install framework .NET core 8.0 while running Console Batch job in azure portal

Facing issue while running batch job in azure portal, Uploaded application package zip file. Job and Task created. Command line provided and run it job application, issue came for install framework 8.0 core. Create task start in pool for install…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
397 questions
asked 2025-08-21T16:20:34.05+00:00
Rajagopal Jayachandran 20 Reputation points
answered 2025-08-26T20:46:07.18+00:00
Himanshu Shekhar 1,770 Reputation points Microsoft External Staff Moderator