I am using Azure function app v3 and I want to log details into Application Insights.
There is by default ILogger in function app. what is the difference between Ilogger and TelemetryClient to log details into App Insights. which is the best way to log details?
Any response is appreciated, Thanks in advance.