Skip to content

Commit ad2aa91

Browse files
Merge pull request #224724 from Blackmist/errors0123
adding troubleshooting note
2 parents eb1e521 + 4a9022c commit ad2aa91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/machine-learning/tutorial-create-secure-workspace-template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,16 @@ After the template completes, use the following steps to connect to the DSVM:
233233
234234
1. From the DSVM desktop, start __Microsoft Edge__ and enter `https://ml.azure.com` as the address. Sign in to your Azure subscription, and then select the workspace created by the template. The studio for your workspace is displayed.
235235
236+
## Troubleshooting
237+
238+
### Error: Windows computer name cannot be more than 15 characters long, be entirely numeric, or contain the following characters
239+
240+
This error can occur when the name for the DSVM jump box is greater than 15 characters or includes one of the following characters: `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`.
241+
242+
When using the Bicep template, the jump box name is generated programmatically using the prefix value provided to the template. To make sure the name does not exceed 15 characters or contain any invalid characters, use a prefix that is 5 characters or less and do not use any of the following characters in the prefix: `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`.
243+
244+
When using the Terraform template, the jump box name is passed using the `dsvm_name` parameter. To avoid this error, use a name that is not greater than 15 characters and does not use any of the following characters as part of the name: `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`.
245+
236246
## Next steps
237247
238248
> [!IMPORTANT]

0 commit comments

Comments
 (0)