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: articles/machine-learning/how-to-create-manage-compute-instance.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Where the file *create-instance.yml* is:
115
115
1. <aname="advanced-settings"></a> Select **Next: Advanced Settings** if you want to:
116
116
117
117
* 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.
* 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.
121
121
* 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.
136
136
137
137
---
138
138
139
-
140
-
141
-
142
139
## Create on behalf of (preview)
143
140
144
141
> [!IMPORTANT]
@@ -176,7 +173,7 @@ The data scientist can start, stop, and restart the compute instance. They can u
176
173
> 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.
177
174
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
178
175
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.
180
177
181
178
A compute instance is considered inactive if the below conditions are met:
182
179
* 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
189
186
190
187
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.
191
188
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**.
Once enabled, the setting can be configured during compute instance creation or for existing compute instances via the following interfaces:
193
198
194
199
# [Python SDK](#tab/python)
195
200
@@ -325,7 +330,7 @@ Define multiple schedules for auto-shutdown and auto-start. For instance, create
325
330
326
331
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.
327
332
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.
0 commit comments