Skip to content

Commit 44b52c7

Browse files
authored
Merge pull request #217866 from ssalgadodev/ciautomlchanges
AutoML | Compute instance remove preview and image
2 parents 9e67c69 + 77a671e commit 44b52c7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,13 @@ ms.reviewer: sgilley
1313
ms.date: 05/04/2022
1414
---
1515

16-
# Customize the compute instance with a script (preview)
17-
18-
> [!IMPORTANT]
19-
> Setup scripts are currently in public preview.
20-
> The preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
16+
# Customize the compute instance with a script
2217

2318
Use a setup script for an automated way to customize and configure a compute instance at provisioning time.
2419

2520
Use a compute instance as your fully configured and managed development environment in the cloud. For development and testing, you can also use the instance as a [training compute target](concept-compute-target.md#training-compute-targets) or for an [inference target](concept-compute-target.md#compute-targets-for-inference). A compute instance can run multiple jobs in parallel and has a job queue. As a development environment, a compute instance can't be shared with other users in your workspace.
2621

27-
As an administrator, you can write a customization script to be used to provision all compute instances in the workspace according to your requirements.
22+
As an administrator, you can write a customization script to be used to provision all compute instances in the workspace according to your requirements. You can configure your setup script as a Creation script, which will run once when the compute instance is created. Or you can configure it as a Startup script, which will run every time the compute instance is started (including initial creation).
2823

2924
Some examples of what you can do in a setup script:
3025

@@ -79,6 +74,7 @@ Once you store the script, specify it during creation of your compute instance:
7974
1. [Fill out the form](how-to-create-manage-compute-instance.md?tabs=azure-studio#create).
8075
1. On the second page of the form, open **Show advanced settings**.
8176
1. Turn on **Provision with setup script**.
77+
1. Select either **Creation script** or **Startup script** tab.
8278
1. Browse to the shell script you saved. Or upload a script from your computer.
8379
1. Add command arguments as needed.
8480

-29.7 KB
Loading

0 commit comments

Comments
 (0)