Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR ACTIONSCRIPT

Application insights powershell

# assumes your module was downloaded to C:source
Import-Module C:SourceAzurePowerShellUtilityFunctionsAzurePowerShellUtilityFunctions.psd1
 
# plug in your AI instrumentation key, trace message, and severity.
Send-AppInsightsTraceTelemetry -InstrumentationKey '<guid>' -Message 'This is an information logging message.' -Severity Information 
Source by keithbabinec.com #
 
PREVIOUS NEXT
Tagged: #Application #insights #powershell
ADD COMMENT
Topic
Name
3+2 =