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/sentinel/business-applications/deploy-power-platform-solution.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,11 @@ To collect Power Apps and Power Automate inventory data, deploy the Azure Resour
79
79
Connect each of the remaining data connectors by completing the following steps.
80
80
81
81
1. In Microsoft Sentinel, under **Configuration**, select **Data connectors**.
82
-
1. Search for and select the data connectors in the solution that you need to connect like **Microsoft Power Apps**.
82
+
1. Search for and select the data connectors in the solution that you need to connect, like **Microsoft Power Platform Admin Activity**.
83
83
1. Select **Open connector page** > **Connect**.
84
84
1. Repeat these steps for each of the following data connectors that are a part of the Power Platform solution.
85
-
-**Microsoft Power Automate**
86
-
-**Microsoft Power Platform Connectors**
87
-
-**Microsoft Power Platform DLP**
88
85
-**Microsoft Power Platform Admin Activity**
86
+
-**Microsoft Power Automate**
89
87
-**Microsoft Dataverse**
90
88
91
89
## Enable auditing in your Microsoft Dataverse environment
@@ -148,19 +146,16 @@ After you wait for Microsoft Sentinel to ingest the data, complete the following
148
146
1. Run KQL queries against the tables that collect the activity logs from the data connectors. For example, run the following query to return 50 rows from the table with the Power Apps activity logs.
149
147
150
148
```kusto
151
-
PowerAppsActivity
149
+
PowerPlatformAdminActivity
152
150
| take 50
153
151
```
154
152
155
153
The following table lists the Log Analytics tables to query.
Copy file name to clipboardExpand all lines: articles/sentinel/business-applications/power-platform-solution-overview.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@ author: batamig
5
5
ms.author: bagol
6
6
ms.topic: conceptual
7
7
ms.date: 02/28/2024
8
-
9
-
10
8
#Customer intent: As a security operations manager, I want to understand how I can use Microsoft Sentinel to monitor and detect suspicious activities in my Power Platform environment so that I can protect my organization from potential threats and data breaches.
11
9
12
10
---
@@ -37,6 +35,16 @@ The Microsoft Sentinel solution for Power Platform allows you to monitor and det
37
35
- Investigate threats detected in Microsoft Power Platform and Power Apps and contextualize them with other user activities across the organization.
38
36
- Respond to Microsoft Power Platform-related and Power Apps-related threats and incidents in a simple and canned manner manually, automatically, or through a predefined workflow.
39
37
38
+
## Solution updates
39
+
40
+
Starting on October 17, 2024, audit logging data for Power Apps, Power Platform DLP, and Power Platform Connectors is routed to the `PowerPlatformAdminActivity` table instead of the `PowerAppsActivity`, `PowerPlatformDlpActivity` and `PowerPlatformConnectorActivity` tables.
41
+
42
+
Security content in the Microsoft Sentinel solution for Microsoft Power Platform is updated with the new table and schemas for the Power Apps, Power Platform DLP, and Power Platform Connectors. We recommend that you update the Power Platform solution in your workspace to the latest version and apply the updated analytics rule templates to benefit from the changes. For more information, see [Install or update content](../sentinel-solutions-deploy.md#install-or-update-content).
43
+
44
+
Customers using deprecated data connectors for Power Apps, Power Platform DLP, and Power Platform Connectors can safely disconnect and remove these connectors from their Microsoft Sentinel workspace. All associated data flows are ingested using Power Platform Admin Activity connector.
45
+
46
+
For more information, see [Message center](https://portal.office.com/adminportal/home?#/MessageCenter).
47
+
40
48
## What the solution includes
41
49
42
50
The Microsoft Sentinel solution for Power Platform includes several data connectors and analytic rules.
@@ -48,11 +56,7 @@ The Microsoft Sentinel solution for Power Platform ingests and cross-correlates
48
56
|Connector name |Data collected |Log Analytics tables |
49
57
|---------|---------|---------|
50
58
|Power Platform Inventory (using Azure Functions) | Power Apps and Power Automate inventory data <br><br> For more information, see [Set up Microsoft Power Platform self-service analytics to export Power Platform inventory and usage data](/power-platform/admin/self-service-analytics). | PowerApps_CL,<br>PowerPlatrformEnvironments_CL,<br>PowerAutomateFlows_CL,<br>PowerAppsConnections_CL |
51
-
|Microsoft Power Apps (Preview) | Power Apps activity logs <br><br> For more information, see [Power Apps activity logging](/power-platform/admin/logging-powerapps). | PowerAppsActivity |
52
-
|Microsoft Power Automate (Preview) | Power Automate activity logs <br><br>For more information, see [View Power Automate audit logs](/power-platform/admin/logging-power-automate). | PowerAutomateActivity |
53
-
|Microsoft Power Platform Connectors (Preview) | Power Platform connector activity logs <br><br>For more information, see [View the Power Platform connector activity logs](/power-platform/admin/connector-events-power-platform). | PowerPlatformConnectorActivity |
54
-
|Microsoft Power Platform DLP (Preview) | Data loss prevention activity logs <br><br>For more information, see [Data loss prevention activity logging](/power-platform/admin/dlp-activity-logging). | PowerPlatformDlpActivity |
55
-
|Microsoft Power Platform Admin Activity (Preview)|Power Platform administrator activity logs<br><Br> For more information, see [View Power Platform administrative logs using auditing solutions in Microsoft Purview (preview)](/power-platform/admin/admin-activity-logging).||
59
+
|Microsoft Power Platform Admin Activity (Preview)|Power Platform administrator activity logs<br><Br> For more information, see [View Power Platform administrative logs using auditing solutions in Microsoft Purview (preview)](/power-platform/admin/admin-activity-logging).|PowerPlatformAdminActivity|
56
60
|Microsoft Dataverse (Preview) | Dataverse and model-driven apps activity logging <br><br>For more information, see [Microsoft Dataverse and model-driven apps activity logging](/power-platform/admin/enable-use-comprehensive-auditing).<br><br>If you use the data connector for Dynamics 365, migrate to the data connector for Microsoft Dataverse. This data connector replaces the legacy data connector for Dynamics 365 and supports data collection rules. | DataverseActivity |
0 commit comments