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
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
Unable to get certain node types allocated
Hi, We're experimenting with different node types on Batch: Standard_D96as_v5 Standard_D96as_v6 Standard_D96als_v6 Standard_D96ls_v6 Standard_D96s_v6 I can't allocate any of these nodes in east-us or east-us2, instead I get a rather vague…
Azure Batch
Clarification on Batchpool Outbound access connectivity - Post September 30 2025
My batch account Node communication mode is 'classic' and IP address provisioning type is 'batchmanaged', will this get affected post 30 September 2025. Kindly confirm.
Azure Batch
Node pool creationg in batch account doesn't complete with "Starting" status
Hello, I made batch account in a user subscription mode. Creating batch account was normally done. After that, I tried to create a node pool but node creation doesn't finish with "Starting" status. What is preventing node creation? The quota…
Azure Batch
When a job is disabled, the DisableJobOption.Wait parameter is documented incorrectly.
With the option of disabling a job there are three options in the DisableJobOption enum: requeue terminate wait The 'wait' option specifies the following in the documentation and SDK: Allow currently running Tasks to complete. I determined this…
Azure Batch
How to use Spot VMs in Azure batch (batch allocation mode)
Background We have lot of Azure Batch accounts created with batch service allocation mode. We are using the Low-priority VMs extensively to run our batch jobs. As most of you know, it is retiring soon (Sep 30, 2025). Question After retirement, will…
Azure Batch
How do I activate GPUs on a batch task using a custom image
I'm trying to run a GPU task on an NC6_v3 node using Azure Batch. I'm using a custom image based on "mcr.microsoft.com/azureml/minimal-ubuntu22.04-py39-cuda11.8-gpu-inference:latest" and the node itself is using the node agent SKU…
Azure Batch
Tasks fail to detect GPU on some Pool nodes due to early startup race condition
We’re running container tasks on a GPU-enabled Azure Batch pool (Docker-based, Standard_NC4as_T4_v3). All nodes are configured identically, and tasks are configured identically, running the same task in the same Docker image and entrypoint. Despite this,…
Azure Batch
PowerShell command needed to edit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost
Hi everyone. I would like to create a script to edit the values contained in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost - Specifically to change the 3G and 4G values from 2 to 1 so Windows treats them…
Azure Batch
Pool Nodes Stuck in Unusable State
Since this morning, my pool nodes have been stuck in the "Unusable" state, despite no recent changes on my end. I don't see any error that would help me understand where the errors comes from. I attempted to delete and recreate the pool, but…
Azure Batch
Azure Cloudtasks never finish, MissingRequiredQueryParameter api-version
I'm new to Azure Batch. Im following the samples listed in https://learn.microsoft.com/en-us/azure/batch/batch-apis-tools which recommended following repo https://github.com/Azure-Samples/azure-batch-samples I tried CSharp/GettingStarted/01_HelloWorld,…
Azure Batch
Azure batch node stays in starting for very long and moves to unusable state
I am trying to trigger an Azure batch process from ADF using custom activity. I did the following Created Azure batch account and attached a storage account to it. Allocated a Pool with the following configuration The nodes creation starts and…
Azure Batch
How to enforce a policy on Azure Batch Pools Resource Tags
Hi! I've been trying to define a policy that denies creation of a Pool in my Azure Batch account, unless it comes with specific Resource Tags during its creation. I tried with the following terraform code snippet, which generally works well for other…
Azure Batch
I got "Server encountered an internal error" since 2 hours and I cannot send any task/job on batch.
Got a problem on Azure: I got "Server encountered an internal error" since 2 hours and I cannot send any task/job on batch. Please, can you help me?
Azure Batch
azure batch allocation mode preference ?
Hi all, I’m currently working with Azure Batch and came across the "Pool Allocation Mode" setting when configuring a Batch pool. I noticed there are two options available under this setting Batch service & User subscription Which one…
Azure Batch
Azure Batch Ubuntu-HPC 22.04 pool with containers cannot detect CUDA GPUs
We have an Azure Batch pool configured as follows: OS: Linux NodeAgentSKUId: batch.node.ubuntu 22.04 ImageReference: { "publisher": "microsoft-dsvm", "offer": "ubuntu-hpc", "sku": …
Azure Batch
How a azure batch job can access Azure key vault to fetch the secrets and push it to batch job env section
How can a azure batch job can Azure key vault to fetch the secrets and push it to batch job env section
Azure Batch
Appropriate alternative for microsoft-azure-batch ubuntu-server-container 20-04-lts when it's retired
What is appropriate alternative for microsoft-azure-batch ubuntu-server-container 20-04-lts when it's retired along with other 20.04 images? It has container support / is docker…
Azure Batch
Is there a ETA for when V6 VM’s will be supported in azure batch?
E.g. Edsv6 series. Az batch location list-skus currently shows no v6vms and testing also shows that v6vms can’t be created through batch currently. as v6 vms are explicitly advertised as for among other things, batch jobs, it would be great to get…