Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
379 stars 120 forks source link

Add Application Insights authentication support #235

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Application Insights now supports Azure Active Directory (Azure AD) authentication. By using Azure AD, you can ensure that only authenticated telemetry is ingested in your Application Insights resources.

https://learn.microsoft.com/en-us/azure/azure-monitor/app/azure-ad-authentication?tabs=net#configuring-and-enabling-azure-ad-based-authentication

KSchlobohm commented 1 year ago

Review the managed identity separations defined in #222 which may impact the connection string used for App Insights

KSchlobohm commented 1 year ago

migrated to 1852591