Skip to content

Commit fb8b376

Browse files
authored
Merge pull request #120509 from themaninthesuitcase/patch-1
Adds missing word in dotnet-isolated-process-guide.md
2 parents f895b65 + f993e3d commit fb8b376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ var host = new HostBuilder()
432432

433433
### Application Insights
434434

435-
You can configure your isolated process application to emit logs directly [Application Insights](../azure-monitor/app/app-insights-overview.md?tabs=net). This behavior replaces the default behavior of [relaying logs through the host](./configure-monitoring.md#custom-application-logs), and is recommended because it gives you control over how those logs are emitted.
435+
You can configure your isolated process application to emit logs directly to [Application Insights](../azure-monitor/app/app-insights-overview.md?tabs=net). This behavior replaces the default behavior of [relaying logs through the host](./configure-monitoring.md#custom-application-logs), and is recommended because it gives you control over how those logs are emitted.
436436

437437
#### Install packages
438438

0 commit comments

Comments
 (0)