python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to Create Pool using Azure Batch Management Library with ServiceClientCrenetials generated via AzureCredentialsFactory
I am using this documentation to assign a managed identity to my Batch Pool. For simplicity I do not include that assignment in the examples below as the issue is not tied to that but rather to access...

INNVTV
Votes: 0
Answers: 0
Azure Batch Service: Passing Arguments via Command Line into Application Package on Linux/Ubuntu
Given the following C#/.NET console application running on my Azure Batch Pool/Task:
class Program
{
static async Task Main(string[] args)
{
try
{
Console.WriteLine...

INNVTV
Votes: 0
Answers: 1