Skip to content

Commit 41a5071

Browse files
committed
Changing formatting
1 parent 73d56d6 commit 41a5071

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

support/azure/azure-monitor/app-insights/troubleshoot-microsoft-entra-authentication.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,42 +16,40 @@ The ingestion service returns specific errors, regardless of the SDK language. N
1616

1717
### HTTP/1.1 400 Authentication not supported
1818

19-
This error shows the resource is set for Microsoft Entra-only. You need to correctly configure the SDK because it's sending to the wrong API.
19+
This error shows the resource is set for Microsoft Entra-only.
20+
21+
Review and correctly configure the SDK because it's sending to the wrong API.
2022

2123
> [!NOTE]
2224
> "v2/track" doesn't support Microsoft Entra ID. When the SDK is correctly configured, telemetry is sent to `v2.1/track`.
2325
24-
Next, you should review the SDK configuration.
25-
2626
### HTTP/1.1 401 Authorization required
2727

2828
This error indicates that the SDK is correctly configured but it's unable to acquire a valid token. This error might indicate an issue with Microsoft Entra ID.
2929

30-
Next, you should identify exceptions in the SDK logs or network errors from Azure Identity.
30+
Identify exceptions in the SDK logs or network errors from Azure Identity.
3131

3232
### HTTP/1.1 403 Unauthorized
3333

3434
This error means the SDK uses credentials without permission for the Application Insights resource or subscription.
3535

36-
First, check the Application Insights resource's access control. You must configure the SDK with credentials that have the Monitoring Metrics Publisher role.
36+
Check the Application Insights resource's access control. You must configure the SDK with credentials that have the Monitoring Metrics Publisher role.
3737

3838
## Language-specific troubleshooting
3939

4040
## [ASP.NET Core](#tab/aspnetcore)
4141

4242
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#PerfView).
4343

44-
If the SDK fails to get a token, the exception message is logged as
45-
`Failed to get AAD Token. Error message:`.
44+
If the SDK fails to get a token, the exception message is logged as `Failed to get AAD Token. Error message:`.
4645

4746
## [.NET](#tab/net)
4847

4948
### Event source
5049

5150
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#PerfView).
5251

53-
If the SDK fails to get a token, the exception message is logged as
54-
`Failed to get AAD Token. Error message:`.
52+
If the SDK fails to get a token, the exception message is logged as `Failed to get AAD Token. Error message:`.
5553

5654
## [Java](#tab/java)
5755

0 commit comments

Comments
 (0)