Question 95:
You have just created a device identity in your IoT Hub named mytemphub-001. You want to enable your back-end application to connect to this IoT hub and to access the messages. You need a connection string which you retrieve by the following CLI command:
<pre class="brush:java;">az iot hub connection-string show \
--policy-name service \
--name {YourIoTHubName} \
--output table
</pre>
Is that the command you should use?
Answer options:
A.Yes B.No