Skip to content
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

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

devkelley
Copy link
Contributor

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.

Copy link
Contributor

Alex Recommends Report

Alex recommends the following language changes, but Alex is a regular expression based algorithm, so take them with a grain of salt.

✨ 🚀 ✨ Nothing to Report ✨ 🚀 ✨

Copy link

@ashbeitz ashbeitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments.

Copy link

@ashbeitz ashbeitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@devkelley devkelley merged commit c6d7d13 into main Nov 21, 2023
14 checks passed
```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}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
./digital_twins_setup.sh -r {myRG} -l westus2 -d {myADT}
./digital_twins_setup_smart_trailer.sh -r {myRG} -l westus2 -d {myADT}

@wilyle wilyle deleted the devkelley/add_trailer_dtdl_deployment_script branch January 16, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants