Skip to content

Commit 543f121

Browse files
Merge pull request #286121 from kingwil/docs-editor/power-platform-solution-overvi-1725468735
Update power-platform-solution-overview.md
2 parents ba51e64 + 4df093c commit 543f121

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

articles/sentinel/business-applications/deploy-power-platform-solution.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,11 @@ To collect Power Apps and Power Automate inventory data, deploy the Azure Resour
7979
Connect each of the remaining data connectors by completing the following steps.
8080

8181
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**.
8383
1. Select **Open connector page** > **Connect**.
8484
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**
8885
- **Microsoft Power Platform Admin Activity**
86+
- **Microsoft Power Automate**
8987
- **Microsoft Dataverse**
9088

9189
## Enable auditing in your Microsoft Dataverse environment
@@ -148,19 +146,16 @@ After you wait for Microsoft Sentinel to ingest the data, complete the following
148146
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.
149147

150148
```kusto
151-
PowerAppsActivity
149+
PowerPlatformAdminActivity
152150
| take 50
153151
```
154152
155153
The following table lists the Log Analytics tables to query.
156154
157155
|Log Analytics tables |Data collected |
158156
|---------|---------|
159-
|PowerAppsActivity |Power Apps activity logs |
160-
|PowerAutomateActivity |Power Automate activity logs |
161-
|PowerPlatformConnectorActivity |Power Platform connector activity logs |
162-
|PowerPlatformDlpActivity |Data loss prevention activity logs |
163157
|PowerPlatformAdminActivity|Power Platform administrative logs|
158+
|PowerAutomateActivity |Power Automate activity logs |
164159
|DataverseActivity |Dataverse and model-driven apps activity logging |
165160
166161
Use the following parsers to return inventory and watchlist data.

articles/sentinel/business-applications/power-platform-solution-overview.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ author: batamig
55
ms.author: bagol
66
ms.topic: conceptual
77
ms.date: 02/28/2024
8-
9-
108
#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.
119

1210
---
@@ -37,6 +35,16 @@ The Microsoft Sentinel solution for Power Platform allows you to monitor and det
3735
- Investigate threats detected in Microsoft Power Platform and Power Apps and contextualize them with other user activities across the organization.
3836
- 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.
3937

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+
4048
## What the solution includes
4149

4250
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
4856
|Connector name |Data collected |Log Analytics tables |
4957
|---------|---------|---------|
5058
|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|
5660
|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 |
5761

5862
### Analytic rules

0 commit comments

Comments
 (0)