アプリケーションで予想が発生したときに、追加情報を記録しようとしています。次のコードがあります。
var aiClient = new TelemetryClient();
var properties = new Dictionary<string, string> { { "FullDetails", logMessage + Environment.NewLine + GetDetails(ex)}};
aiClient.TrackException(ex, properties, null);
しかし、Azure ポータルに表示されるのは、Azure ポータルの例外プロパティ ブレードの標準的なものだけです。