Skip to content

Commit 5e6942c

Browse files
authored
add rules for compute instance name
1 parent 09574c8 commit 5e6942c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/machine-learning/tutorial-1st-experiment-sdk-setup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ You complete the following experiment set-up and run steps in Azure Machine Lear
8585

8686
1. If no VMs are found, select **+ Add** to create the compute instance VM.
8787

88-
1. When you create a VM, provide a name. The name must be between 2 to 16 characters. Valid characters are letters, digits, and the - character, and must also be unique across your Azure subscription.
88+
1. When you create a VM, follow these rules:
89+
+ Name is required and can't be empty.
90+
+ Name needs to be unique (in a case insensitive fashion) across all existing compute instances in the Azure region of the workspace/compute instance. You'll get an alert if the name you choose is not unique.
91+
+ Valid characters are upper and lower case letters, numbers (0 to 9), and dash character (-).
92+
+ Name must be between 3 and 24 characters long.
93+
+ Name should start with a letter (not a number or a dash character).
94+
+ If dash character is used, then it needs to be followed by at least one letter after the dash. Example: Test-, test-0, test-01 are invalid, while test-a0, test-0a are valid instances.
8995

9096
1. Select the Virtual Machine size from the available choices.
9197

0 commit comments

Comments
 (0)