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: Instructions/02-Explore-developer-tools.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ To start, open the Azure Cloud Shell, install the Azure Machine Learning extensi
30
30
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
31
31
1. Remove any ML CLI extensions (both version 1 and 2) to avoid any conflicts with previous versions with this command:
32
32
33
-
```
33
+
```azurecli
34
34
az extension remove -n azure-cli-ml
35
35
az extension remove -n ml
36
36
```
@@ -41,7 +41,7 @@ To start, open the Azure Cloud Shell, install the Azure Machine Learning extensi
41
41
42
42
1. Install the Azure Machine Learning (v2) extension with the following command:
Copy file name to clipboardExpand all lines: Instructions/03-Make-data-available.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To create the Azure Machine Learning workspace and compute resources, you'll use
28
28
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
29
29
1. Enter the following commands in the terminal to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/04-Work-with-compute.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To create the Azure Machine Learning workspace, you'll use the Azure CLI. All ne
25
25
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
26
26
1. To avoid any conflicts with previous versions, remove any ML CLI extensions (both version 1 and 2) by running this command in the terminal:
27
27
28
-
```bash
28
+
```azurecli
29
29
az extension remove -n azure-cli-ml
30
30
az extension remove -n ml
31
31
```
@@ -36,7 +36,7 @@ To create the Azure Machine Learning workspace, you'll use the Azure CLI. All ne
36
36
37
37
1. Install the Azure Machine Learning (v2) extension with the following command:
38
38
39
-
```bash
39
+
```azurecli
40
40
az extension add -n ml -y
41
41
```
42
42
@@ -69,7 +69,7 @@ To run notebooks within the Azure Machine Learning workspace, you'll need a comp
69
69
1. Change the file name to `compute-setup.sh`.
70
70
1. Open the newly created **compute-setup.sh** file and paste the following to its content:
71
71
72
-
```bash
72
+
```azurecli
73
73
#!/bin/bash
74
74
75
75
# clone repository
@@ -86,8 +86,8 @@ To create the compute instance, you can use the studio, Python SDK, or Azure CLI
86
86
1. In the **Compute instances** tab, select **New**.
87
87
1. Configure (don't create yet) the compute instance with the following settings:
88
88
- **Compute name**: *enter a unique name*
89
-
- **Virtual machine type**: `CPU`
90
-
- **Virtual machine size**: `Standard_DS11_v2`
89
+
- **Virtual machine type**: *CPU*
90
+
- **Virtual machine size**: *Standard_DS11_v2*
91
91
1. Select **Next: Advanced settings**.
92
92
1. Select **Add schedule** and configure the schedule to **stop** the compute instance every day at **18:00** or **6:00 PM**.
93
93
1. Select the toggle for **Provision with setup script**.
Copy file name to clipboardExpand all lines: Instructions/04-Work-with-environments.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace and compute resources, you'll use
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/05-Designer-train-model.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace and a compute cluster, you'll use
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/06-AutoML-classification-model.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/07-Notebooks-mlflow-tracking.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To create the Azure Machine Learning workspace and a compute instance, you'll us
28
28
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
29
29
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/08-Script-command-job.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/08-Script-mlflow-tracking.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/09-Hyperparameter-tuning.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/09-Run-pipelines.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/10-Compare-models.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/10-Log-mlflow-models.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/11-Deploy-batch-endpoint.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
Copy file name to clipboardExpand all lines: Instructions/11-Deploy-online-endpoint.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To create the Azure Machine Learning workspace, a compute instance, and a comput
29
29
1. Check that the correct subscription is specified and select **Create storage** if you are asked to create storage for your cloud shell. Wait for the storage to be created.
30
30
1. In the terminal, enter the following commands to clone this repo:
0 commit comments