diff --git a/source/adminguide/autoscale_with_virtual_router.rst b/source/adminguide/autoscale_with_virtual_router.rst index 4370fec387..2a2ee42185 100644 --- a/source/adminguide/autoscale_with_virtual_router.rst +++ b/source/adminguide/autoscale_with_virtual_router.rst @@ -176,6 +176,21 @@ Specify the following: `_. +.. note:: + Hostnames for instances in an AutoScale Instance Group are automatically + generated from the group name and sanitized to meet the OS hostname rules + of the template. If the generated name exceeds the allowed limit, + it will be trimmed to fit within the limit. The limits are: + + - **Windows templates:** 15 characters (NetBIOS limit). The hostname follows the format `as-WinVM-<6 random letters>`. + - **Other OS templates:** 63 characters. Unsupported characters may be normalized + (for example, lower-cased or replaced) to comply with OS constraints. + + Unsupported characters may be normalized (for example, lower-cased or + replaced) to comply with OS constraints. + + + AutoScale Policies -------------------------------------------------