301 questions with Azure Batch tags

Sort by: Updated
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.
301 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,558 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 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,286 Reputation points
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.
301 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,336 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.
301 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.
301 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,336 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.
301 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,551 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,232 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,837 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 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,396 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.
44 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.
926 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 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,326 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.
301 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,336 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.
301 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,159 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 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,352 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,101 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,676 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 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 21,886 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.
301 questions
asked 2022-12-22T07:18:50.357+00:00
aot 46 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.
301 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 21,886 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,676 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 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,352 Reputation points Microsoft Employee
1 answer

Permission Error when writing to Storage Account container with Python

I have a Python application running on Azure Batch. This application reads and writes files on a container in Azure Storage Account. It used to work fine, but it started to raise Permission Error while writing files for some reason. When tested localin a…

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,676 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 questions
asked 2023-06-09T12:11:51.7533333+00:00
Carlos Santos 0 Reputation points
answered 2023-06-13T01:37:07.6066667+00:00
KarishmaTiwari-MSFT 18,352 Reputation points Microsoft Employee
2 answers

Azure batch autoscale formula

I'm trying to create a pool that always starts with 1 node. After 3 minutes of having more than 70% CPU usage the pool should generate another machine, and repeat. I'm using the current formula: initialPoolSize = 1; $TargetDedicatedNodes =…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 questions
asked 2023-05-24T13:10:06.5166667+00:00
Gal Hadar 5 Reputation points
commented 2023-06-06T13:45:48.8733333+00:00
Sedat SALMAN 13,075 Reputation points
1 answer One of the answers was accepted by the question author.

What can I do when I got error message "PoolQuotaReached" on the Azure portal to create a Batch account.

I tried to create a batch account and run a job, referring to https://learn.microsoft.com/en-us/azure/batch/quick-create-portal. I got a error message "PoolQuotaReached: Pool quota for the account has been reached" at 7th of "Create a pool…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 questions
asked 2023-06-05T07:15:19.93+00:00
ma2jun 25 Reputation points
accepted 2023-06-06T05:25:04.44+00:00
ma2jun 25 Reputation points
1 answer

Quota Calculation for Azure Batch Service

I have raised a request to increase the quota for Azure Batch service (Dedicated vCPUs per VM Series for Av2 series to 20 and Dsv2 series to 20). Once the quota is increased my understanding is that my Total dedicated vCPUs should show as 40. However, I…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 questions
asked 2023-05-10T04:42:14.6033333+00:00
Gautam Limboo 0 Reputation points
commented 2023-05-15T06:25:16.83+00:00
Prrudram-MSFT 21,886 Reputation points
0 answers

компьютер не видит bat, случилось это ошибка само по себе или иза каких-та проблем я не знаю но помогите!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,594 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,734 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 questions
asked 2023-05-14T15:48:46.2033333+00:00
Ислам Кулжанов 20 Reputation points