ExamQuestions.com

Register
Login
Microsoft Azure IoT Developer (AZ-220) Exam Questions

Microsoft

Microsoft Azure IoT Developer (AZ-220)

81 / 125

Question 81:

You have just created a device identity in your IoT Hub named mytemphub-001. You want to enable your back-end applications to connect to this IoT hub in order to get the incoming messages. You need a connection string to your and you want to retrieve it by the following CLI command: 
<pre class="brush:java;">az iot hub device-identity connection-string show --hub-name {YourIoTHubName} --device-id MyPythonDevice --output table</pre>
Is that the command you should use?

Answer options:

A.Yes
B.No