Skip to content

Commit 0d0ad4c

Browse files
authored
Merge pull request #95526 from timlt/qs-cli-fix
Inline text fixes
2 parents 1bfe6e7 + da97baf commit 0d0ad4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/quickstart-send-telemetry-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To launch the Cloud Shell:
3939
![Select CLI environment](media/quickstart-send-telemetry-cli/cloud-shell-environment.png)
4040

4141
## Prepare two CLI sessions
42-
In this section, you prepare two Azure CLI sessions. In the Cloud Shell, you will run the two sessions in separate browser tabs. In a local CLI client, you will run two separate CLI instances. You'll use the first session as a simulated device, and the second session to monitor and send messages. To run a command, select **Copy** to copy a block of code in this quickstart, paste it into your shell session, and run it.
42+
In this section, you prepare two Azure CLI sessions. If you're using the Cloud Shell, you will run the two sessions in separate browser tabs. If using a local CLI client, you will run two separate CLI instances. You'll use the first session as a simulated device, and the second session to monitor and send messages. To run a command, select **Copy** to copy a block of code in this quickstart, paste it into your shell session, and run it.
4343

4444
Azure CLI requires you to be logged into your Azure account. All communication between your Azure CLI shell session and your IoT hub is authenticated and encrypted. As a result, this quickstart does not need additional authentication that you'd use with a real device, such as a connection string.
4545

@@ -141,7 +141,7 @@ The Azure portal enables you to manage all aspects of your IoT Hub and devices.
141141
To visualize messaging metrics in the Azure portal:
142142
1. In the left navigation menu on the portal, select **All Resources**. This lists all resources in your subscription, including the IoT hub you created.
143143
144-
1. Click the link on the IoT hub you created. The portal displays the overview page for the hub.
144+
1. Select the link on the IoT hub you created. The portal displays the overview page for the hub.
145145
146146
1. Select **Metrics** in the left pane of your IoT Hub.
147147

0 commit comments

Comments
 (0)