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/active-directory/reports-monitoring/howto-use-recommendations.md
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.topic: how-to
9
9
ms.workload: identity
10
10
ms.subservice: report-monitor
11
-
ms.date: 03/03/2023
11
+
ms.date: 03/06/2023
12
12
ms.author: sarahlipsey
13
13
ms.reviewer: hafowler
14
14
---
@@ -37,31 +37,39 @@ There are different role requirements for viewing or updating a recommendation.
37
37
| Security Operator | Update and read |
38
38
| Security Administrator | Update and read |
39
39
40
-
Some recommendations may require a P2 or other license. Refer to the[Recommendation availability and license requirements](overview-recommendations.md#recommendation-availability-and-license-requirements).
40
+
Some recommendations may require a P2 or other license. For more information, see[Recommendation availability and license requirements](overview-recommendations.md#recommendation-availability-and-license-requirements).
41
41
42
42
## How to read a recommendation
43
43
44
-
To view the details of a recommendation, sign in to Azure using a least-privileged role for read-only access.
44
+
To view the details of a recommendation:
45
+
1. Sign in to Azure using the appropriate least-privilege role.
46
+
1. Go to **Azure AD** > **Recommendations** and select a recommendation from the list.
47
+
48
+

45
49
46
50
Each recommendation provides the same set of details that explain what the recommendation is, why it's important, and how to fix it.
47
51
48
-
The **Status**of a recommendation can be updated manually or automatically by the system. If all resources are addressed according to the action plan, the status automatically changes to *Completed* the next time the recommendations service runs. The recommendation service runs every 24-48 hours, depending on the recommendation.
52
+

49
53
50
-
The **Priority** of a recommendation could be low, medium, or high. These values are determined by several factors, such as security implications, health concerns, or potential breaking changes.
54
+
-The **Status** of a recommendation can be updated manually or automatically by the system. If all resources are addressed according to the action plan, the status automatically changes to *Completed* the next time the recommendations service runs. The recommendation service runs every 24-48 hours, depending on the recommendation.
51
55
52
-
-**High**: Must do. Not acting will result in severe security implications or potential downtime.
53
-
-**Medium**: Should do. No severe risk if action isn't taken.
54
-
-**Low**: Might do. No security risks or health concerns if action isn't taken.
56
+
- The **Priority** of a recommendation could be low, medium, or high. These values are determined by several factors, such as security implications, health concerns, or potential breaking changes.
55
57
56
-
The **Impacted resources** for a recommendation could be things like applications or users. This detail gives you an idea of what type of resources you need to address. The impacted resource could also be at the tenant level, so you may need to make a global change.
58
+
-**High**: Must do. Not acting will result in severe security implications or potential downtime.
59
+
-**Medium**: Should do. No severe risk if action isn't taken.
60
+
-**Low**: Might do. No security risks or health concerns if action isn't taken.
57
61
58
-

62
+
- The **Impacted resource type** for a recommendation could be applications, users, or your full tenant. This detail gives you an idea of what type of resources you need to address. If the impacted resource is at the tenant level, you may need to make a global change.
59
63
60
-
The **Status description** tells you the date the recommendation status changed and if it was changed by the system or a user.
64
+

61
65
62
-
The recommendation's **Value**is an explanation of why completing the recommendation will benefit you, and the value of the associated feature.
66
+
-The **Status description**tells you the date the recommendation status changed and if it was changed by the system or a user.
63
67
64
-
The **Action plan** provides step-by-step instructions to implement a recommendation. May include links to relevant documentation or direct you to other pages in the Azure AD portal.
68
+
- The recommendation's **Value** is an explanation of why completing the recommendation will benefit you, and the value of the associated feature.
69
+
70
+
- The **Action plan** provides step-by-step instructions to implement a recommendation. The Action plan may include links to relevant documentation or direct you to other pages in the Azure AD portal.
71
+
72
+
- If the impacted resource type is applications, a list of the **Impacted resources** appears at the bottom of the recommendation. The resource's name, ID, date it was first detected, and status are provided.
65
73
66
74
## How to update a recommendation
67
75
@@ -71,8 +79,6 @@ To update the status of a recommendation or a related resource, sign in to Azure
71
79
72
80
1. Select a recommendation from the list to view the details, status, and action plan.
73
81
74
-

75
-
76
82
1. Follow the **Action plan**.
77
83
78
84
1. If applicable, *right-click on the status* of a resource in a recommendation, select **Mark as**, then select a status.
@@ -101,7 +107,7 @@ Continue to monitor the recommendations in your tenant for changes.
101
107
102
108
Azure Active Directory recommendations can be viewed and managed using Microsoft Graph on the `/beta` endpoint. You can view recommendations along with their impacted resources, mark a recommendation as completed by a user, postpone a recommendation for later, and more.
103
109
104
-
To get started, follow these instructions to work with recommendations using Microsoft Graph in Graph Explorer. The example uses the Migrate apps from Active Directory Federated Services (ADFS) to Azure AD recommendation.
110
+
To get started, follow these instructions to work with recommendations using Microsoft Graph in Graph Explorer. The example uses the "Migrate apps from Active Directory Federated Services (ADFS) to Azure AD" recommendation.
105
111
106
112
1. Sign in to [Graph Explorer](https://aka.ms/ge).
107
113
1. Select **GET** as the HTTP method from the dropdown.
0 commit comments