Where could i find the stdout.txt and stderr.txt log files for the Start Task operation when the pool node reboots?
I am trying to install some R packages globally on a Azure -> Batch Account -> Pool -> Node. I have the following lines in the Pool -> Start Task textarea: cmd /c RScript.exe -e "install.packages('rpart',…
Azure Batch
Azure Batch : AzureFileShareConfiguration mount drive disconnected
Hello, I am trying to create a Pool using Azure Batch . I have uploaded content to Azure Storage using File Shares. I would like my Pool to mount this Azure File Share as virtual file system (ref:…
Azure Files
Azure Batch

Determining free tier usage rights
Hi everyone, I went through https://azure.microsoft.com/en-us/free/free-account-faq/ and I can see that Batch service has been provided for free (always free) as per: I tried following all links, but couldn't really see how limited such…
Azure Batch
Azure Batch equivalent of FILE.AppendAllText
Hi, Could you please let me know the Azure Batch Service (Storage Account blob processing) equivalent of C# FILE.AppendAllText? Basically, I have an input file. I need to read it line by line with Stream Reader. Do transformation. Write the output…
Azure Batch

Azure Batch Service - splitting or partitioning resource files
hi, Is there a way to split or partition Azure Batch Service's Resource Files (input files) so that the burden of input file processing is load-balanced and distributed among all available compute nodes? For instance, if I have an input file with 100k…
Azure Batch

Custom Image and number of Pool recommended
Hello, I am building a Azure Batch application. This application is supposed to launch multiple pools using Shared Image Gallery images. As per the link:…
Azure Virtual Machines
Azure Batch
Accessing Keyvault with Azure Active Directory on Windows Azure Batch Pool Node
So I have a ton of python scripts I'm running on-prem. I want to move them all to Azure and started looking at the steps. Steps I took: I created an Azure Batch account - windows with the science variety so that python and all are already…
Azure Key Vault
Azure Batch
Microsoft Security | Microsoft Entra | Microsoft Entra ID

NSG rule that 'BatchService' pool allocation mode generates in an Azure Batch
Quick question on the NSG rule that 'BatchService' pool allocation mode generates in an Azure Batch: Why is the ssh port 22 opened up to the world, while the VMs are completely hidden from the user? I tried disabling it at subnet level with no loss of…
Azure Batch
How can i create a Dynamics 365 Business Central image in a container in Azure ?
I am trying to deploy the image for Business Central , mcr.microsoft.com/businesscentral/sandbox:base in Azure , but get the error Error code ResourceOperationFailure Message The resource operation completed with terminal provisioning…
Azure Batch

How to design HA & DR for batch?
How to design HA & DR for batch? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ
Azure Batch


How to move Batch accounts across regions?
I want to move existing Batch account from one region to another is this possible? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ
Azure Batch


What is the maximum lifetime of a completed task?
What is the maximum lifetime of a completed task? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ
Azure Batch


From Batch task created from portal, how can we redirect the output file to storage account?
From Batch task created from portal, how can we redirect the output file to storage account? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: MSDN Thread Link
Azure Batch


How to get azure batch to share memory?
Trying to figure out how to get Azure Batch to share memory? Any leads especially sample script is appreciated