Skip to content

Instantly share code, notes, and snippets.

@Odonno
Created June 8, 2020 13:11
Show Gist options
  • Save Odonno/1a86663da28b0fcd5e5668473f0f90b5 to your computer and use it in GitHub Desktop.
Save Odonno/1a86663da28b0fcd5e5668473f0f90b5 to your computer and use it in GitHub Desktop.
.NET Core Azure Templates - AppInsights
services.AddApplicationInsightsTelemetry();
services.AddLogging(config =>
{
config.AddApplicationInsights();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment