Describe the bug
I have a job running on Azure ML. I can see the logs on ml.azure.com, but I wish to see live logs on the terminal.
I tried running az ml job stream, but I don't see any outputs.
$ az ml job stream --name <job name> --resource-group <resource-group> --workspace-name <workspace-name>
Class WorkspaceHubOperations: This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
RunId: gray_pig_knyllgjbkl
Web View: https://ml.azure.com/runs/<run name>?wsid=/subscriptions/<sub id>/resourcegroups/<resource group>/workspaces/<workspaces>
Related command
az ml job stream
Errors
The command does not fail. It just outputs nothing.
Issue script & Debug output
The output is huge with a lot of sensitive data, Can provide later if needed.
Expected behavior
I should be able to see the logs in real time. Ideally I should be able to choose which logs to stream
Environment Summary
azure-cli 2.52.0
core 2.52.0
telemetry 1.1.0
Extensions:
ml 2.20.0
Dependencies:
msal 1.24.0b1
azure-mgmt-resource 23.1.0b2
Python location '/opt/az/bin/python3'
Extensions directory '/home/ubuntu/.azure/cliextensions'
Python (Linux) 3.10.10 (main, Aug 31 2023, 09:13:53) [GCC 11.4.0]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response
Describe the bug
I have a job running on Azure ML. I can see the logs on ml.azure.com, but I wish to see live logs on the terminal.
I tried running
az ml job stream, but I don't see any outputs.Related command
az ml job streamErrors
The command does not fail. It just outputs nothing.
Issue script & Debug output
The output is huge with a lot of sensitive data, Can provide later if needed.
Expected behavior
I should be able to see the logs in real time. Ideally I should be able to choose which logs to stream
Environment Summary
Additional context
No response