From 31d562deed091b3d925582e65d17cdf43b456965 Mon Sep 17 00:00:00 2001 From: jake-mahon Date: Mon, 27 Oct 2025 10:55:06 -0400 Subject: [PATCH] Fix curly braces in SharePoint Online ports documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wrap {TenantName} placeholders in backticks to prevent Docusaurus from interpreting them as JavaScript expressions, which was causing build failures. Changed 6 occurrences across 2 table rows (ports 80 and 443). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../10.8/configuration/microsoft365/sharepointonline/ports.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/auditor/10.8/configuration/microsoft365/sharepointonline/ports.md b/docs/auditor/10.8/configuration/microsoft365/sharepointonline/ports.md index a61e7f041f..9fd482404b 100644 --- a/docs/auditor/10.8/configuration/microsoft365/sharepointonline/ports.md +++ b/docs/auditor/10.8/configuration/microsoft365/sharepointonline/ports.md @@ -18,5 +18,5 @@ Tip for reading the table: For example, on the computer where Netwrix Auditor Se | Port | Protocol | Source | Target | Purpose | | ---- | -------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | -| 80 | TCP | Netwrix Auditor Server | For a full list of Office 365 URLs, refer to the following Microsoft support article: [Office 365 URLs and IP address ranges](https://support.office.com/en-us/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2) | login.windows.net graph.windows.net manage.office.com {TenantName}-admin.sharepoint.com {TenantName}.sharepoint.com {TenantName}-my.sharepoint.com | -| 443 | TCP | Netwrix Auditor Server | For a full list of Office 365 URLs, refer to the following Microsoft support article: [Office 365 URLs and IP address ranges](https://support.office.com/en-us/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2) | login.windows.net graph.windows.net manage.office.com {TenantName}-admin.sharepoint.com {TenantName}.sharepoint.com {TenantName}-my.sharepoint.com | +| 80 | TCP | Netwrix Auditor Server | For a full list of Office 365 URLs, refer to the following Microsoft support article: [Office 365 URLs and IP address ranges](https://support.office.com/en-us/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2) | login.windows.net graph.windows.net manage.office.com `{TenantName}`-admin.sharepoint.com `{TenantName}`.sharepoint.com `{TenantName}`-my.sharepoint.com | +| 443 | TCP | Netwrix Auditor Server | For a full list of Office 365 URLs, refer to the following Microsoft support article: [Office 365 URLs and IP address ranges](https://support.office.com/en-us/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2) | login.windows.net graph.windows.net manage.office.com `{TenantName}`-admin.sharepoint.com `{TenantName}`.sharepoint.com `{TenantName}`-my.sharepoint.com |