Skip to content

Commit ad02696

Browse files
jlianPatAltimore
andauthored
Apply suggestions from code review
Co-authored-by: Pat Altimore <[email protected]>
1 parent af56b03 commit ad02696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/quickstart-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you don't have an active Azure subscription, create a [free account](https://
3333

3434
Prepare your environment for the Azure CLI.
3535

36-
[!INCLUDE [Azure-CLI-prepare-your-environment-no-header.md](../../includes/Azure-CLI-prepare-your-environment-no-header.md)]
36+
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](../../includes/azure-cli-prepare-your-environment-no-header.md)]
3737

3838
Cloud resources:
3939

@@ -75,7 +75,7 @@ Since IoT Edge devices behave and can be managed differently than typical IoT de
7575
az iot hub device-identity create --device-id myEdgeDevice --edge-enabled --hub-name {hub_name}
7676
```
7777

78-
If you get an error about iothubowner policy keys, make sure that your Cloud Shell is running the latest version of the Azure-iot extension.
78+
If you get an error about iothubowner policy keys, make sure that your Cloud Shell is running the latest version of the *azure-iot* extension.
7979

8080
2. View the connection string for your device, which links your physical device with its identity in IoT Hub. It contains the name of your IoT hub, the name of your device, and then a shared key that authenticates connections between the two. We'll refer to this connection string again in the next section when you set up your IoT Edge device.
8181

@@ -301,7 +301,7 @@ Select **Next: Routes** to continue to the next step of the wizard.
301301

302302
### Routes
303303

304-
A route, **SimulatedTemperatureSensorToIoTHub**, was created automatically when you added the module from Azure Marketplace. This route sends all messages from the simulated temperature module to IoT Hub.
304+
A route named *SimulatedTemperatureSensorToIoTHub* was created automatically when you added the module from Azure Marketplace. This route sends all messages from the simulated temperature module to IoT Hub.
305305

306306
![Screenshot that shows removing the default route then moving to the next step.](./media/quickstart/delete-route-next-review-create.png)
307307

0 commit comments

Comments
 (0)