📅  最后修改于: 2022-03-11 15:04:50.534000             🧑  作者: Mango
# assumes your module was downloaded to C:\source
Import-Module C:\Source\AzurePowerShellUtilityFunctions\AzurePowerShellUtilityFunctions.psd1
# plug in your AI instrumentation key, trace message, and severity.
Send-AppInsightsTraceTelemetry -InstrumentationKey '' -Message 'This is an information logging message.' -Severity Information