liupeirong / MLOpsManufacturing

Demonstrate samples and good engineering practice for operationalizing machine learning solutions.
Other
21 stars 9 forks source link

Use edgeHubDev instead of deploying aVM for edge device simulation #81

Open liliankasem opened 3 years ago

liliankasem commented 3 years ago

IoT Edge Integration Tests: use edgeHubDev instead of deploying VM for edge device sim

Currently in our integration test DevOps pipeline, we deploy a VM edge device in Azure to deploy our business logic and run tests. A nice alternative to deploying a full VM in Azure would be to use iotedgehubdev container:

https://github.com/Azure/iotedgehubdev

Investigate the iotedgehubdev container to see if it is possible for us to use this for our integration test pipeline, if so replace the VM deployment in our pipeline with the use of the container.