Skip to content

Commit d4fc66f

Browse files
authored
Update azure-ad-authentication.md
Standardizing to .NET
1 parent 9350d40 commit d4fc66f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Below are SDKs/scenarios not supported in the Public Preview:
5454
5555
1. Follow the configuration guidance per language below.
5656

57-
### [ASP.NET and .NET](#tab/net)
57+
### [.NET](#tab/net)
5858

5959
> [!NOTE]
6060
> Support for Azure AD in the Application Insights .NET SDK is included starting with [version 2.18-Beta3](https://www.nuget.org/packages/Microsoft.ApplicationInsights/2.18.0-beta3).
@@ -80,7 +80,7 @@ config.SetAzureTokenCredential(credential);
8080

8181
```
8282

83-
Below is an example of configuring the `TelemetryConfiguration` using ASP.NET Core:
83+
Below is an example of configuring the `TelemetryConfiguration` using .NetCore:
8484
```csharp
8585
services.Configure<TelemetryConfiguration>(config =>
8686
{
@@ -426,7 +426,7 @@ Next steps should be to review the Application Insights resource's access contro
426426

427427
### Language specific troubleshooting
428428

429-
### [ASP.NET and .NET](#tab/net)
429+
### [.NET](#tab/net)
430430

431431
#### Event Source
432432

0 commit comments

Comments
 (0)