Skip to content

Commit 9350d40

Browse files
authored
Update sdk-connection-string.md
Adding the standardization edit for this document. ------- cc: @rishabjolly, @SoubhagyaDash
1 parent c74d9b6 commit 9350d40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 .NET Core v2.12.0
133+
- .NET and .NETCore 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+
.NetCore 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+
.NetCore config.json:
180180

181181
```json
182182
{

0 commit comments

Comments
 (0)