Skip to content

Commit 69f4511

Browse files
Merge pull request #222632 from sdgilley/sdg-update-ci
add preview instructions
2 parents e1b1a1d + 74c18a0 commit 69f4511

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

articles/machine-learning/how-to-create-manage-compute-instance.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Where the file *create-instance.yml* is:
115115
1. <a name="advanced-settings"></a> Select **Next: Advanced Settings** if you want to:
116116

117117
* Enable idle shutdown (preview). Configure a compute instance to automatically shut down if it's inactive. For more information, see [enable idle shutdown](#enable-idle-shutdown-preview).
118-
* Add schedule. Schedule times for the compute instance to automatically start and/or shutdown. See [schedule details](#schedule-automatic-start-and-stop) below.
118+
* Add schedule. Schedule times for the compute instance to automatically start and/or shut down. See [schedule details](#schedule-automatic-start-and-stop) below.
119119
* Enable SSH access. Follow the [detailed SSH access instructions](#enable-ssh-access) below.
120120
* Enable virtual network. Specify the **Resource group**, **Virtual network**, and **Subnet** to create the compute instance inside an Azure Virtual Network (vnet). You can also select __No public IP__ (preview) to prevent the creation of a public IP address, which requires a private link workspace. You must also satisfy these [network requirements](./how-to-secure-training-vnet.md) for virtual network setup.
121121
* Assign the computer to another user. For more about assigning to other users, see [Create on behalf of](#create-on-behalf-of-preview)
@@ -136,9 +136,6 @@ SSH access is disabled by default. SSH access can't be changed after creation.
136136

137137
---
138138

139-
140-
141-
142139
## Create on behalf of (preview)
143140

144141
> [!IMPORTANT]
@@ -176,7 +173,7 @@ The data scientist can start, stop, and restart the compute instance. They can u
176173
> 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.
177174
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
178175
179-
To avoid getting charged for a compute instance that is switched on but inactive, you can configure when to shutdown your compute instance due to inactivity.
176+
To avoid getting charged for a compute instance that is switched on but inactive, you can configure when to shut down your compute instance due to inactivity.
180177

181178
A compute instance is considered inactive if the below conditions are met:
182179
* No active Jupyter Kernel sessions (which translates to no Notebooks usage via Jupyter, JupyterLab or Interactive notebooks)
@@ -189,7 +186,15 @@ Activity on custom applications installed on the compute instance isn't consider
189186

190187
Also, if a compute instance has already been idle for a certain amount of time, if idle shutdown settings are updated to an amount of time shorter than the current idle duration, the idle time clock will be reset to 0. For example, if the compute instance has already been idle for 20 minutes, and the shutdown settings are updated to 15 minutes, the idle time clock will be reset to 0.
191188

192-
This setting can be configured during compute instance creation or for existing compute instances via the following interfaces:
189+
Use **Manage preview features** to access this feature.
190+
191+
1. In the workspace toolbar, select the **Manage preview features** image.
192+
1. Scroll down until you see **Configure auto-shutdown for idle compute instances**.
193+
1. Toggle the switch to enable the feature.
194+
195+
:::image type="content" source="media/how-to-create-manage-compute-instance/enable-preview.png" alt-text="Screenshot: Enable auto-shutdown.":::
196+
197+
Once enabled, the setting can be configured during compute instance creation or for existing compute instances via the following interfaces:
193198

194199
# [Python SDK](#tab/python)
195200

@@ -325,7 +330,7 @@ Define multiple schedules for auto-shutdown and auto-start. For instance, create
325330

326331
Schedules can also be defined for [create on behalf of](#create-on-behalf-of-preview) compute instances. You can create a schedule that creates the compute instance in a stopped state. Stopped compute instances are useful when you create a compute instance on behalf of another user.
327332

328-
Prior to a scheduled shutdown, users will see a notification alerting them that the Compute Instance is about to shutdown. At that point, the user can choose to dismiss the upcoming shutdown event, if for example they are in the middle of using their Compute Instance.
333+
Prior to a scheduled shutdown, users will see a notification alerting them that the Compute Instance is about to shut down. At that point, the user can choose to dismiss the upcoming shutdown event, if for example they are in the middle of using their Compute Instance.
329334

330335
### Create a schedule in studio
331336

116 KB
Loading

0 commit comments

Comments
 (0)