Azure / iotedge-vm-deploy

ARM template to deploy a VM with IoT Edge pre-installed (via cloud-init)
MIT License
21 stars 44 forks source link

Add terraform example to deploy IoT Edge #11

Open EliiseS opened 3 years ago

EliiseS commented 3 years ago

Hi,

I received a suggestion on my azure docs issue here to add my terraform deployment sample for Azure IoT Edge to this repo in order to mention it in the Azure docs later on.

Would you be open to it, if yes, any desired folder structure?

EliiseS commented 3 years ago

@kgremban Is this repo still active?

kgremban commented 3 years ago

Hi @EliiseS Yes, this repo is still active. Please feel free to create the pull request to include your terraform deployment sample. The only important structure that I know of for this repo is leaving edgeDeploy.json in place, since we refer to that file location in the deployment create commands. Feel free to add a new folder for your sample, and update the readme.

Also note that there are multiple folders in this repo to reflects IoT Edge versions. For the edgeDeploy.json, for example, we have version 1.1 deployed from the assets in master branch and 1.2 deployed from the 1.2.0 branch.

Thanks!

EliiseS commented 2 years ago

@kgremban Hi, sorry we've been a bit swamped, but we're hoping to get a PR out by the end of the year together with @mahrrah