Skip to content

Commit 980f67f

Browse files
Merge pull request #213592 from AaronMaxwell/aaronmax-aadauth-unsupported-to-top
Moving unsupported scenarios to the top
2 parents e98682e + 81de993 commit 980f67f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/azure-monitor/app/azure-ad-authentication.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ The following are prerequisites to enable Azure AD authenticated ingestion.
2424
- You have an "Owner" role to the resource group to grant access using [Azure built-in roles](../../role-based-access-control/built-in-roles.md).
2525
- Understand the [unsupported scenarios](#unsupported-scenarios).
2626

27+
## Unsupported scenarios
28+
29+
The following SDK's and features are unsupported for use with Azure AD authenticated ingestion.
30+
31+
- [Application Insights Java 2.x SDK](java-2x-agent.md)<br>
32+
Azure AD authentication is only available for Application Insights Java Agent >=3.2.0.
33+
- [ApplicationInsights JavaScript Web SDK](javascript.md).
34+
- [Application Insights OpenCensus Python SDK](opencensus-python.md) with Python version 3.4 and 3.5.
35+
36+
- [Certificate/secret based Azure AD](../../active-directory/authentication/active-directory-certificate-based-authentication-get-started.md) isn't recommended for production. Use Managed Identities instead.
37+
- On-by-default Codeless monitoring (for languages) for App Service, VM/Virtual machine scale sets, Azure Functions etc.
38+
- [Availability tests](availability-overview.md).
39+
- [Profiler](profiler-overview.md).
40+
2741
## Configuring and enabling Azure AD based authentication
2842

2943
1. Create an identity, if you already don't have one, using either managed identity or service principal:
@@ -394,20 +408,6 @@ Below is an example Azure Resource Manager template that you can use to create a
394408

395409
```
396410

397-
## Unsupported scenarios
398-
399-
The following SDK's and features are unsupported for use with Azure AD authenticated ingestion.
400-
401-
- [Application Insights Java 2.x SDK](java-2x-agent.md)<br>
402-
Azure AD authentication is only available for Application Insights Java Agent >=3.2.0.
403-
- [ApplicationInsights JavaScript Web SDK](javascript.md).
404-
- [Application Insights OpenCensus Python SDK](opencensus-python.md) with Python version 3.4 and 3.5.
405-
406-
- [Certificate/secret based Azure AD](../../active-directory/authentication/active-directory-certificate-based-authentication-get-started.md) isn't recommended for production. Use Managed Identities instead.
407-
- On-by-default Codeless monitoring (for languages) for App Service, VM/Virtual machine scale sets, Azure Functions etc.
408-
- [Availability tests](availability-overview.md).
409-
- [Profiler](profiler-overview.md).
410-
411411
## Troubleshooting
412412

413413
This section provides distinct troubleshooting scenarios and steps that users can take to resolve any issue before they raise a support ticket.

0 commit comments

Comments
 (0)