Document the browser-based SharePoint sign-in and move superseded setup to a legacy page
The installer no longer uses an embedded Internet Explorer cookie login for
SharePoint; it opens the admin's default browser and signs in with OAuth. That
changes what admins need to prepare, so the deployment docs are updated to match.
Nothing has been deleted. Advice that no longer applies to current releases moves
to a new "Legacy SPO web setup" page: the old cookie login, the username/password
AITracker PowerShell scripts and their SecureString flow, the MFA workaround, and
the SharePoint Online Management Shell installer-machine prerequisite.
Updated pages:
* Prerequisites - deployment credentials now describe an interactive sign-in
rather than stored SharePoint passwords; installer machine needs a modern
browser rather than the SPO Management Shell; added the login.microsoftonline
.com and loopback network rules.
* Deployment Guidance - rewritten SharePoint tab section covering who needs to
sign in and why, and the optional own-app-registration fields.
* App Registrations Setup - states plainly that two registrations is the whole
list, since sign-in reuses an app Microsoft already publishes.
* Manual Install Web Tracking and Config - points at the installer first and
keeps only the PnP/on-premises scripts; the basic-auth walkthrough moves to
the legacy page.
* Troubleshooting - new section for sign-in failures (loopback blocked, consent
errors, AADSTS50194, access denied on the app catalog, slow app-catalog
propagation). The old MFA IdcrlException workaround moves to the legacy page,
as the browser sign-in supports MFA natively.
* Uninstall - use the installer's Remove AITracker button; the PowerShell is the
alternative.
* Release Notes - the sign-in change, and a Code maintenance line for the
dependency work.
The move also strips a real demo-tenant name and a real user address out of the
sample script output, replacing them with contoso placeholders.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 43dbb877-89bb-44dd-8d93-27a78f34c7ca
Wiki: finish branding modernisation + fix two malformed Analytics tables
- Modernise generic 'Office 365' platform references to 'Microsoft 365' across
the wiki (44 occurrences), now that the product is 'Microsoft 365 Advanced
Analytics'. The real 'Office 365 Management [Activity] API' name and code
identifiers (Office365ActivityImporter, o365_client_applications) are preserved.
- Analytics - Data model: fix the malformed 'Usage metrics' table (the header had
two columns but the data row had four; the stray cells duplicated the
App-per-platform table below).
- Analytics: de-indent the Runbooks table so it renders reliably (it was indented
under a list item).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Document Power Platform auditing prerequisite for adoption events
ActivityFeed.Read lets the importer read Power Platform audit events, but those events only exist if Power Platform auditing is on. Adds a new Power Platform auditing must be turned on section to Prerequisites covering the two-step checklist (Microsoft Purview tenant audit + per-environment auditing for Power Apps / Power Automate / Copilot Studio / Dataverse) with per-workload Microsoft Learn links. Cross-references from Home.md (Power Platform Adoption Events) and Release Notes.md (Power Platform audit logging entry). Clarifies that Power BI / Fabric uses the unified Purview audit log and does NOT need a separate tenant toggle.
Wiki updates for next release: Power Platform, Sent Email, FK upgrade
New page
- Audit Events FK Upgrade: operator guide for the AddAuditEventsOperationIndex +
AddAuditEventsOperationFK migrations - what the upgrade does, measured
benchmark, time estimates for VM/HDD and Azure SQL DB tiers, row-count
probe SQL, pre/during/after steps, sanity-check script.
Updates
- Database Schema: new Power Platform section documenting all the new tables
(power_app_environments, power_apps, power_automate_flows, power_bi_*,
copilot_studio_bots, event_meta_*, connector junction tables). audit_events
row updated to reflect the restored FK and link to the FK upgrade page.
- Release Notes: new top entry covering the 6 migrations, Power Platform
import, Sent Email Import, Cognitive Services RBAC fallback, optional
Service Bus, license import + delta-token + Power BI merge + org-URL +
SentEmail cascade fixes, and the ImportTaskSettings opt-in behaviour change.
- Home: Power Platform Adoption Events and Sent Email entries added to the
Data Collection Map.
- Prerequisites: Microsoft.ServiceBus marked optional (only required when
Calls import is enabled); ActivityFeed.Read row extended to mention
Power Platform adoption events.
- Updating the solution: new Schema-change considerations section linking
to the FK upgrade page with the pre-upgrade checklist.
- _Sidebar: link to the new Audit Events FK Upgrade page.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>