You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/create-projects.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,29 +53,21 @@ Use the following tabs to select the method you plan to use to create a project:
53
53
54
54
# [Azure CLI](#tab/azurecli)
55
55
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.
57
57
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 andset 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:
67
59
68
60
```azurecli
69
61
az login
70
62
```
71
63
72
64
For more information on authenticating, see [Authentication methods](/cli/azure/authenticate-azure-cli).
73
65
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 installedand authenticated to your Azure subscription, use the following command to create a new Azure AI project from an existing Azure AI hub:
75
67
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}
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/develop/create-hub-project-sdk.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,9 @@ Use the following tabs to select whether you're using the Python SDK or Azure CL
35
35
36
36
# [Azure CLI](#tab/azurecli)
37
37
38
-
1.[Install the Azure CLI](/cli/azure/install-azure-cli), then use the following command to install the extension for machinelearning:
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.
39
39
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:
0 commit comments