309 questions with Azure Batch tags

Sort by: Updated
3 answers One of the answers was accepted by the question author.

Azure Batch Pool id limited length

The Batch Pool Id is currently limited to 64 characters, this is quite a limitation. Any plans to support longer pool id's, maybe up to 256 characters ? Thanks Laurent

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 questions
asked 2021-04-14T16:43:15.647+00:00
Laurent Meister 66 Reputation points
edited a comment 2023-11-17T21:09:22.8733333+00:00
Tiffany Seale 25 Reputation points
0 answers

Azure Batch autoscale PreemptedNodeCode variable started working and now not working?

Azure Batch autoscale PreemptedNodeCode variable when will be enabled? The customer wanted to follow-up on this to see if it's still in the works. About two months ago, I noticed that this variable suddenly started working in all the autoscale formulas!…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 questions
asked 2023-11-14T14:13:35.1833333+00:00
Brent 20 Reputation points Microsoft Employee
commented 2023-11-14T18:49:07.4633333+00:00
KarishmaTiwari-MSFT 18,627 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Migrating an automated web App with Python scripts and connection to on-prem DB

We have a test tool that compares data stored in SQL tables from multiple sources, some on-premise, some in the cloud. The connection strings, test configurations and test results are all stored inside SQL tables. The tool consists of a backend, a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,367 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
287 questions
asked 2023-11-06T21:26:33.8833333+00:00
Ash Peng 40 Reputation points
commented 2023-11-13T05:17:20.5033333+00:00
MayankBargali-MSFT 69,421 Reputation points
2 answers

AutoScale formula doesn't work - $PendingTasks.GetSample(...) - returns still "0"

Hello, we have problem with AutoScale formula, it looks that it stop working during yesterday evening. We have new Jobs (with tasks) registered / visible on Azure Batch account, but AutoScale formula still returns 0 PendingTasks. AzureBatch Account:…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 questions
asked 2022-02-01T13:00:26.877+00:00
Tomas Marsak 6 Reputation points
commented 2023-11-08T12:27:20.94+00:00
i_am_xcfje 0 Reputation points
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.
309 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,491 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.
309 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,871 Reputation points
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,367 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 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,460 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.
309 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 34,021 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,791 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,837 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 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,282 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,421 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.
309 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,606 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 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,376 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.
309 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 24,171 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.
309 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.
309 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 24,171 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.
309 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 12,046 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,367 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,895 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 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 69,421 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.
50 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.
989 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 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,996 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.
309 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 24,171 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.
309 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,183 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 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,627 Reputation points Microsoft Employee