In order to read the telemetry from your Azure IOT hub by CLI, you have to enable IoT Extension with the following commands:
Add: az extension add –name azure-cli-iot-ext
Then Run below command:
run az iot hub monitor-events –hub-name “Your-Hub-Name”
Reference:
https://github.com/MicrosoftDocs/azure-docs/issues/20843