Skip to content

Commit 173be90

Browse files
committed
fix steps
1 parent 8676705 commit 173be90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/machine-learning/how-to-customize-compute-instance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ Once you store the script, specify it during creation of your compute instance:
7171
1. On the left, select **Compute**.
7272
1. Select **+New** to create a new compute instance.
7373
1. [Fill out the form](how-to-create-compute-instance.md?tabs=azure-studio#create).
74-
1. On the second page of the form, open **Show advanced settings**.
75-
1. Turn on **Provision with setup script**.
76-
1. Toggle on **Creation script** or **Startup script** (or both).
74+
1. On the **Applications** page of the form, toggle on the type of script you want to use, creation script (run once when creating the compute instance) or startup script (run every time the compute instance is started).
7775
1. Browse to the shell script you saved. Or upload a script from your computer.
7876
1. Add command arguments as needed.
7977

0 commit comments

Comments
 (0)