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/app-provisioning/scim-graph-scenarios.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,8 @@ My application is built into Microsoft Teams and relies on message data. In addi
99
99
I need to be able to track changes to Teams and Outlook messages and react to them in real time. How can I get these changes pushed to my application?
100
100
101
101
**Recommendation:** The Microsoft Graph provides [change notifications](https://docs.microsoft.com/graph/webhooks) and [change tracking](https://docs.microsoft.com/graph/delta-query-overview) for various resources. Note the following limitations of change notifications:
102
-
- If an event receiver acknowledges an event, but fails to act on it for any reason, the event may be lost
103
-
-If an event receiver acknowledges an event, but fails to act on it for any reason, the event may be lost
102
+
- If an event receiver acknowledges an event, but fails to act on it for any reason, the event may be lost.
103
+
-The order in which changes are received are not guaranteed to be chronological.
104
104
- Change notifications don't always contain the [resource data](https://docs.microsoft.com/graph/webhooks-with-resource-data)
105
105
For the reasons above, developers often use change notifications along with change tracking for synchronization scenarios.
Copy file name to clipboardExpand all lines: articles/active-directory/conditional-access/concept-conditional-access-report-only.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: active-directory
6
6
ms.service: active-directory
7
7
ms.subservice: conditional-access
8
8
ms.topic: conceptual
9
-
ms.date: 03/25/2020
9
+
ms.date: 05/01/2020
10
10
11
11
ms.author: joflore
12
12
author: MicrosoftGuyJFlo
@@ -23,7 +23,7 @@ Report-only mode is a new Conditional Access policy state that allows administra
23
23
24
24
- Conditional Access policies can be enabled in report-only mode.
25
25
- During sign-in, policies in report-only mode are evaluated but not enforced.
26
-
- Results are logged in the **Conditional Access** and **Report-only (Preview)** tabs of the Sign-in log details.
26
+
- Results are logged in the **Conditional Access** and **Report-only** tabs of the Sign-in log details.
27
27
- Customers with an Azure Monitor subscription can monitor the impact of their Conditional Access policies using the Conditional Access insights workbook.
1. Select one or more policies from the **Conditional Access Policy** dropdown. All enabled policies are selected by default.
64
64
1. Select a time range (if the time range exceeds the available dataset, the report will show all available data). Once you have set the **Conditional Access Policy** and **Time Range** parameters, the report will load.
65
65
1. Optionally, search for individual **Users** or **Apps** to narrow the scope of the report.
0 commit comments