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
## Enable automatic hibernation for dev boxes that have never been accessed
147
+
148
+
This feature helps you minimize costs by automatically hibernating dev boxes that start but no user connects to. If a dev box starts and no one connects with RDP, it enters hibernation after the grace period you set. This setting makes sure idle dev boxes don't use resources unnecessarily, so you optimize costs and resource usage.
149
+
150
+
To set up hibernation for dev boxes that have never been accessed, you need to enable the setting in the dev box pool.
151
+
152
+
1. Sign in to the [Azure portal](https://portal.azure.com).
153
+
1. In the search box, enter **projects**. In the list of results, select **Projects**.
154
+
1. Open the project with the dev box pool you want to update, and then select **Dev box pools**.
155
+
1. Select the dev box pool you want to update, then on the Dev box operations menu (**...**), select **Edit**.
156
+
1. On the **Edit dev box pool** page, select **Hibernate dev boxes that have never been accessed**.
157
+
158
+
:::image type="content" source="media/how-to-configure-dev-box-hibernation/dev-box-pool-enable-hibernation-not-connected.png" alt-text="Screenshot of the Dev Box pool settings page showing the option to enable hibernation for dev boxes that have not been connected.":::
159
+
160
+
1. When you select **Hibernate dev boxes that have never been accessed**, you can set a grace period. This lets users connect to the dev box before it hibernates. Set the **Grace period in minutes** to the time you want.
161
+
162
+
:::image type="content" source="media/how-to-configure-dev-box-hibernation/dev-box-pool-hibernation-not-connected-options.png" alt-text="Screenshot of the Dev Box pool settings page showing configuration options for hibernating dev boxes that have not been connected, including the grace period setting.":::
163
+
164
+
1. Select **Save**.
165
+
146
166
### Troubleshooting
147
167
148
168
If you enable hibernation on a Dev Box definition and the definition reports that hibernation isn't enabled:
0 commit comments