Skip to content

Commit

Permalink
Update smart trailer deployment doc
Browse files Browse the repository at this point in the history
Update example command with correct deployment script name
  • Loading branch information
devkelley authored Nov 27, 2023
1 parent 6e137f6 commit dec1e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_connectors/azure/digital_twins_connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ az login --use-device-code
```shell
cd {freyja-root-dir}/cloud_connectors/azure/scripts
chmod +x digital_twins_setup_smart_trailer.sh
./digital_twins_setup.sh -r {myRG} -l westus2 -d {myADT}
./digital_twins_setup_smart_trailer.sh -r {myRG} -l westus2 -d {myADT}
```

### Manual Azure Digital Twins Setup
Expand Down

0 comments on commit dec1e31

Please sign in to comment.