You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ms.custom: sap:Missing or Incorrect data after enabling Application Insights in Azure Portal
10
10
#Customer intent: As an Application Insights user I want to know where in the processing pipeline telemetry goes missing so I know where to troubleshoot.
@@ -314,13 +314,13 @@ Identify exceptions in the SDK logs or network errors from Azure Identity.
314
314
315
315
This error means that the SDK uses credentials without permission for the Application Insights resource or subscription.
316
316
317
-
Check the access control for the Application Insights resource. You must configure the SDK by using credentials that have the Monitoring Metrics Publisher role.
317
+
Check the access control for the Application Insights resource. You must ensure the identity used by the SDK has been assigned the Monitoring Metrics Publisher role.
318
318
319
319
### Language-specific troubleshooting
320
320
321
321
### [.NET](#tab/net)
322
322
323
-
#### Event source
323
+
#### Enable error logs
324
324
325
325
The Application Insights .NET SDK emits error logs by using the event source. To learn more about collecting event source logs, see [Troubleshooting no data - collect logs with PerfView](asp-net-troubleshoot-no-data.md#collect-logs-with-perfview).
326
326
@@ -369,7 +369,7 @@ This exception means that the agent didn't acquire the access token. The likely
369
369
370
370
You might see the following message in the log:
371
371
372
-
. `WARN c.m.a.TelemetryChannel - Failed to send telemetry with status code: 403, please check your credentials`
372
+
`WARN c.m.a.TelemetryChannel - Failed to send telemetry with status code: 403, please check your credentials`
373
373
374
374
This message means that the agent can't send telemetry. The likely reason is that the credentials that are used don't allow telemetry ingestion.
375
375
@@ -389,7 +389,7 @@ You might see the following exception in the log:
389
389
390
390
> `com.microsoft.aad.msal4j.MsalServiceException: Application with identifier <CLIENT_ID> was not found in the directory`
391
391
392
-
This means that the agent didn't get the access token. This exception likely occurs because the client ID in your client secret configuration is invalid or incorrect.
392
+
This means that the agent didn't get the access token. This exception likely occurs because the client ID in your client secret configuration is invalid or incorrect or failed to generate the token by using the wrong credentials.
393
393
394
394
This issue occurs if the admin doesn't install the application or if no tenant user consents to it. It occurs also if you send your authentication request to the wrong tenant.
0 commit comments