You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-monitoring.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,23 @@ This code is an alternative to calling `trackMetric` by using the Node.js SDK fo
348
348
349
349
## Log custom telemetry in C# functions
350
350
351
-
ThereisaFunctions-specificversionoftheApplicationInsightsSDKthatyoucanusetosendcustomtelemetrydatafromyourfunctionstoApplicationInsights: [Microsoft.Azure.WebJobs.Logging.ApplicationInsights](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Logging.ApplicationInsights). Use a version of this package that supports your installed version of [Microsoft.Azure.WebJobs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs/).
351
+
ThereisaFunctions-specificversionoftheApplicationInsightsSDKthatyoucanusetosendcustomtelemetrydatafromyourfunctionstoApplicationInsights: [Microsoft.Azure.WebJobs.Logging.ApplicationInsights](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Logging.ApplicationInsights). Use the following command from the command prompt to install this package:
0 commit comments