Skip to content

Commit 15b7289

Browse files
committed
tweaks
1 parent a1111c9 commit 15b7289

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

articles/ai-studio/how-to/create-projects.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,29 +53,21 @@ Use the following tabs to select the method you plan to use to create a project:
5353

5454
# [Azure CLI](#tab/azurecli)
5555

56-
If you don't have the Azure CLI extension for machine learning, use the following steps to install it:
56+
1. If you don't have the Azure CLI and machine learning extension installed, follow the steps in the [Install and set up the machine learning extension](/azure/machine-learning/how-to-configure-cli) article.
5757

58-
1. [Install the Azure CLI](/cli/azure/install-azure-cli), then use the following command to install the extension for machine learning:
59-
60-
```azurecli
61-
az extension add --name ml
62-
```
63-
64-
For more information on the extension, see [Install and set up the machine learning extension](/azure/machine-learning/how-to-configure-cli).
65-
66-
1. To authenticate to your Azure subscription, use the following command:
58+
1. To authenticate to your Azure subscription from the Azure CLI, use the following command:
6759

6860
```azurecli
6961
az login
7062
```
7163

7264
For more information on authenticating, see [Authentication methods](/cli/azure/authenticate-azure-cli).
7365

74-
Once the extension is installed authenticated to your Azure subscription, use the following command to create a new Azure AI project from an existing Azure AI hub:
66+
1. Once the extension is installed and authenticated to your Azure subscription, use the following command to create a new Azure AI project from an existing Azure AI hub:
7567

76-
```azurecli
77-
az ml workspace create --kind project --hub-id {my_hub_ARM_ID} --resource-group {my_resource_group} --name {my_project_name}
78-
```
68+
```azurecli
69+
az ml workspace create --kind project --hub-id {my_hub_ARM_ID} --resource-group {my_resource_group} --name {my_project_name}
70+
```
7971

8072
---
8173

articles/ai-studio/how-to/develop/create-hub-project-sdk.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@ Use the following tabs to select whether you're using the Python SDK or Azure CL
3535

3636
# [Azure CLI](#tab/azurecli)
3737

38-
1. [Install the Azure CLI](/cli/azure/install-azure-cli), then use the following command to install the extension for machine learning:
38+
1. If you don't have the Azure CLI and machine learning extension installed, follow the steps in the [Install and set up the machine learning extension](/azure/machine-learning/how-to-configure-cli) article.
3939

40-
```azurecli
41-
az extension add --name ml
42-
```
43-
44-
For more information on the extension, see [Install and set up the machine learning extension (v2)](/azure/machine-learning/how-to-configure-cli).
45-
46-
1. To authenticate to your Azure subscription, use the following command:
40+
1. To authenticate to your Azure subscription from the Azure CLI, use the following command:
4741

4842
```azurecli
4943
az login

0 commit comments

Comments
 (0)