Skip to content

Commit aaa77d5

Browse files
committed
fix changed link
1 parent f439f30 commit aaa77d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ By assigning logged items to a category, you have more control over telemetry ge
8585

8686
### Custom telemetry data
8787

88-
In [C#](functions-dotnet-class-library.md#log-custom-telemetry-in-c-functions), [JavaScript](functions-reference-node.md#log-custom-telemetry), and [Python](functions-reference-python.md#log-custom-telemetry), you can use an Application Insights SDK to write custom telemetry data.
88+
In [C#](functions-dotnet-class-library.md#log-custom-telemetry-in-c-functions), [JavaScript](functions-reference-node.md#track-custom-data), and [Python](functions-reference-python.md#log-custom-telemetry), you can use an Application Insights SDK to write custom telemetry data.
8989

9090
### Dependencies
9191

@@ -107,7 +107,7 @@ Dependencies are written at the `Information` level. If you filter at `Warning`
107107
In addition to automatic dependency data collection, you can also use one of the language-specific Application Insights SDKs to write custom dependency information to the logs. For an example how to write custom dependencies, see one of the following language-specific examples:
108108

109109
+ [Log custom telemetry in C# functions](functions-dotnet-class-library.md#log-custom-telemetry-in-c-functions)
110-
+ [Log custom telemetry in JavaScript functions](functions-reference-node.md#log-custom-telemetry)
110+
+ [Log custom telemetry in JavaScript functions](functions-reference-node.md#track-custom-data)
111111
+ [Log custom telemetry in Python functions](functions-reference-python.md#log-custom-telemetry)
112112

113113
### Performance Counters

0 commit comments

Comments
 (0)