Skip to content

Commit cd98ee3

Browse files
committed
edit pass: dotnet-aspire-integration
1 parent 3938d9c commit cd98ee3

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
@@ -82,7 +82,7 @@ To get the most out of the integration, consider the following guidelines:
8282
- Don't include any direct Application Insights integrations in the Azure Functions project. Monitoring in .NET Aspire is instead handled through its OpenTelemetry support. You can configure .NET Aspire to export data to Azure Monitor through the service defaults project.
8383
- Make sure that the Azure Functions project doesn't keep custom configuration in `local.settings.json`. The only setting that you need in `local.settings.json` is `FUNCTIONS_WORKER_RUNTIME`, which should be set to `dotnet-isolated`. Set all other configuration through the app host project.
8484

85-
## Connection configuration with .NET Aspire
85+
## <a name = "connection-configuration-with-aspire"></a>Connection configuration with .NET Aspire
8686

8787
The app host project defines resources and helps you create connections between them by using code. This section shows how to configure and customize connections that your Azure Functions project will use.
8888

0 commit comments

Comments
 (0)