Reputation: 11
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
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