Questions tagged [azure-batch-account]
12 questions
2
votes
1 answer
BatchPool - AuthenticationErrorDetail The specified type of authentication SharedKey is not allowed when external resources of type Network are linked
Getting error while creating Azure Batch Pool with private network configuration.
BatchClient bClient = BatchClient.Open(new BatchSharedKeyCredentials(batchUri, accountName, accountKey));
PoolSpecification poolSp = new…

N Krishnia
- 305
- 2
- 8
1
vote
1 answer
Azure Data Factory - Batch Accounts - BlobAccessDenied
I'm trying to work with a custom activity in Data Factory to execute in a batch accounts pool a python batch stored in a blob storage.
I followed the Microsoft tutorial…

Yohann V.
- 56
- 6
0
votes
2 answers
"Invalid Payload Error while Creating Azure Batch Linked Service in Terraform
We are trying to create an Azure Data Factory Linked Service for an Azure Batch account using Terraform. However, there is no native resource available in Terraform documentation for creating an Azure Batch Linked Service directly. To work around…

Karandeep Singh
- 1
- 1
0
votes
0 answers
Azure Batch pools - use latest custom image for all new nodes
I have an Azure Batch service with several pools.
Each pool autoscales, along with using a custom VM image from an image (compute) gallery.
As it stands, if the image version within the gallery updates, I have to:
delete the pools
create them…

AlmostSober
- 63
- 5
0
votes
1 answer
Cannot accept marketplace conditions for Azure Batch: "Allocation failed due to marketplace purchase eligibilty"
I keep getting this error in my Azure batch account: "Allocation failed due to marketplace purchase". My pool allocation is set to "User subscription". I have tried multiple things already, but without success.
I followed the steps from this blog:…

Robin
- 1
0
votes
1 answer
Azure Batch - Getting this error "Value":"%1 is not a valid Win32 application
I'm trying to execute my python code in Azure Batch which pulls data from Adobe Analytics API. The code successfully runs in my local machine, not sure about the configuration in the pool in Az_Batch.
AZ_Batch…

Immanuel
- 5
- 2
0
votes
1 answer
How to call Azure Rest API of Azure Batch service using SharedKey authorization
How to call Azure Rest API of Azure Batch service using SharedKey authorization?
I would like to create a azure batch job's task by calling Azure Batch REST API.
I've created Azure batch account and application pool
and Mapped applicaion package…

cgsabari
- 506
- 2
- 7
- 28
0
votes
1 answer
Load Data Using Azure Batch Service and Spark Databricks
I have File Azure Blob Storage that I need to load daily into the Data Lake. I am not clear on which approach I should use(Azure Batch Account, Custom Activity or Databricks, Copy Activity ). Please advise me.

ragh
- 3
- 2
0
votes
1 answer
what is the best method to "resize a pool to increase node count" in azure batch account?
what is the best method to resize a pool to increase number of nodes in azure batch account that's running in production ?

Mk1
- 1
- 1
0
votes
2 answers
Azure Batch Pool Stuck on Start Up Task
Hi everyone currently I am working on automating installation of certain application in one of our pool node in Azure Batch using application package.
For this example I am just trying to install google chrome in one our node but the node keeps…

Joshua Abad
- 23
- 6
0
votes
1 answer
Azure Batch task to thread ratio
I am developing a .NET core application with the Azure Batch SDK. When it comes to creating the tasks I am wondering how many threads my task should consist of.
First I started to evaluate the number of CPU cores of the underlying node and spawn…

Matthias Güntert
- 4,013
- 6
- 41
- 89
-1
votes
1 answer
How to set selected public networks for an Azure Batch Account using CLI?
Does anyone know how to configure the selected public network for a Batch Account?
I only found this article that explains how to do it from the Azure Portal:…

Danni
- 1
- 2