346 questions with Azure Batch tags

Sort by: Updated
1 answer

How to Schedule Azure Batch Jobs to Run Only on Weekdays and Skip Weekends?

Hi, I'm looking to configure an Azure Batch job schedule to run only on weekdays and skip weekends. From my research and forum interactions, I understand that the Weekdays attribute has been deprecated in the latest version. Any guidance or examples…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-07-03T03:05:20.13+00:00
Stanley Ramakrishnan 40 Reputation points
commented 2024-12-23T11:34:51.0733333+00:00
Castro Rozo, Fabio 0 Reputation points
1 answer

Linking Azure batch pool to blob storage

Hi, I am trying to create a batch pool with two mounted blob storage ( one for input, one for output). I am currently using the Azure website UI to create the pool. I trying mounting it with the following settings : Mount configuration source :…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-12-10T19:28:25.54+00:00
Enea de Bollivier 20 Reputation points
commented 2024-12-17T21:30:21.0633333+00:00
Akshay kumar Mandha 1,655 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Azure batch immediately returning trigger to dependent task when resourcefilles are added

Hi, I am using Azure batch task dependencies feature and facing one issue. I have one parent task which needs some data to process. I have configured ResourceFiles for my parent task so that it can download the files to process. I have dependent (child)…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,156 questions
asked 2024-12-05T06:06:56.4766667+00:00
Parikh, Disham [ext] 30 Reputation points
accepted 2024-12-13T09:26:36.06+00:00
Parikh, Disham [ext] 30 Reputation points
1 answer

in azure batch service how we add storage account that is in another subscription

Hi All, i have a batch service account. now i have a new storage account that is provision in another subscription. now the requirement is how we add this storage account in batch service

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-12-08T06:23:27.9833333+00:00
manish verma 481 Reputation points
commented 2024-12-12T08:50:56.4966667+00:00
anashetty 1,225 Reputation points Microsoft Vendor
1 answer

Unable to create a pool under a batch account with 'IP address provisioning type' set to 'NoPublicIPAddresses' [Python SDK]'

Hi, Need help on Pool creation using Python SDK. I have a virtual network and also a subnet in my Azure account. I'm trying to create a pool under an existing batch account. Through Azure Portal: When I create it through the Azure portal I do not have…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,580 questions
asked 2024-11-30T14:52:19.9666667+00:00
Shakeel Khan 0 Reputation points
answered 2024-12-04T03:38:29.1166667+00:00
Tamil Selvan M 0 Reputation points
1 answer

How can I create CI/CD unit tests for python scripts that run on batch service.

We are developing a python django web application that employs batch for large computations. We are using github to support CI. We are trying to implement the automated testing. Recommendations on how to get these tests to run properly github actions.

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-11-27T15:41:42.8066667+00:00
commented 2024-12-02T18:19:39.1333333+00:00
deherman-MSFT 37,826 Reputation points Microsoft Employee
2 answers

Getting Pool Quota Reached while creating a batch service using Batch Explorer

While trying to create a batch service I am getting the below error. How to solve this?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-11-23T16:41:04.93+00:00
Arghya Roy 0 Reputation points
commented 2024-11-25T19:45:08.4466667+00:00
TP 100.9K Reputation points
1 answer

Azure Batch pools from Classic to Simplified compute node communication model

We have received the Microsoft service health advisory regarding Transition Azure Batch pools to the Simplified compute node communication model by 31 March 2026 and currently we have some of the batch pools in Classic and for the same we have below…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-11-14T20:46:49.21+00:00
Anuja Vishwanatulawar 1 Reputation point
commented 2024-11-19T08:24:03.78+00:00
Akshay kumar Mandha 1,655 Reputation points Microsoft Vendor
1 answer

Databricks vs Batch pool

Hi, I have Googled the difference between using Azure Databrick and Batch pool to run python pipelines and ETL. But I haven’t found a clear difference between them two. Based on what I have Googled, Databrick can become very expensive, so cost matters a…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,288 questions
asked 2024-11-07T14:10:41.1766667+00:00
Renan 40 Reputation points
commented 2024-11-14T12:18:50.3+00:00
Prrudram-MSFT 27,411 Reputation points
1 answer

Error creating pool node

I've converted my pool creation code from Microsoft.Azure.Batch to Azure.ResourceManager.Batch (in order to set the certificate in the key vault instead of in the batch account). The pool is being created with the expected node, and all configuration…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-11-08T22:15:24.1866667+00:00
Green, Jim 55 Reputation points
commented 2024-11-13T00:51:44.22+00:00
vipullag-MSFT 26,421 Reputation points
1 answer

Unable to Submit Quote Increase Request for Microsoft Azure Batch

Hi everyone, I’m currently setting up an Azure Batch account, but I encountered an error indicating insufficient quota. I'm in the process of requesting a quota increase for my subscription; however, when I enter the location details, the process seems…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-10-28T21:19:10.5533333+00:00
RaviTeja 0 Reputation points
commented 2024-11-12T06:27:53.02+00:00
Prrudram-MSFT 27,411 Reputation points
1 answer One of the answers was accepted by the question author.

Define azure batch pool certificate in CloudPool with c#

I'm following the instructions in https://learn.microsoft.com/en-us/azure/batch/automatic-certificate-rotation#create-a-batch-pool-with-a-user-assigned-managed-identity to change from defining certificates in CloudPool.CertificateReferences to…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-11-01T21:45:56.56+00:00
Green, Jim 55 Reputation points
edited a comment 2024-11-09T14:58:51.34+00:00
Prrudram-MSFT 27,411 Reputation points
1 answer One of the answers was accepted by the question author.

increase batch pool quota

I tried to created a batch pool but I got the message saying the quota has been reached. How do I increase my pool quotas ? I tried to go in quotas>computer> there is an option for New quota request. But I can't see my resource group there. How…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-10-29T15:37:47.5933333+00:00
Renan 40 Reputation points
accepted 2024-11-06T11:56:55.5166667+00:00
Renan 40 Reputation points
1 answer

how to order sequence of python scrip using batch pool

I have stored three python scripts in Blob Storage and I have created a Batch account and I am about to create the “pool”. But these python scripts has to be run in particular order. Hence my question: how do I order the sequence of the python script to…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-10-23T12:18:34.8+00:00
Renan 40 Reputation points
edited the question 2024-11-05T04:39:08.57+00:00
Sumarigo-MSFT 47,371 Reputation points Microsoft Employee
0 answers

MPI error in Azure Batch

In MPI-enabled tasks, occasionally we will get this error: Aborting: smpd on a3315966100000A failed to communicate with child smpd manager If we restart the exact same task it will complete. This seems to suggest that a node has terminated and is no…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-10-31T15:30:54.37+00:00
Green, Jim 55 Reputation points
commented 2024-11-04T18:45:08.86+00:00
deherman-MSFT 37,826 Reputation points Microsoft Employee
1 answer

batch pool: PoolQuotaReached

I have upgrade my account in Azure. I am trying to create a batch pool but it says "The error message "PoolQuotaReached: Pool quota for the account has been reached" indicates that the number of pools in your Azure Batch account has…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-11-02T08:26:36.71+00:00
Renan Almeida 0 Reputation points
answered 2024-11-04T04:16:25.8033333+00:00
Prrudram-MSFT 27,411 Reputation points
0 answers

i cannot download my bathc jobs - timeout

Hi, I'm on a slow internet connection and struggling to download my batch jobs. The output file is several tens of MB, and I keep getting the error: "Unable to load file. Timeout of 600000ms exceeded." Any suggestions on how to work around…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-10-20T16:28:14.2466667+00:00
Ivo Q 0 Reputation points
commented 2024-11-01T18:45:04.1933333+00:00
Mahesh Goud Juvvadi 1,665 Reputation points Microsoft Vendor
2 answers

Combine Excel Template with csv data

Hi - I'm trying to combine data generated in the form of .csv file with an existing excel template. Excel template contains a sheet with data table that needs to be populated to contents of .csv file and also have some of the cells written with…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2022-01-28T09:47:29.82+00:00
Rakesh Singh 26 Reputation points
commented 2024-10-09T01:19:26.7466667+00:00
Hollie Becker 0 Reputation points
2 answers One of the answers was accepted by the question author.

Is it possible to update the autoscaling formula and replace the Blob containers mounted in an existing Azure batch pool?

I have created an Azure batch pool with 2 containers (Container1, Container2). I want to update the autoscaling formula in this pool. Additionally, I also want to map 2 different containers (Container3, Container4) in the same pool.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,005 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-09-17T13:04:57.45+00:00
Fawad Rafi 20 Reputation points
accepted 2024-09-20T13:04:13.3533333+00:00
Fawad Rafi 20 Reputation points
1 answer

Azure Batch Pool Deployment in VNet with Batch-Service and User Subscription Modes

I'm trying to understand how Azure Batch deploys pools to a Virtual Network (VNet) in both Batch-Service mode and User subscription mode. I successfully created a Batch pool in Batch-Service mode and deployed it into a VNet in my own Azure subscription…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
346 questions
asked 2024-09-10T16:20:36.8233333+00:00
AzureKnwGt-8579 20 Reputation points
commented 2024-09-14T01:55:24.45+00:00
Sai Krishna Katakam 1,515 Reputation points Microsoft Vendor