Skip to content

Commit dffa339

Browse files
authored
Update sdk-connection-string.md
Updated per code review
1 parent 91b91c1 commit dffa339

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

132132
Connection Strings are supported in the following SDK versions:
133-
- .NET and .NETCore v2.12.0
133+
- .NET v2.12.0
134134
- Java v2.5.1 and Java 3.0
135135
- JavaScript v2.3.0
136136
- NodeJS v1.5.0
@@ -167,7 +167,7 @@ var configuration = new TelemetryConfiguration
167167
</ApplicationInsights>
168168
```
169169

170-
.NetCore Explicitly Set:
170+
.NET Core Explicitly Set:
171171
```csharp
172172
public void ConfigureServices(IServiceCollection services)
173173
{
@@ -176,7 +176,7 @@ public void ConfigureServices(IServiceCollection services)
176176
}
177177
```
178178

179-
.NetCore config.json:
179+
.NET Core config.json:
180180

181181
```json
182182
{
@@ -280,8 +280,8 @@ Get started at runtime with:
280280

281281
Get started at development time with:
282282

283-
* [.NET](./asp-net.md)
284-
* [.NETCore](./asp-net-core.md)
283+
* [ASP.NET](./asp-net.md)
284+
* [ASP.NET Core](./asp-net-core.md)
285285
* [Java](./java-in-process-agent.md)
286286
* [Node.js](./nodejs.md)
287287
* [Python](./opencensus-python.md)

0 commit comments

Comments
 (0)