You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -418,6 +418,7 @@ azure.batch.pools.<name>.scaleInterval Specify the interval at which to
418
418
azure.batch.pools.<name>.schedulePolicy Specify the scheduling policy for the pool identified with ``<name>``. It can be either ``spread`` or ``pack`` (default: ``spread``).
419
419
azure.batch.pools.<name>.privileged Enable the task to run with elevated access. Ignored if `runAs` is set (default: ``false``).
420
420
azure.batch.pools.<name>.runAs Specify the username under which the task is run. The user must already exist on each node of the pool.
421
+
azure.batch.pools.<name>.virtualNetwork Specify the subnet ID of a virtual network in which to create the pool (requires version ``23.03.0-edge`` or later).
421
422
azure.registry.server Specify the container registry from which to pull the Docker images (default: ``docker.io``, requires ``[email protected]``).
422
423
azure.registry.userName Specify the username to connect to a private container registry (requires ``[email protected]``).
423
424
azure.registry.password Specify the password to connect to a private container registry (requires ``[email protected]``).
0 commit comments