What's Changed
Transition to Azure AD to query data from Azure Monitor application insights
This fix primarily addresses this deprecation: https://azure.microsoft.com/en-us/updates?id=transition-to-azure-ad-to-query-data-from-azure-monitor-application-insights-by-31-march-2026#:~:text=Published%20date%3A%20May%2015%2C%202023,application%20insights%20will%20be%20retired
Important: you must modify your runtime account API permissions to now include Application Insights permissions too (app authentication) - https://learn.microsoft.com/en-us/azure/azure-monitor/app/azure-ad-authentication?tabs=aspnetcore#set-up-authentication.
This step required an Entra ID administrator to approve the new Data.Read permission.
The installer in this release will add "read" role to your parent resource-group for the runtime account - another required step to allow the AppInights importer to read Application Insights data.
SharePoint CSP Compatibility
In addition, scripts loaded in the browser are now CSP compliant: https://learn.microsoft.com/en-us/sharepoint/dev/spfx/content-securty-policy-trusted-script-sources
More Things
- Profiling "usp_CompileActivityWeek" fixes & integration tests by @sambetts in #67
- Copilot Activity Memory leak fix by @sambetts in #69
- User metadata refactor by @sambetts in #70
- Fix user import perf: replace per-user license lookup load + EF Remov… by @sambetts in #72
Full Changelog: 1516...1543