Skip to content

Commit ad978c8

Browse files
authored
Merge pull request #107917 from lanicolas/patch-10
Aligning with Bash style guide
2 parents 7189052 + 3cbb366 commit ad978c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-registry/tutorial-deploy-connected-registry-nested-iot-edge-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,13 @@ Use the `iotedge-config` tool to create and configure your hierarchy by followin
203203
1. Download the configuration tool.
204204

205205
```bash
206-
mkdir nestedIotEdgeTutorial
207-
cd ~/nestedIotEdgeTutorial
206+
mkdir nested_iot_edge_tutorial
207+
cd ~/nested_iot_edge_tutorial
208208
wget -O iotedge_config.tar "https://github.com/Azure-Samples/iotedge_config_cli/releases/download/latest/iotedge_config_cli.tar.gz"
209209
tar -xvf iotedge_config.tar
210210
```
211211

212-
This step creates the `iotedge_config_cli_release` folder in your tutorial directory. The template file used to create your device hierarchy is the `iotedge_config.yaml` file found in `~/nestedIotEdgeTutorial/iotedge_config_cli_release/templates/tutorial`. In the same directory, there are two deployment manifests for top and lower layers: `deploymentTopLayer.json` and `deploymentLowerLayer.json` files.
212+
This step creates the `iotedge_config_cli_release` folder in your tutorial directory. The template file used to create your device hierarchy is the `iotedge_config.yaml` file found in `~/nested_iot_edge_tutorial/iotedge_config_cli_release/templates/tutorial`. In the same directory, there are two deployment manifests for top and lower layers: `deploymentTopLayer.json` and `deploymentLowerLayer.json` files.
213213

214214
1. Edit `iotedge_config.yaml` with your information. Edit the `iothub_hostname`, `iot_name`, deployment manifest filenames for the top layer and lower layer, and the client token credentials you created to pull images from upstream from each layer. The following example is a sample configuration file:
215215

0 commit comments

Comments
 (0)