Skip to content

Commit 7c38046

Browse files
authored
Merge pull request #50119 from MarkusVi/devicestoc04
devicestoc04
2 parents da459c8 + f6d5270 commit 7c38046

File tree

7 files changed

+89
-26
lines changed

7 files changed

+89
-26
lines changed

articles/active-directory/TOC.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -128,31 +128,6 @@
128128
#### [Register for self-service password reset](user-help/active-directory-passwords-reset-register.md)
129129

130130

131-
## Manage devices
132-
### [Overview](devices/overview.md)
133-
134-
### Quickstarts
135-
#### [Set up Azure AD registered Windows 10 devices](user-help/device-management-azuread-registered-devices-windows10-setup.md)
136-
#### [Set up Azure AD joined devices](user-help/device-management-azuread-joined-devices-setup.md)
137-
138-
### Tutorials
139-
#### [Configure hybrid Azure AD join for managed domains](devices/hybrid-azuread-join-managed-domains.md)
140-
#### [Configure hybrid Azure AD join for federated domains](devices/hybrid-azuread-join-federated-domains.md)
141-
#### [Configure hybrid Azure AD join manually](devices/hybrid-azuread-join-manual-steps.md)
142-
#### [Configure Azure AD join during Windows 10 first-run experience](devices/azuread-joined-devices-frx.md)
143-
144-
### How-to-guides
145-
#### [Plan Azure AD join](devices/azureadjoin-plan.md)
146-
#### [Plan your hybrid Azure AD join implementation](devices/hybrid-azuread-join-plan.md)
147-
#### [Control the hybrid Azure AD join of your devices](devices/hybrid-azuread-join-control.md)
148-
#### [Assign local admins to Azure AD joined devices](devices/assign-local-admin.md)
149-
#### [Troubleshoot hybrid Azure AD joined Windows current devices](devices/troubleshoot-hybrid-join-windows-current.md)
150-
#### [Troubleshoot hybrid Azure AD joined legacy Windows devices](devices/troubleshoot-hybrid-join-windows-legacy.md)
151-
152-
### Concepts
153-
#### [Manage devices using the Azure portal](devices/device-management-azure-portal.md)
154-
#### [FAQs](devices/faq.md)
155-
156131
## Manage apps
157132
### [Overview](manage-apps/what-is-application-management.md)
158133
### [Getting started](manage-apps/plan-an-application-integration.md)
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
- name: Device Management Documentation
2+
href: index.yml
3+
- name: Overview
4+
items:
5+
- name: What is device management in Azure AD?
6+
href: overview.md
7+
- name: Tutorials
8+
expanded: false
9+
items:
10+
- name: Configure hybrid Azure AD join for managed domains
11+
href: hybrid-azuread-join-managed-domains.md
12+
- name: Configure hybrid Azure AD join for federated domains
13+
href: hybrid-azuread-join-federated-domains.md
14+
- name: Configure hybrid Azure AD join manually
15+
href: hybrid-azuread-join-manual-steps.md
16+
- name: Configure Azure AD join during Windows 10 first-run experience
17+
href: azuread-joined-devices-frx.md
18+
- name: How-to guides
19+
expanded: true
20+
items:
21+
- name: Manage devices using the Azure portal
22+
href: device-management-azure-portal.md
23+
- name: Plan Azure AD join
24+
href: azureadjoin-plan.md
25+
- name: Plan your hybrid Azure AD join implementation
26+
href: hybrid-azuread-join-plan.md
27+
- name: Control the hybrid Azure AD join of your devices
28+
href: hybrid-azuread-join-control.md
29+
- name: Assign local admins to Azure AD joined devices
30+
href: assign-local-admin.md
31+
- name: Troubleshoot hybrid Azure AD joined Windows current devices
32+
href: troubleshoot-hybrid-join-windows-current.md
33+
- name: Troubleshoot hybrid Azure AD joined legacy Windows devices
34+
href: troubleshoot-hybrid-join-windows-legacy.md
35+
- name: FAQs
36+
href: faq.md
37+
- name: Resources
38+
items:
39+
- name: Azure feedback forum
40+
href: https://feedback.azure.com/forums/169401-azure-active-directory
41+
- name: MSDN forum
42+
href: https://social.msdn.microsoft.com/Forums/azure/home?forum=WindowsAzureAD
43+
- name: Pricing
44+
href: https://azure.microsoft.com/pricing/details/active-directory/
45+
- name: Service updates
46+
href: ../fundamentals/whats-new.md
47+
- name: Stack Overflow
48+
href: http://stackoverflow.com/questions/tagged/azure-active-directory
49+
- name: Videos
50+
href: https://azure.microsoft.com/documentation/videos/index/?services=active-directory
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
### YamlMime:YamlDocument
2+
documentType: LandingData
3+
title: Azure AD Device Management Documentation
4+
metadata:
5+
document_id:
6+
title: Azure Active Directory Device Management Documentation - Tutorials, concepts, references | Microsoft Docs
7+
description: Learn how to configure and test Azure Active device management.
8+
services: active-directory
9+
ms.component: devices
10+
author: MarkusVi
11+
manager: mtillman
12+
ms.service: active-directory
13+
ms.tgt_pltfrm: na
14+
ms.devlang: na
15+
ms.topic: landing-page
16+
ms.date: 08/14/2018
17+
ms.author: markvi
18+
abstract:
19+
description: "Through devices, your users are getting access to your corporate assets. To protect your corporate assets, as an IT administrator, you want to have control over these devices. This enables you to make sure that your users are accessing your resources from devices that meet your standards for security and compliance.<br>Device management is also the foundation for device-based conditional access. With device-based conditional access, you can ensure that access to resources in your environment is only possible with managed devices."
20+
sections:
21+
- title: Step-by-step tutorials
22+
items:
23+
- type: paragraph
24+
text: 'Learn how to integrated your on-premises AD-joined devices with Azure AD.'
25+
- type: list
26+
style: icon48
27+
items:
28+
- image:
29+
src: ./media/index/i_security-management.png
30+
text: Managed domains
31+
href: hybrid-azuread-join-managed-domains.md
32+
- image:
33+
src: ./media/index/i_security-management.png
34+
text: Federated domains
35+
href: hybrid-azuread-join-federated-domains.md
2.23 KB
Loading
51 KB
Loading

articles/active-directory/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Azure Active Directory (Azure AD) is a multi-tenant, cloud-based directory and i
113113
<div class="cardText">
114114
<h3>Devices</h3>
115115
<p>
116-
<a href="/azure/active-directory/device-management-introduction">Device management</a><br/>
116+
<a href="/azure/active-directory/devices/index">Device management</a><br/>
117117
<a href="/azure/active-directory/user-help/device-management-azuread-registered-devices-windows10-setup">Windows 10 devices</a><br/>
118118
<a href="/azure/active-directory/user-help/device-management-azuread-joined-devices-setup">Joined devices</a>
119119
</p>

bread/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
tocHref: /azure/active-directory/
77
topicHref: /azure/active-directory/
88
items:
9+
- name: Devices
10+
tocHref: /azure/active-directory/devices/
11+
topicHref: /azure/active-directory/devices/
912
- name: Conditional Access
1013
tocHref: /azure/active-directory/conditional-access/
1114
topicHref: /azure/active-directory/conditional-access/

0 commit comments

Comments
 (0)