Skip to content

Commit 50ee2b6

Browse files
committed
fixed tabs
1 parent 5067eec commit 50ee2b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/ip-collection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ namespace MyWebApp
161161
> If you can't access `ISupportProperties`, make sure you're running the latest stable release of the Application Insights SDK. `ISupportProperties` is intended for high cardinality values. `GlobalProperties` is more appropriate for low cardinality values like region name and environment name.
162162
163163

164-
# [.NET 6.0+](tab/framework)
164+
# [.NET 6.0+](#tab/framework)
165165

166166
```csharp
167167
using Microsoft.ApplicationInsights.Extensibility;
@@ -170,7 +170,7 @@ namespace MyWebApp
170170
builder.services.AddSingleton<ITelemetryInitializer, CloneIPAddress>();
171171
```
172172

173-
# [.NET 5.0](tab/framework)
173+
# [.NET 5.0](#tab/dotnet5)
174174

175175
```csharp
176176
using Microsoft.ApplicationInsights.Extensibility;
@@ -182,7 +182,7 @@ builder.services.AddSingleton<ITelemetryInitializer, CloneIPAddress>();
182182
}
183183
```
184184

185-
# [ASP.NET Framework](tab/framework)
185+
# [ASP.NET Framework](#tab/dotnet6)
186186

187187
```csharp
188188
using Microsoft.ApplicationInsights.Extensibility;

0 commit comments

Comments
 (0)