Skip to content

Commit 8ba4432

Browse files
Merge pull request #99484 from kfollis/kfollis_portalpref
2 new articles with graphics
2 parents 1034fd7 + 767f682 commit 8ba4432

16 files changed

+177
-3
lines changed

articles/azure-portal/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
- name: Programmatically create Azure dashboards
1616
href: azure-portal-dashboards-create-programmatically.md
1717
- name: How-to guides
18-
items:
18+
items:
19+
- name: Set your Azure portal preferences
20+
href: set-preferences.md
21+
- name: Set inactive timeout settings for all users
22+
href: admin-timeout.md
1923
- name: Turn on high contrast or change theme
2024
href: azure-portal-change-theme-high-contrast.md
2125
- name: Add, remove, and sort favorites
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Set directory-level inactivity timeout for users of the Azure portal | Microsoft Docs
3+
description: Admins can enforce the maximum idle time before a session is signed out. The inactivity timeout policy is set at the directory level.
4+
services: azure-portal
5+
keywords: settings, timeout
6+
author: kfollis
7+
ms.author: kfollis
8+
ms.date: 12/19/2019
9+
ms.topic: conceptual
10+
11+
ms.service: azure-portal
12+
manager: mtillman
13+
---
14+
# Set directory-level inactivity timeout
15+
16+
The inactivity timeout setting helps to protect your resources from unauthorized access if users forget to secure their workstation. When a user has been idle for a while, their Azure portal session is automatically signed out. Admins can enforce the maximum idle time before a session is signed out. The inactivity timeout setting applies at the directory level. For more information about directories, see [Active Directory Domain Services Overview](/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview).
17+
18+
## Configure the inactive timeout setting
19+
20+
If you’re an admin, and you want to enforce an idle timeout setting for all users of the Azure portal, follow these steps:
21+
22+
1. Sign in to the [Azure portal](https://portal.azure.com).
23+
2. Select **Settings** from the global page header.
24+
3. Select the link text **Configure directory level timeout**.
25+
26+
![Screenshot showing portal settings with link text highlighted](./media/admin-timeout/settings.png)
27+
28+
4. A new page opens. On the **Configure directory level inactivity timeout** page, select **Enable directory level idle timeout for the Azure portal** to turn on the setting.
29+
5. Next, enter the **Hours** and **Minutes** for the maximum time that a user can be idle before their session is automatically signed out.
30+
6. Select **Apply**.
31+
32+
![Screenshot showing page to set directory-level inactivity timeout](./media/admin-timeout/configure.png)
33+
34+
To confirm that the inactivity timeout policy is set correctly, select **Notifications** from the global page header. Verify that a success notification is listed.
35+
36+
![Screenshot showing successful notification message for directory-level inactivity timeout](./media/admin-timeout/confirmation.png)
37+
38+
The setting takes effect for new sessions. It won’t apply immediately to any users who are already signed in.
39+
40+
> [!NOTE]
41+
> If an admin has configured a directory-level timeout setting, users can override the policy and set their own inactive sign-out duration. However, the user must choose a time interval that is less than what is set at the directory level.
42+
>
43+
44+
## Next steps
45+
46+
* [Set your Azure portal preferences](set-preferences.md)
47+
* [Export or delete user settings](azure-portal-export-delete-settings.md)
48+
* [Turn on high contrast or change theme](azure-portal-change-theme-high-contrast.md)

articles/azure-portal/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.collection: collection
1414
author: kfollis
1515
ms.author: kfollis
16-
ms.date: 09/17/2019
16+
ms.date: 12/19/2019
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1919

@@ -35,6 +35,8 @@ landingContent:
3535
linkLists:
3636
- linkListType: how-to-guide
3737
links:
38+
- text: Set your portal preferences
39+
url: set-preferences.md
3840
- text: Create and share custom dashboards
3941
url: azure-portal-dashboards.md
4042
- text: Manage your favorites
18.2 KB
Loading
28.9 KB
Loading
19.6 KB
Loading
38.3 KB
Loading
3.42 KB
Loading
29.4 KB
Loading
32.1 KB
Loading

0 commit comments

Comments
 (0)