Raga
Raga

Reputation: 11

Container task settings for azure batch task Using CLI

I am trying a task in azure batch, I want to add Container settings for the batch task using CLI.

I don't see any information on how to add the container settings using CLI. can anyone help me?

Upvotes: 1

Views: 469

Answers (1)

brklein
brklein

Reputation: 310

This is not currently available as a command line parameter to the CLI. Full functionality is possible by specifying the Task-Add REST API JSON to the --json-file parameter(https://learn.microsoft.com/en-us/rest/api/batchservice/task/add).

Upvotes: 1

Related Questions