AUD-460 Correction of documentation for configuring the email sending option - #1490
AUD-460 Correction of documentation for configuring the email sending option#1490TheNewCat777 wants to merge 4 commits into
Conversation
…tional cloud support - Split 'Enable Notifications via Exchange Online' and 'Enable Notifications via SMTP' into dedicated sub-articles (notifications-exchangeonline.md, notifications-smtp.md); main notifications.md now links to both. - Document the 'Tenant environment' selector (Default, GCC, GCC High, DoD, China) with actual login/Graph API endpoints per cloud, previously missing from the docs entirely. - Clarify why both Mail.Send and Mail.ReadWrite application permissions are required (ReadWrite only needed for >3MB attachment draft/upload flow). - Align 'Directory (tenant) ID' terminology with the Auditor UI's 'Tenant name' field. - Rename trailing section to 'Activity and Health Summary Email'. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…category Move notifications.md, notifications-exchangeonline.md, and notifications-smtp.md into settings/notifications/ with a _category_.json so SMTP and Exchange Online setup show as nested pages under Notifications in the sidebar instead of separate top-level Settings entries. Update all internal and external links across 10.9 that pointed at the old flat paths. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Remove the 'link' entry from _category_.json so Notifications acts purely as an expandable group; Overview, Exchange Online, and SMTP sit as three sibling pages at the same nesting level underneath it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Documentation PR ReviewThis PR splits the single Editorial Reviewdocs/auditor/10.9/admin/settings/notifications/notifications.md
docs/auditor/10.9/admin/settings/notifications/exchangeonline.md
docs/auditor/10.9/admin/settings/notifications/smtp.md
docs/auditor/10.9/admin/monitoringplans/azurefiles.md
docs/auditor/10.9/admin/healthstatus/summaryemail.md
docs/auditor/10.9/admin/monitoringplans/create.md
docs/auditor/10.9/admin/monitoringplans/activitysummaryemail.md
docs/auditor/10.9/admin/navigation/recommendations.md
docs/auditor/10.9/admin/healthstatus/dashboard/overview.md
docs/auditor/10.9/admin/settings/overview.md
docs/auditor/10.9/admin/settings/notifications.md
Summary18 editorial suggestions across 7 files. The two highest-value items are the Tenant name contradiction in What to do next: Comment
You can ask Claude anything about the review or about Netwrix writing standards.
|
Auto-Fix Summary68 issues fixed, 14 skipped across 11 files
Ask |
Code ReviewScope: correctness, routing, and config only — Vale/Dale and editorial review are handled by the other workflows. This PR splits 1. New
|
The Notifications documentation for Settings > Notifications was inaccurate and incomplete: SMTP
and Exchange Online setup were merged into a single confusing article, there was no mention of
national/sovereign cloud tenants, and the required Graph API permissions were listed without
explanation. This PR splits and corrects the documentation per AUD-460.
Changes
settings/notifications/notifications.md- trimmed to a general overview (deliverymethod selection + Activity and Health Summary Email); no longer mixes SMTP/EXO steps together.
settings/notifications/exchangeonline.md(new) - app registration steps; documents the"Tenant environment" selector (Default, US Government GCC, GCC High, DoD, China) with the
correct login/Graph API endpoints per cloud, previously missing entirely; explains why both
Mail.SendandMail.ReadWriteapplication permissions are required (Mail.ReadWriteis onlyneeded for the >3MB attachment draft/upload-session flow); keeps the optional
application-access-policy restriction steps.
settings/notifications/smtp.md(new) - full SMTP field reference table, aligned withthe actual Settings > Notifications > Modify dialog, added the 1-65535 port validation range.
settings/notifications/_category_.json(new) - groups the three pages under anon-clickable "Notifications" sidebar category so Exchange Online and SMTP show as sibling
pages at the same nesting level.
settings/notifications.mdpath.