Skip to content

Commit 3b4666a

Browse files
Merge pull request #282848 from fitzgeraldsteele/patch-1
Clarify maximum instance name lengths
2 parents 0158e00 + 1798819 commit 3b4666a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-instance-ids.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Each VM in a scale set gets a name and instance ID that uniquely identifies it.
1818

1919
## Scale set VM names
2020

21-
Virtual Machine Scale Sets will generate a unique name for each VM in the scale set. The naming convention differs by orchestration mode:
21+
Virtual Machine Scale Sets will generate a unique name for each VM in the scale set. This name is used as part of the unique resource identifier for Azure ARM resources. The maximum length of the instance resource name is 64 characters. The naming convention differs by orchestration mode:
2222

23-
* Flexible orchestration Mode: `{scale-set-name}_{8-char-guid}`
24-
* Uniform orchestration mode: `{scale-set-name}_{instance-id}`
23+
* Flexible orchestration mode instance name: `{scale-set-name}_{8-char-guid}`
24+
* Uniform orchestration mode instance name: `{scale-set-name}_{instance-id}`
2525

2626
## Scale set instance ID for Flexible Orchestration Mode
2727

@@ -96,4 +96,4 @@ Each VM in a scale set also gets a computer name assigned to it. This computer n
9696
* Flexible orchestration mode: {computer-name-prefix}{6-char-guid}
9797
* Uniform orchestration mode: {computer-name-prefix}{base-36-instance-id}
9898

99-
The computer name prefix is a property of the scale set model that you can set, so it can be different from the scale set name itself. The scale set VM computer name can also be changed from inside the guest OS once the VM has been created.
99+
The computer name prefix is a property of the scale set model that you can set, so it can be different from the scale set name itself. The scale set VM computer name can also be changed from inside the guest OS once the VM has been created. The maximum length of the computer name is operating system dependent. For more information, see [Naming rules and restrictions.](../azure-resource-manager/management/resource-name-rules.md).

0 commit comments

Comments
 (0)