私はApplication Insightsにこのリファレンスdocumentationを使用しています。 別のクエリの出力を使用してサブ選択を行うにはどうすればよいですか? //Query 1
Events
| where Timestamp >= ago(30min) and Data contains('SomeString')
| project TraceToken
//I w
私はAzure Application insightsを使用しており、タイムスタンプから時間部分のみを抽出したいと考えています。 EXのために : Input : "2017-01-23T20:00:00.2804261Z"; //This is a Timestamp data type
Output : 20:00:00.2804261Z