Valid AZ-220 Dumps shared by ExamDiscuss.com for Helping Passing AZ-220 Exam! ExamDiscuss.com now offer the newest AZ-220 exam dumps, the ExamDiscuss.com AZ-220 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-220 dumps with Test Engine here:
You have 10 IoT devices that connect to an Azure IoT hub named Hub1. From Azure Cloud Shell, you run az iot hub monitor-events --hub-name Hub1 and receive the following error message: "az iot hub: 'monitor-events' is not in the 'az iot hub' command group. See 'az iot hub --help'." You need to ensure that you can run the command successfully. What should you run first?
Correct Answer: D
Explanation Execute az extension add --name azure-cli-iot-ext once and try again. In order to read the telemetry from your hub by CLI, you have to enable IoT Extension with the following commands: Add: az extension add --name azure-cli-iot-ext Reference: https://github.com/MicrosoftDocs/azure-docs/issues/20843