【发布时间】:2016-05-06 06:48:16
【问题描述】:
他们是否可以通过任何方式将自定义跟踪数据从 Azure 自动化发送到应用程序洞察力。
例如:
workflow sample {
$instrumentationKey = "1234"
$TelemetryClient = /// how to get the telemetry client based on instrumentation key
$TelemetryClient.Track("New message")
$TelemetryClient.Flush()
}
注意:这是来自 Azure 自动化,而不是来自独立脚本
【问题讨论】:
-
一个相关的未回答问题stackoverflow.com/questions/35870749/…
标签: azure automation