Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
Get latest 100 online endpoint console log records.
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