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…
Azure Batch
How to authenticate Azure Batch from Python Function App using Managed Identity?
I'm trying to authenticate with Azure Batch from a Python Azure Function App using Managed Identity via DefaultAzureCredential. What I’ve Tried: I'm using the official azure-batch SDK and passed DefaultAzureCredential() to BatchServiceClient, like…
Azure Batch
When preempted nodes are given back, previously installed .NET 8.0 disappeared
I have a pool in my batch account with 6 low-priority nodes. I have seen that previously 2 of them were preempted, but when given back the previously installed .NET 8.0 using start task disappeared. Since my applications require .NET 8.0 to run, how can…
Azure Batch
A node in a pool is stuck in rebooting state since last 4 days
A node (tvmps_8f4c7b22047eb71169466eb201a4437548f517ea99832a76a7dc3a564307646c_d) in a pool called OSAthresholdS_v2 is stuck since 19th March. We did a RDP in the machine and see no data for the task it is trying to run. We have also disabled the job…
Azure Batch
I want to set up a rendering farm in Azure for our Keyshot users. Is Keyshot a supported application for this?
I want to set up a rendering farm in Azure for our Keyshot users. Is Keyshot a supported application for this?
Azure Batch
I wish to run a python job with flask server in Azure, In which location and how could I do so ??
I wish to run a python job with flask server in Azure (See attached), and perform testing on crawling as in the attached. May I ask how can I do this in Azure server ??Doc555.pdf
Azure Batch
No dimensions column in Azure Batch's metric logs
https://learn.microsoft.com/en-us/azure/batch/monitor-batch-reference#metrics In this document it says Dimensions available for the metric, for example JobDeleteCompleteEvent should have dimension jobId. However when I check Azure Batch's metrics logs…
Azure Batch
Can't create Azure Batch Pool
I have a Pay-as-you-Go subscription with a monthly billing of around $500. I'm building an app that leverages Azure Batch but for some reason I'm unable to create a Batch Pool. I've followed the instructions here but no matter what I try I get the error…
Azure Batch
Azure Batch certificates
We have revised our pool creation code to provide a certificate from the Key Vault. However, some pools are AutoPool, created as part of the Job definition. Will AutoPool continue to work or do we have to manually create them now?
Azure Batch
ffmpeg mp4 to hls transcode fails on Azure Batch with Windows Server Image
Hi - I started from the sample below showing how to use FFMEG with Batch https://learn.microsoft.com/en-us/azure/batch/tutorial-parallel-dotnet#review-the-code This works. I then tried to actually transcode the video from MP4 to HLS using FFMPEG but I…
Azure Batch
Migrate a Batch pool with low-priority compute nodes or create a Batch pool with Spot instances
I received the “Migrate a Batch pool with low-priority compute nodes or create a Batch pool with Spot instances” email, listing affected Azure Batch resources across multiple subscriptions. I have reviewed the support documentation and confirmed that all…
Azure Batch
Azure Batch: Support for Public Ip Prefix
Azure Batch now supports the assignment of public ip at pool creation time. This seems to work for statically created ip. Although this is a great feature, it is still very cumbersome. I have tried to give it an Public IP Prefix, but it failed with…
Azure Batch
Application package is not deployed to Azure Batch Node
I followed the steps described at: https://learn.microsoft.com/en-us/azure/batch/batch-application-packages. In particular: Created a zip package containing my custom app Added it to the list of Applications in my Batch Account Added Application…
Azure Batch
Intermittent Mount configuration error
I'm getting this error in my new Azure batch workloads. This error does not appear every time though. It is like 25% of the time my pool creates a new node this error happens. The only solution I have now is to re-image the node but that is not what I…
Azure Batch
Azure Batch SKU Upgrade and End-of-Life Warning
Currently we are using microsoft-azure-batchfor job scheduling for run specific job-tasks in our service. And our current pool having warning as well "This pool's image is nearing its end-of-life date of Wednesday 23 April 2025 at 05:30:00. After…
Azure Batch
Unable to request a pool quota increase (set to 0) in Azure Batch account
I created a new batch account and noticed that the current quota for 'Pools' is set to 0. When I try to request a quota increase, there is no option to select the pool quota specifically, only active jobs – see the screenshots below. Is there another way…
Azure Batch
Azure.Compute.Batch vs Microsoft.Azure.Batch
What's the difference between Microsoft.Azure.Batch and Azure.Compute.Batch packages and which one should be preferred for the new development? Both are included in https://github.com/Azure/azure-sdk-for-net and Microsoft has samples for both, but…