Share via


Query per la tabella CCFApplicationLogs

Errori dell'applicazione CCF

Visualizzare gli errori più recenti dell'applicazione Confidential Consortium Framework.

// To create an alert for this query, click '+ New alert rule'
CCFApplicationLogs
| where Level == "fail"
| sort by TimeGenerated desc
| limit 100