📜  应用程序洞察 powershell - ActionScript 代码示例

📅  最后修改于: 2022-03-11 15:04:50.534000             🧑  作者: Mango

代码示例1
# 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