Skip to content

Commit 76b4b79

Browse files
Update articles/azure-functions/dotnet-aspire-integration.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent a6ac010 commit 76b4b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/dotnet-aspire-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ builder.ConfigureFunctionsWebApplication();
7575
builder.Build().Run();
7676
```
7777

78-
This example doesn't include the default Application Insights configuration that appears in many other `Program.cs` examples and in the Azure Functions templates. Instead, OpenTelemetry integration in .NET Aspire is configured through the `builder.AddServiceDefaults()` call.
78+
This example doesn't include the default Application Insights configuration that appears in many other `Program.cs` examples and in the Azure Functions templates. Instead, you configure OpenTelemetry integration in .NET Aspire by calling the `builder.AddServiceDefaults` method.
7979

8080
To get the most out of the integration, consider the following guidelines:
8181

0 commit comments

Comments
 (0)