To install it:
- Deploy all the infra with
azd up - Create a new ubuntu WSL instance in your computer with:
wsl --install ubuntu --name [yournodename]
- Run this script inside the WSL instance:
curl -LsSf https://raw.githubusercontent.com/jmservera/miscdemos/refs/heads/main/iotedge/ubuntu-24.04-install.sh | sudo bash -s -- [YOUR_IOT_EDGE_CONNECTION_STRING]
If you want to create a new instance, you can run this:
DEVICE_NAME="[new device name]" azd deploy