Skip to content

Commit b3dcc3f

Browse files
Kai Nawrothcijothomas
andauthored
Update articles/azure-monitor/app/asp-net-core.md
Co-authored-by: Cijo Thomas <[email protected]>
1 parent 6fad088 commit b3dcc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For Visual Studio for Mac, use the [manual guidance](#enable-application-insight
8585

8686
### [ASP.NET Core 6.0](#tab/netcore6)
8787

88-
Add `builder.Services.AddApplicationInsightsTelemetry();` to the `WebApplication.CreateBuilder()` method in your `Program` class, as in this example:
88+
Add `builder.Services.AddApplicationInsightsTelemetry();` after the `WebApplication.CreateBuilder()` method in your `Program` class, as in this example:
8989

9090
```csharp
9191
// This method gets called by the runtime. Use this method to add services to the container.

0 commit comments

Comments
 (0)