Skip to content

Commit affbe70

Browse files
authored
Merge pull request #94823 from Blackmist/cli-sku
adding note about sku parameter
2 parents e2f3002 + 21f6191 commit affbe70

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99

1010
ms.author: larryfr
1111
author: Blackmist
12-
ms.date: 08/30/2019
12+
ms.date: 11/05/2019
1313
---
1414

1515
# Create a workspace for Azure Machine Learning with Azure CLI
@@ -96,6 +96,9 @@ For more information on working with resource groups, see [az group](https://doc
9696

9797
To create a new workspace where the __services are automatically created__, use the following command:
9898

99+
> [!TIP]
100+
> The commands in this section create a basic edition workspace. To create an enterprise workspace, use the `--sku enterprise` switch with the `az ml workspace create` command. For more information on Azure Machine Learning editions, see [What is Azure Machine Learning](overview-what-is-azure-ml.md#sku).
101+
99102
```azurecli-interactive
100103
az ml workspace create -w <workspace-name> -g <resource-group-name>
101104
```

articles/machine-learning/service/reference-azure-machine-learning-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
ms.reviewer: jmartens
1111
ms.author: jordane
1212
author: jpe316
13-
ms.date: 10/22/2019
13+
ms.date: 11/05/2019
1414
ms.custom: seodec18
1515
---
1616

@@ -89,6 +89,9 @@ The following commands demonstrate how to use the CLI to manage resources used b
8989
az ml workspace create -w myworkspace -g myresourcegroup
9090
```
9191
92+
> [!TIP]
93+
> This command creates a basic edition workspace. To create an enterprise workspace, use the `--sku enterprise` switch with the `az ml workspace create` command. For more information on Azure Machine Learning editions, see [What is Azure Machine Learning](overview-what-is-azure-ml.md#sku).
94+
9295
For more information, see [az ml workspace create](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/workspace?view=azure-cli-latest#ext-azure-cli-ml-az-ml-workspace-create).
9396
9497
+ Attach a workspace configuration to a folder to enable CLI contextual awareness.

0 commit comments

Comments
 (0)