needs to create dummy copies of folder a folder with a bat file and add it to right click menu of the folder
so I want to right click on a folder and create the dummy copy of that folder with 0 byte files, i use robocopy command as Follows:- For Folder:- Robocopy /Create /Purge /S "%cd%" "%cd% Dummy" For File:- Robocopy /Create /Purge…
Not able to list azure subscription in azure batch and storage explorer
I am using free subscription and i am trying to implement below use case. Tutorial: Run a Batch job through Data Factory with Batch Explorer, Storage Explorer, and Python In above use case it is mentioned that I can use free subscription to implement.…
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…
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 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)…
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
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…
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.
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 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…
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…
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…
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…
Define azure batch pool certificate in CloudPool with c#
I'm following the instructions in https://zcusa.951200.xyz/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…
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…
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…
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…
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…
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…
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…