-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add script for deploying a digital twin that matches the smart trailer use case #19
Conversation
Alex Recommends ReportAlex recommends the following language changes, but Alex is a regular expression based algorithm, so take them with a grain of salt. ✨ 🚀 ✨ Nothing to Report ✨ 🚀 ✨ |
cloud_connectors/azure/scripts/digital_twins_setup_smart_trailer.sh
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments.
cloud_connectors/azure/scripts/digital_twins_setup_smart_trailer.sh
Outdated
Show resolved
Hide resolved
cloud_connectors/azure/scripts/digital_twins_setup_smart_trailer.sh
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
```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} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./digital_twins_setup.sh -r {myRG} -l westus2 -d {myADT} | |
./digital_twins_setup_smart_trailer.sh -r {myRG} -l westus2 -d {myADT} |
This PR adds a deployment script that creates and initializes an Azure Digital Twin with a Twin model that matches the Smart Trailer Use case. Updates and adds some documentation.