Skip to content

Commit 50eaf8b

Browse files
Merge pull request #3529 from MicrosoftDocs/main
[AutoPublish] main to live - 04/21 15:32 PDT | 04/22 04:02 IST
2 parents e1b9b86 + b75f08f commit 50eaf8b

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/workflows/StaleBranch.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ name: (Scheduled) Stale branch removal
22

33
permissions:
44
contents: write
5-
5+
6+
# This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/microsoft-365-docs/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml.
7+
# On the days leading up to "deletion day", the workflow will report the branches to be deleted. This lets users see which branches will be deleted. On "deletion day", those branches are deleted.
8+
# The workflow should not be configured to run after "deletion day" so that users can review the branches were deleted.
9+
# Recommendation: configure cron to run on days 1,15-31 where 1 is what's configured in 'DeleteOnDayOfMonth'. If 'DeleteOnDayOfMonth' is set to something else, update cron to run the two weeks leading up to it.
10+
611
on:
712
schedule:
8-
- cron: "0 9 1 * *"
13+
- cron: "0 9 1,15-31 * *"
914

10-
# workflow_dispatch:
15+
workflow_dispatch:
1116

1217

1318
jobs:

defender-xdr/dlp-investigate-alerts-defender.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@ It's best practice to only grant minimal permissions to alerts in the Microsoft
8383

8484
1. Search for the DLP policy name of the alerts and incidents you're interested in.
8585

86-
1. To view the incident summary page, select the incident from the queue. Similarly, select the alert to view the DLP alert page.
86+
1. To view the incident summary page, select the incident from the queue. Similarly, select the alert to view the DLP alert page. Select **Summarize** (preview) for Security Copilot to generate a summary of the alert. The alert summary will contain the:
87+
88+
- alert severity
89+
- alert title
90+
- the name of the policy that was matched
91+
- the name file involved and a link to the file
92+
- alert status
93+
- the email address of the user who performed the action that matched the policy
8794

8895
1. View the **Alert story** for details about policy and the sensitive information types detected in the alert. Select the event in the **Related Events** section to see the user activity details.
8996

0 commit comments

Comments
 (0)