306 questions with Azure Batch tags

Sort by: Updated
1 answer

Batch task stuck in "preparing" state

I am having trouble with my Azure Batch application. Previously, it ran on a CentOS-based pool, but since that pool will no longer be supported after 2024, I decided to create a new pool using Ubuntu Server Container. After setting up the new pool, I…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-10-06T12:40:07.56+00:00
Carlos Santos 0 Reputation points
commented 2023-11-02T05:22:59.35+00:00
Prrudram-MSFT 22,391 Reputation points
2 answers

Azure Dev Tools for Teaching subscription Renewal

I had a running Subscription for Azure Dev Tools for Teaching that expired on 30th September, 2021. Is it possible to renew it now?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2021-11-13T09:57:02.037+00:00
Mpiima Moud 1 Reputation point
edited the question 2023-10-05T17:20:08.6033333+00:00
vipullag-MSFT 24,216 Reputation points Microsoft Employee
3 answers

Do 20mln of REST API calls using Azure Cloud infrastructure

There is a requirement to get the data, which is around 20 mln of entities, from the REST api, which does not have any rate limits and is insanely fast. Each entity has to be queries with two API calls - get metadata, then get the actual data. The…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,309 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,405 questions
asked 2023-09-15T21:25:34.2333333+00:00
Oleksii Parfeniuk 5 Reputation points
answered 2023-09-21T11:12:34.4533333+00:00
Oleksii Parfeniuk 5 Reputation points
1 answer

Azure Batch Pool Resizing Stuck

private async Task<string> CreatePoolIWithPackageIfNoExistAsync(BatchClient batchClient, BatchMetadata batchMetadata) { Microsoft.Azure.Batch.CloudPool? pool = await batchClient.PoolOperations.GetPoolAsync(batchMetadata.PoolId) ?? throw new…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-09-13T23:19:44.4166667+00:00
Elkin Martinez 0 Reputation points
answered 2023-09-15T18:20:52.0733333+00:00
deherman-MSFT 33,626 Reputation points Microsoft Employee
1 answer

Batch file to change DNS.

Sorry if about the tags, it would not let me ask the question without adding them. I wanted to create a .bat file that I can run on our workstations. It needs to ask for elevation since the commands I am executing need admin rights. I want to check the…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,676 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,776 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,274 questions
asked 2023-09-12T17:18:39.1766667+00:00
Cyrus Hosmer 0 Reputation points
edited the question 2023-09-12T17:55:49.1166667+00:00
ChaitanyaNaykodi-MSFT 23,031 Reputation points Microsoft Employee
1 answer

How could I Run Console Application in azure batch Service

I am Trying to run .net console Application in Azure Batch job but it is not running. saying the path you have defined is not correct.

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-09-02T05:44:38.9233333+00:00
Amrutanshu P 0 Reputation points
commented 2023-09-12T06:34:15.97+00:00
ekpathak 15 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Azure Batch Endpoint job ends with TypeError: the JSON object must be str, bytes or bytearray, not MiniBatch

I'm trying to run an Azure ML Batch endpoint job, but the job always ends with an error because of the input (see below). I used a model created and trained in the Azure designer as described on the page:…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,577 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-08-26T11:51:12.48+00:00
jestemtym777 20 Reputation points
commented 2023-08-28T02:01:30.68+00:00
Konstantinos Passadis 17,291 Reputation points MVP
1 answer One of the answers was accepted by the question author.

How to fix Azure resource group when nodes was provisioned in the Azure batch pool with user subscription mode

I was setting up my Azure Batch Account in user subscription mode, using all networks in public network access, and using managed identity in this Azure batch account and pool. When I create some batch pools in this account and start provisioning a node,…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-08-02T04:56:27.36+00:00
Korawich Anuttra 30 Reputation points
commented 2023-08-22T20:20:47.7533333+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Batch autoscale PreemptedNodeCode variable when will be enabled?

The customer has been updating their autoscale formulas and wanted to take advantage of the PreemptedNodeCount variable. There is a good amount of documentation on the variable, as well as examples, but there's a warning on that page that states that it…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-07-13T21:59:09.52+00:00
Brent 20 Reputation points Microsoft Employee
commented 2023-08-09T17:55:10.8166667+00:00
Brent 20 Reputation points Microsoft Employee
0 answers

My batch service doesn't return the right output

I execute a python script on an Azure batch service. I have programmed it to systematically return an outputs.json on which I test a condition. However, sometime the outputs.json doesn't appear although I have an exit code 0 (no errors). I can't…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-07-26T14:27:13.5733333+00:00
Ayoub 20 Reputation points
commented 2023-08-09T01:53:29.8+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
1 answer

doAzureParallel package support seems to be removed from MS site starting June 2023 - Is there any replacement for this we can look into?

Hi, We have a model in R/RStudio, and we have been using the doAzureParallel R package to execute Azure cloud computing task for our model. We realized that starting this June the package is no longer supported, and we run into issues when trying to…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-07-25T19:53:11.8966667+00:00
David Wu 0 Reputation points
edited a comment 2023-08-08T18:56:58.3533333+00:00
Monalla-MSFT 11,876 Reputation points
2 answers

How to choose services?

Hey, Could you please tell me that, which is more suitable azure service to handle the heavy load of the excel calculation with efficiency and without termination of any requests?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,309 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,862 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-07-21T07:17:51.3633333+00:00
KANISH S 0 Reputation points
commented 2023-08-02T05:13:12.8033333+00:00
MayankBargali-MSFT 68,656 Reputation points
0 answers

azure-video_-indexer error type: VIDEO_ALREADY_IN_PROGRESS

I am using azure-video-indexer services to get the transcript from audio file. I have been using the same code for past 5-6 months and getting the result. But from last 2-3 days, i am gettingSomeone please help me with this.

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
46 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
952 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-07-07T18:28:01.0433333+00:00
info 0 Reputation points
commented 2023-08-01T19:57:23.27+00:00
YutongTie-MSFT 46,986 Reputation points
0 answers

AuthenticationErrorDetail while adding Azure Batch Job

azure.batch.models._models_py3.BatchErrorException: Request encountered an exception. Code: AuthenticationFailed Message: {'additional_properties': {}, 'lang': 'en-US', 'value': 'Server failed to authenticate the request. Make sure the value of…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-07-25T05:01:07.2133333+00:00
Chandak, Ankita 0 Reputation points
edited a comment 2023-07-28T06:53:38.17+00:00
kobulloc-MSFT 23,496 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to run python script on Azure Batch?

Hi everyone, I'd like to run a python script using Azure batch but don't know whoch configuration to use neither for the batch nor for the pools. The script doesn't require much memory to run and is completed in a couple seconds. Any help would be very…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-06-13T09:34:07.7666667+00:00
Ayoub 20 Reputation points
accepted 2023-07-26T14:54:14.32+00:00
Ayoub 20 Reputation points
1 answer

Connecting Azure File Share to Hybrid HPC Pack 2019 Batch Pool

With my on-premisis HPC-Pack 2019 headnode, I am able to start a new Az batch pool with no issues. I would now like this pool to start with my Azure File Share automatically mounted. To do this via CLI, we can use the instructions posted at Link to…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,170 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-07-05T00:58:03.4766667+00:00
George Li 0 Reputation points
commented 2023-07-18T03:21:26.34+00:00
KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee
1 answer

Azure Batch Pool Windows Start Up Script Paths not found

I have a Batch Pool of windows virtual machines. I would like the pool to automatically load a folder with program installers, let's say install.exe files, and copy it to the /root/shared/ directory or other accessible directory for a subsequent task or…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,175 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,718 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-07-05T01:06:10.3166667+00:00
George Li 0 Reputation points
answered 2023-07-11T06:42:13.1933333+00:00
Prrudram-MSFT 22,391 Reputation points
1 answer One of the answers was accepted by the question author.

How to assign a managed identity to an Azure Batch Pool using the Azure CLI

Hello, I am trying to create an Azure Batch Pool using the Azure CLI by submitting a JSON file. The reason for using the Azure CLI rather than the portal, is a need for a specific version of the VM image which, to our knowledge, cannot be set…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2022-12-22T07:18:50.357+00:00
aot 56 Reputation points
commented 2023-06-30T16:47:28.8966667+00:00
v-Maheedhara_Reddy_K 0 Reputation points
1 answer

Azure Batch Job Create Error

Hi, I am having the following error when I trying to create a job using the CLI: az batch job create --template template.json Server failed to authenticate the request. Make sure the value of Authorization header is formed…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-06-07T14:58:55.5533333+00:00
SoonJoo@Genting 241 Reputation points
commented 2023-06-19T10:19:31+00:00
Prrudram-MSFT 22,391 Reputation points
2 answers

Is Azure Batch compatible with hierarchical namespaces?

Hello, We are trying to run NextFlow via Azure batch, and it is working well except it is failing to generate reports at the end due to a very unclear error: Jun-06 15:53:35.187 [FileTransfer-2] WARN nextflow.processor.PublishDir - Failed to publish…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,718 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
asked 2023-06-07T11:15:17.3833333+00:00
Simon Hogg 0 Reputation points
answered 2023-06-14T01:31:16.43+00:00
KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee