Skip to content

Commit

Permalink
Add warnings for Azure named pools. (#3819) [ci skip]
Browse files Browse the repository at this point in the history

Signed-off-by: Manuele Simi <manuele.simi@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
manuelesimi and pditommaso committed Apr 1, 2023
1 parent 3601b01 commit a2c71ac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,23 @@ The above example defines the configuration for two node pools. The first will p
the second 5 nodes of type ``Standard_E2_v3``. See the `Advanced settings`_ below for the complete list of available
configuration options.

.. warning::
The pool name can only contain alphanumeric, hyphen and underscore characters.

.. warning::
If the pool name includes a hyphen, make sure to wrap it with single quotes. For example::


azure {
batch {
pools {
'foo-2' {
...
}
}
}
}

Requirements on pre-existing named pools
----------------------------------------

Expand Down

0 comments on commit a2c71ac

Please sign in to comment.