Compartir a través de


Consultas para la tabla ContainerServiceLog

Buscar en ContainerServiceLog

Busque en ContainerServiceLog para buscar un valor específico en la tabla ContainerServiceLog./nNote que esta consulta requiere actualizar el <parámetro SeachValue> para generar resultados.

// This query requires a parameter to run. Enter value in SearchValue to find in table.
let SearchValue =  "<SearchValue>";//Please update term you would like to find in the table.
ContainerServiceLog
| where * contains tostring(SearchValue)
| take 1000