Skip to content

Commit 0a84c02

Browse files
authored
Merge pull request #125029 from changeworld/patch-3
Fix typo
2 parents 745e201 + 51c7f01 commit 0a84c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/configure-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following table summarizes the configuration options available for each stac
3030
|-|-|
3131
| .NET (in-process model) | `host.json` |
3232
| .NET (isolated model) | Default (send custom logs to the Functions host): `host.json`<br/>To send logs directly to Application Insights, see: [Configure Application Insights in the HostBuilder](./dotnet-isolated-process-guide.md#application-insights) |
33-
| Node.JS | `host.json` |
33+
| Node.js | `host.json` |
3434
| Python | `host.json` |
3535
| Java | Default (send custom logs to the Functions host): `host.json`<br/>To send logs directly to Application Insights, see: [Configure the Application Insights Java agent](/azure/azure-monitor/app/monitor-functions#distributed-tracing-for-java-applications) |
3636
| PowerShell | `host.json` |

0 commit comments

Comments
 (0)