Skip to content

Instantly share code, notes, and snippets.

@JeremyLikness
Created September 2, 2017 15:10
Show Gist options
  • Select an option

  • Save JeremyLikness/190d4512e5f8c51ab2496ab1ab37319e to your computer and use it in GitHub Desktop.

Select an option

Save JeremyLikness/190d4512e5f8c51ab2496ab1ab37319e to your computer and use it in GitHub Desktop.
Custom Application Insights telemetry
public static TelemetryClient telemetry = new TelemetryClient()
{
InstrumentationKey =
System.Environment.GetEnvironmentVariable("APPINSIGHTS_INSTRUMENTATIONKEY")
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment