Query Details
// Sentinel analytics rule for Copilot Studio Bot creation detection AuditLogs | where TimeGenerated > (1h) | where Identity == "Power Virtual Agents Service" | where OperationName == "Add application" | where TargetResources contains "(Microsoft Copilot Studio)"
This query is designed to detect the creation of a Copilot Studio Bot within the last hour. Here's a simple breakdown:
In summary, this query identifies any instances in the last hour where the Power Virtual Agents Service added an application related to Microsoft Copilot Studio.

Steven Lim
Released: August 16, 2024
Tables
Keywords
Operators