microsoft / vscode-azure-iot-tools

The ultimate collection of extensions for working with Azure IoT in VS Code!
https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools
MIT License
20 stars 19 forks source link

Support for layered deployment manifests #36

Open liliankasem opened 3 years ago

liliankasem commented 3 years ago

It would be great to see support for layered deployments.

As per this issue, the generator says that systemModules are missing when trying to generate a manifest using a layered deployment template.

Our current layered deployment structure is as follows and is working great in our CD pipeline, but is unusable with any tooling locally. As a result, we also have a catch all deployment.template.json file that we're using to deploy and test modules locally. If there is guidance on a better approach, it would be appreciated!

Screen Shot 2021-01-08 at 10 14 12 AM