The error means D365 FO is trying to send telemetry to Application Insights using a scope it is not allowed to use. The principal finops-aos:<GUID> does not have permissions for the scope:
https://financeinsightsinitiatorservice.operations365.dynamics.com/.default
This happens when Telemetry in D365 FO is enabled, but Application Insights is not configured using the new Managed Identity model.
What you need to do:
Go to Azure → Application Insights → Access Control (IAM)
Assign the following roles to the FO environment's managed identity (the “finops-aos:…” principal):
- Monitoring Metrics Publisher
- Application Insights Component Contributor
Confirm the correct identity is listed in the D365 environment details in LCS/PPAC.
- Wait 5 - 10 minutes and try again.
This resolves the invalid_scope issue because App Insights now trusts the FO environment’s managed identity.