Query's voor de tabel AmlOnlineEndpointConsoleLog
Zie de zelfstudie over Log Analytics voor meer informatie over het gebruik van deze query's in Azure Portal. Zie Query voor de REST API.
Online-eindpuntconsolelogboeken
Download de meest recente 100 online eindpuntconsolelogboekrecords.
AmlOnlineEndpointConsoleLog
| parse kind=regex flags=i _ResourceId with ".*?/RESOURCEGROUPS/" ResourceGroup "/PROVIDERS/MICROSOFT.MACHINELEARNINGSERVICES/WORKSPACES/" Workspace "/ONLINEENDPOINTS/" EndpointName
| project
TimeGenerated,
Subscription = _SubscriptionId,
ResourceGroup,
Workspace,
EndpointName,
DeploymentName,
InstanceId,
ContainerName,
ContainerImageName,
Message
| top 100 by TimeGenerated