Skip to content

Commit f5cd8a0

Browse files
authored
Merge pull request #189930 from MarkusVi/rec02
rec02
2 parents 9140e24 + 95928a3 commit f5cd8a0

File tree

6 files changed

+164
-24
lines changed

6 files changed

+164
-24
lines changed
91.4 KB
Loading
8.77 KB
Loading
9.42 KB
Loading
35.1 KB
Loading
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
---
2+
3+
title: What is Azure Active Directory recommendations (preview)? | Microsoft Docs
4+
description: Provides a general overview of Azure Active Directory recommendations.
5+
services: active-directory
6+
documentationcenter: ''
7+
author: MarkusVi
8+
manager: karenhoran
9+
editor: ''
10+
11+
ms.assetid: e2b3d8ce-708a-46e4-b474-123792f35526
12+
ms.service: active-directory
13+
ms.devlang: na
14+
ms.topic: overview
15+
ms.tgt_pltfrm: na
16+
ms.workload: identity
17+
ms.subservice: report-monitor
18+
ms.date: 02/28/2022
19+
ms.author: markvi
20+
ms.reviewer: hafowler
21+
22+
# Customer intent: As an Azure AD administrator, I want guidance to so that I can keep my Azure AD tenant in a healthy state.
23+
ms.collection: M365-identity-device-management
24+
---
25+
26+
# What is Azure Active Directory recommendations (preview)?
27+
28+
This feature is supported as part of a public preview. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
29+
30+
Ideally, you want your Azure Active Directory (Azure AD) tenant to be in a secure and healthy state. However, trying to keep your knowledge regarding the management of the various components in your tenant up to date can become overwhelming.
31+
32+
This is where Azure AD recommendations can help you.
33+
34+
The Azure AD recommendations feature provides you personalized insights with actionable guidance to:
35+
36+
- Help you identify opportunities to implement best practices for Azure AD-related features.
37+
- Improve the state of your Azure AD tenant.
38+
39+
This article gives you an overview of how you can use Azure AD recommendations.
40+
41+
42+
43+
## What it is
44+
45+
The [Azure Advisor](../../advisor/advisor-overview.md) is a personalized cloud consultant that helps you follow best practices to optimize your Azure deployments. It analyzes your resource configuration and usage telemetry and then recommends solutions that can help you improve the cost effectiveness, performance, Reliability (formerly called High availability), and security of your Azure resources.
46+
47+
Azure AD recommendations:
48+
49+
- Is the Azure AD specific implementation of Azure Advisor.
50+
- Supports you with the roll-out and management of Microsoft's best practices for Azure AD tenants to keep your tenant in a secure and healthy state.
51+
52+
## What is a recommendation object?
53+
54+
Azure AD tracks the status of a recommendation in a related object. This object includes attributes that are used to characterize the recommendation and a body to store the actionable guidance.
55+
56+
57+
Each object is characterized by:
58+
59+
- **Title** - A short summary of what the recommendation is about.
60+
61+
- **Priority** - Possible values are: low, medium, high
62+
63+
- **Status** - Possible values are: Active, Dismissed, Postponed, CompletedByUser, CompletedBySystem.
64+
65+
- A recommendation is marked as CompletedByUser if you mark the recommendation as complete.
66+
67+
- A recommendation is marked as CompletedBySystem if a recommendation that did once apply is no longer applicable to you because you have taken the necessary steps.
68+
69+
70+
- **Impacted Resources** - A definition of the scope of a recommendation. Possible values are either a list of the impacted resources or **Tenant level**.
71+
72+
- **Updated at** - The timestamp of the last status update.
73+
74+
75+
![Reporting](./media/overview-recommendations/recommendations-object.png)
76+
77+
78+
79+
The body of a recommendation object contains the actionable guidance:
80+
81+
- **Description** - An explanation of what it is that Azure AD has detected and related background information.
82+
83+
- **Value** - An explanation of why completing the recommendation will benefit you, and the value of the associated feature.
84+
85+
- **Action Plan** - Detailed instructions to step-by-step implement a recommendation.
86+
87+
88+
89+
## How it works
90+
91+
On a daily basis, Azure AD analyzes the configuration of your tenant. During an analysis, Azure AD compares the data of the known recommendations with the actual configuration. If a recommendation is flagged as applicable to your tenant, the recommendation status and its corresponding resources are marked as active.
92+
93+
94+
In the recommendations or resource list, you can use the **Status** information to determine your action item.
95+
96+
As an administrator, you should review your tenant's recommendations, and their associated resources periodically.
97+
98+
- **Dismiss**
99+
100+
- **Mark complete**
101+
102+
- **Postpone**
103+
104+
- **Reactivate**
105+
106+
107+
### Dismiss
108+
109+
If you don't like a recommendation, or if you have another reason for not applying it, you can dismiss it. In this case, Azure AD asks you for a reason for dismissing a recommendation.
110+
111+
![Help us provide better recommendations](./media/overview-recommendations/provide-better-recommendations.png)
112+
113+
114+
### Mark as complete
115+
116+
Use this state to indicate that you have:
117+
118+
- Completed the recommendation.
119+
- Taken action for an individual resource.
120+
121+
A recommendation or resource that has been marked as complete is again evaluated when Azure AD compares the available recommendations with your current configuration.
122+
123+
124+
### Postpone
125+
126+
Postpone a recommendation or resource to address it in the future. The recommendation or resource will be marked as Active again when the date that the recommendation or resource is postponed to occurs.
127+
128+
### Reactivate
129+
Accidentally dismissed, completed, or postponed a recommendation or resource. Mark it as active again to keep it top of mind.
130+
131+
132+
## Common tasks
133+
134+
### Turn on the preview
135+
136+
To turn on the preview:
137+
138+
1. Navigate to the **[Preview features](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/PreviewHub)** page.
139+
2. Set the **State** to **On**.
140+
141+
142+
143+
144+
145+
### Update the status of a resource
146+
147+
To update the status of a resource, you have to right click a resource to bring up the edit menu.
148+
149+
150+
151+
## Next steps
152+
153+
* [Activity logs in Azure Monitor](concept-activity-logs-azure-monitor.md)
154+
* [Stream logs to event hub](tutorial-azure-monitor-stream-logs-to-event-hub.md)
155+
* [Send logs to Azure Monitor logs](howto-integrate-activity-logs-with-log-analytics.md)

articles/active-directory/reports-monitoring/toc.yml

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@
88
href: overview-monitoring.md
99
- name: What is the sign-in diagnostic?
1010
href: overview-sign-in-diagnostics.md
11-
- name: What are flagged sign-ins?
12-
href: overview-flagged-sign-ins.md
11+
- name: What is Azure AD recommendations?
12+
href: overview-recommendations.md
13+
1314
- name: Quickstarts
1415
expanded: true
1516
items:
16-
- name: Filter your audit log
17-
href: quickstart-filter-audit-log.md
18-
- name: Analyze sign-ins
19-
href: quickstart-analyze-sign-in.md
20-
- name: Access logs with the Graph API
21-
href: quickstart-access-log-with-graph-api.md
17+
- name: Download a sign-in report
18+
href: quickstart-download-sign-in-report.md
19+
- name: Download an audit report
20+
href: quickstart-download-audit-report.md
2221
- name: Route logs to storage account
2322
href: quickstart-azure-monitor-route-logs-to-storage-account.md
2423

@@ -49,16 +48,12 @@
4948
href: concept-activity-logs-azure-monitor.md
5049
- name: Plan a reporting and monitoring deployment
5150
href: plan-monitoring-and-reporting.md
52-
- name: Sign-in diagnostics scenarios
53-
href: concept-sign-in-diagnostics-scenarios.md
5451

5552
- name: How-to guides
5653
expanded: true
5754
items:
5855
- name: Reports
5956
items:
60-
- name: Access activity logs
61-
href: howto-access-activity-logs.md
6257
- name: Download logs
6358
href: howto-download-logs.md
6459
- name: Manage inactive user accounts in Azure AD
@@ -67,6 +62,8 @@
6762
href: howto-find-activity-reports.md
6863
- name: Troubleshoot sign-in errors for a user
6964
href: howto-troubleshoot-sign-in-errors.md
65+
- name: Remediate users flagged for risk
66+
href: howto-remediate-users-flagged-for-risk.md
7067
- name: Configure prerequisites for Reporting API
7168
href: howto-configure-prerequisites-for-reporting-api.md
7269
- name: How to use Azure AD workbooks
@@ -101,8 +98,6 @@
10198
- name: Reference
10299
expanded: true
103100
items:
104-
- name: Basic info in the sign-in logs
105-
href: reference-basic-info-sign-in-logs.md
106101
- name: Azure AD PowerShell cmdlets for reporting
107102
href: reference-powershell-reporting.md
108103
- name: Audit logs API reference
@@ -119,13 +114,3 @@
119114
href: reports-faq.yml
120115
- name: Sign-in log schema
121116
href: reference-azure-monitor-sign-ins-log-schema.md
122-
- name: Workbooks
123-
items:
124-
- name: Authentication prompts analysis
125-
href: workbook-authentication-prompts-analysis.md
126-
- name: Conditional access gap analyzer
127-
href: workbook-conditional-access-gap-analyzer.md
128-
- name: Cross-tenant access activity
129-
href: workbook-cross-tenant-access-activity.md
130-
- name: Sensitive Operations Report
131-
href: workbook-sensitive-operations-report.md

0 commit comments

Comments
 (0)