Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

python application insights azure

pip install applicationinsights
from applicationinsights import TelemetryClient
tc = TelemetryClient('<YOUR INSTRUMENTATION KEY GOES HERE>')
tc.track_event("Test event")
tc.flush()
Source by microsoft.github.io #
 
PREVIOUS NEXT
Tagged: #python #application #insights #azure
ADD COMMENT
Topic
Name
1+3 =