Skip to content

Commit 575400f

Browse files
committed
fix some instructions
1 parent 47bca61 commit 575400f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Instructions/04-Work-with-compute.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To run notebooks within the Azure Machine Learning workspace, you'll need a comp
6666
1. Select **Create new file**.
6767
1. Verify that the file location is **Users/*your-user-name***.
6868
1. Change the file type to **Bash (*.sh)**.
69-
1. Change the file name to **compute-setup.sh**.
69+
1. Change the file name to `compute-setup.sh`.
7070
1. Open the newly created **compute-setup.sh** file and paste the following to its content:
7171
7272
```bash
@@ -89,7 +89,7 @@ To create the compute instance, you can use the studio, Python SDK, or Azure CLI
8989
- **Virtual machine type**: `CPU`
9090
- **Virtual machine size**: `Standard_DS11_v2`
9191
1. Select **Next: Advanced settings**.
92-
1. Select **Add schedule** and configure the schedule to **stop** the compute instance every day at **18:00**.
92+
1. Select **Add schedule** and configure the schedule to **stop** the compute instance every day at **18:00** or **6:00 PM**.
9393
1. Select the toggle for **Provision with setup script**.
9494
1. Select the **compute-setup.sh** script you created previously.
9595
1. Review the other advanced settings but do **not** select them:

0 commit comments

Comments
 (0)