Created
September 2, 2017 15:10
-
-
Save JeremyLikness/190d4512e5f8c51ab2496ab1ab37319e to your computer and use it in GitHub Desktop.
Custom Application Insights telemetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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