Closed afangster closed 1 year ago
Thank you for opening this issue, we will look into it.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-iot-cli-triage.
Author: | afangster |
---|---|
Assignees: | - |
Labels: | `bug`, `Service Attention`, `IotHub`, `customer-reported`, `IoT`, `IoT/CLI`, `CXP Attention`, `Auto-Assign` |
Milestone: | - |
Since the issue is reported in the extension already (https://github.com/Azure/azure-iot-cli-extension/issues/672), I will close this.
Describe the bug
I have run this command in my Azure Cloud Shell and it works fine there. However, it fails when I run it locally on az cli.
Related command
az iot hub monitor-events -n {iothub_name}
Errors
The command failed with the following error. Errors:
More details when run
az iot hub monitor-events --login {connection string}
:Issue script & Debug output
Running
az iot hub monitor-event -n {name} --debug
:Expected behavior
I expected to see a live updated list of my sensor data as I did when running it on Azure Cloud Shell. Example as follows:
Environment Summary
Additional context
I don't think it's a port issue? I checked and they are, quote-unquote 'allowed through the network'.