Skip to content

Commit aaced83

Browse files
authored
Merge pull request #191201 from pizzaz93/patch-4
Update sdk-connection-string.md
2 parents a39aa31 + 29fbcbd commit aaced83

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

articles/azure-monitor/app/api-custom-events-metrics.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,14 +1113,13 @@ To determine how long data is kept, see [Data retention and privacy](./data-rete
11131113

11141114
## Reference docs
11151115

1116-
* [ASP.NET reference](/dotnet/api/overview/azure/insights)
1116+
* [.NET reference](/dotnet/api/overview/azure/insights)
11171117
* [Java reference](/java/api/overview/azure/appinsights)
11181118
* [JavaScript reference](https://github.com/Microsoft/ApplicationInsights-JS/blob/master/API-reference.md)
11191119

11201120
## SDK code
11211121

1122-
* [ASP.NET Core SDK](https://github.com/Microsoft/ApplicationInsights-dotnet)
1123-
* [ASP.NET](https://github.com/Microsoft/ApplicationInsights-dotnet)
1122+
* [.NET](https://github.com/Microsoft/ApplicationInsights-dotnet)
11241123
* [Windows Server packages](https://github.com/Microsoft/ApplicationInsights-dotnet)
11251124
* [Java SDK](https://github.com/Microsoft/ApplicationInsights-Java)
11261125
* [Node.js SDK](https://github.com/Microsoft/ApplicationInsights-Node.js)

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

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

59-
### [ASP.NET and .NET](#tab/net)
59+
### [.NET](#tab/net)
6060

6161
> [!NOTE]
6262
> 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).
@@ -82,7 +82,7 @@ config.SetAzureTokenCredential(credential);
8282

8383
```
8484

85-
Below is an example of configuring the `TelemetryConfiguration` using ASP.NET Core:
85+
Below is an example of configuring the `TelemetryConfiguration` using .NET Core:
8686
```csharp
8787
services.Configure<TelemetryConfiguration>(config =>
8888
{
@@ -428,7 +428,7 @@ Next steps should be to review the Application Insights resource's access contro
428428

429429
### Language specific troubleshooting
430430

431-
### [ASP.NET and .NET](#tab/net)
431+
### [.NET](#tab/net)
432432

433433
#### Event Source
434434

articles/azure-monitor/app/sdk-connection-string.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ In this example, this connection string specifies explicit overrides for every s
132132
## How to set a connection string
133133

134134
Connection Strings are supported in the following SDK versions:
135-
- .NET and .NET Core v2.12.0
135+
- .NET v2.12.0
136136
- Java v2.5.1 and Java 3.0
137137
- JavaScript v2.3.0
138138
- NodeJS v1.5.0
@@ -169,7 +169,7 @@ var configuration = new TelemetryConfiguration
169169
</ApplicationInsights>
170170
```
171171

172-
NetCore Explicitly Set:
172+
.NET Core Explicitly Set:
173173
```csharp
174174
public void ConfigureServices(IServiceCollection services)
175175
{
@@ -178,7 +178,7 @@ public void ConfigureServices(IServiceCollection services)
178178
}
179179
```
180180

181-
NetCore config.json:
181+
.NET Core config.json:
182182

183183
```json
184184
{

0 commit comments

Comments
 (0)