Skip to content

Commit ffde378

Browse files
Merge pull request #234878 from CourtGoodson/docs-editor/azure-ad-authentication-1681838041
Adding query API links to article
2 parents 907c8e5 + 2a59f8b commit ffde378

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ Application Insights now supports [Azure Active Directory (Azure AD) authenticat
1313

1414
Using various authentication systems can be cumbersome and risky because it's difficult to manage credentials at scale. You can now choose to [opt out of local authentication](#disable-local-authentication) to ensure only telemetry exclusively authenticated by using [managed identities](../../active-directory/managed-identities-azure-resources/overview.md) and [Azure AD](../../active-directory/fundamentals/active-directory-whatis.md) is ingested in your resource. This feature is a step to enhance the security and reliability of the telemetry used to make critical operational ([alerting](../alerts/alerts-overview.md#what-are-azure-monitor-alerts)and [autoscale](../autoscale/autoscale-overview.md#overview-of-autoscale-in-azure)) and business decisions.
1515

16+
> [!NOTE]
17+
> Note
18+
> This document is used to cover data ingestion into Application Insights using Azure AD. authentication. If you are looking for information on querying data within Application Insights, please refer to **[Query Application Insights using Azure AD Authentication](/azure/azure-monitor/logs/api/app-insights-azure-ad-api)**.
19+
1620
## Prerequisites
21+
>
1722
1823
The following prerequisites enable Azure AD authenticated ingestion. You need to:
1924

@@ -273,9 +278,9 @@ tracer = Tracer(
273278
)
274279
...
275280
```
276-
277-
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
278281
---
282+
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
283+
-
279284

280285
## Disable local authentication
281286

@@ -527,5 +532,9 @@ This error usually occurs when the provided credentials don't grant access to in
527532

528533
---
529534
## Next steps
535+
530536
* [Monitor your telemetry in the portal](overview-dashboard.md)
531537
* [Diagnose with Live Metrics Stream](live-stream.md)
538+
* [Query Application Insights using Azure AD Authentication](/azure/azure-monitor/logs/api/app-insights-azure-ad-api)
539+
540+

0 commit comments

Comments
 (0)