Skip to content

Commit 2835e12

Browse files
authored
Merge pull request #103111 from Blackmist/fixes
adding note about case-insensitive workspace name
2 parents d9492a0 + 7d72388 commit 2835e12

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

articles/machine-learning/concept-workspace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ There are multiple ways to create a workspace:
9090
* Use an [Azure Resource Manager template](how-to-create-workspace-template.md) or the [Azure Machine Learning CLI](reference-azure-machine-learning-cli.md) when you need to automate or customize the creation with corporate security standards.
9191
* If you work in Visual Studio Code, use the [VS Code extension](tutorial-setup-vscode-extension.md).
9292

93+
> [!NOTE]
94+
> The workspace name is case-insensitive.
95+
9396
## <a name="upgrade"></a> Upgrade to Enterprise edition
9497

9598
You can [upgrade your workspace from Basic to Enterprise edition](how-to-manage-workspace.md#upgrade) using Azure portal. You cannot downgrade an Enterprise edition workspace to a Basic edition workspace.

articles/machine-learning/how-to-create-workspace-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ The example template has two parameters:
5252

5353
* The **workspace name**, which is the friendly name of the Azure Machine Learning workspace.
5454

55+
> [!NOTE]
56+
> The workspace name is case-insensitive.
57+
5558
The names of the other services are generated randomly.
5659

5760
> [!TIP]

articles/machine-learning/how-to-manage-workspace-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ To create a new workspace where the __services are automatically created__, use
103103
az ml workspace create -w <workspace-name> -g <resource-group-name>
104104
```
105105

106+
> [!NOTE]
107+
> The workspace name is case-insensitive.
108+
106109
The output of this command is similar to the following JSON:
107110

108111
```json

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Azure Machine Learning workspaces in the portal
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to create, view and delete Azure Machine Learning workspaces in the Azure portal.
4+
description: Learn how to create, view, and delete Azure Machine Learning workspaces in the Azure portal.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -39,7 +39,7 @@ To create a workspace, you need an Azure subscription. If you don’t have an Az
3939

4040
Field|Description
4141
---|---
42-
Workspace name |Enter a unique name that identifies your workspace. In this example, we use **docs-ws**. Names must be unique across the resource group. Use a name that's easy to recall and to differentiate from workspaces created by others.
42+
Workspace name |Enter a unique name that identifies your workspace. In this example, we use **docs-ws**. Names must be unique across the resource group. Use a name that's easy to recall and to differentiate from workspaces created by others. The workspace name is case-insensitive.
4343
Subscription |Select the Azure subscription that you want to use.
4444
Resource group | Use an existing resource group in your subscription or enter a name to create a new resource group. A resource group holds related resources for an Azure solution. In this example, we use **docs-aml**.
4545
Location | Select the location closest to your users and the data resources to create your workspace.

0 commit comments

Comments
 (0)