Skip to content

Commit 9e0bc23

Browse files
committed
Committing some changes
1 parent ce90dc8 commit 9e0bc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/tutorial-create-deployment-with-cli-iot-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Create an IoT hub called **CLIDemoHub** in the newly created resource group:
6767
Create an IoT Edge device:
6868

6969
```cli
70-
az iot hub device-identity create -d edge001 -n CLIDemoHub --edge-enabled
70+
az iot hub device-identity create --device-id edge001 -hub-name CLIDemoHub --edge-enabled
7171
```
7272

7373
![Create IoT Edge device][4]
@@ -142,7 +142,7 @@ Deployment JSON templates should always include the two system modules, edgeAgen
142142
Apply the configuration to your IoT Edge device:
143143

144144
```cli
145-
az iot hub apply-configuration --device-id edge001 --hub-name blogDemoHub --content C:\<configuration.txt file path>
145+
az iot hub apply-configuration --device-id edge001 --hub-name CLIDemoHub --content C:\<configuration.txt file path>
146146
```
147147

148148
![Apply configuration][5]

0 commit comments

Comments
 (0)