Consultas para la tabla CCFApplicationLogs

Para obtener información sobre el uso de estas consultas en Azure Portal, consulte tutorial de Log Analytics. Para obtener la API REST, consulte Consulta.

Errores de aplicación CCF

Vea los errores más recientes de la aplicación Confidential Consortium Framework.

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