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/dev-box/how-to-manage-dev-box-pools.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ If you don't have an available dev center with an existing dev box definition an
58
58
|**Name**|Enter a name for the pool. The pool name is visible to developers to select when they're creating dev boxes. It must be unique within a project. |
59
59
|**Dev box definition**| Select an existing dev box definition. The definition determines the base image and size for the dev boxes that are created in this pool. |
60
60
|**Network connection**| 1. Select **Deploy to a Microsoft hosted network**, or use an existing network connection. </br>2. Select the region where the dev boxes should be deployed. Be sure to select a region that is close to where your developers are physically located to ensure the lowest latency experience with dev box. |
61
+
|**Enable single sign-on**| Select **Yes** to enable single sign-on for the dev boxes in this pool. Single sign-on must be configured for the organization. See [Enable single sign-on for dev boxes](https://aka.ms/dev-box/single-sign-on). |
|**Enable Auto-stop**|**Yes** is the default. Select **No** to disable an auto-stop schedule. You can configure an auto-stop schedule after the pool is created. |
63
64
|**Stop time**| Select a time to shut down all the dev boxes in the pool. |
@@ -90,7 +91,7 @@ You can manage existing dev boxes in a dev box pool through the Azure portal. Yo
90
91
91
92
:::image type="content" source="media/how-to-manage-dev-box-pools/manage-dev-box-pool.png" alt-text="Screenshot showing a list of dev box pools in Azure portal." lightbox="media/how-to-manage-dev-box-pools/manage-dev-box-pool.png":::
92
93
93
-
1.Scroll to the right, and select more actions (**...**) for the dev box that you want to manage.
94
+
1.Select more actions (**...**) for the dev box that you want to manage.
94
95
95
96
:::image type="content" source="media/how-to-manage-dev-box-pools/manage-dev-box-in-azure-portal.png" alt-text="Screenshot of the Azure portal, showing dev boxes in a dev box pool." lightbox="media/how-to-manage-dev-box-pools/manage-dev-box-in-azure-portal.png":::
96
97
@@ -113,7 +114,7 @@ To delete a dev box pool in the Azure portal:
113
114
114
115
1. Open the project from which you want to delete the dev box pool.
115
116
116
-
1.Scroll to the right, and select more actions (**...**) for the dev box pool that you want to delete.
117
+
1.Select more actions (**...**) for the dev box pool that you want to delete.
0 commit comments