Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 69 forks source link

feat: optionally create edge enabled virtual machine #590

Closed roel4ez closed 1 year ago

roel4ez commented 1 year ago

Checklist

This checklist is used to make sure that common guidelines for a pull request are followed.

General guidelines

Description

Fixes #552

This PR adds an optional flag to iotedgedev iothub setup to also create an edge-enabled virtual machine. It uses the deployment template available at https://github.com/Azure/iotedge-vm-deploy - it will be incrementally applied.

Additional information

The user will be prompted for an ssh key - if there is none, one will be created (id_rsa_iotedgedev in the ~/.ssh directory).

Known issues