2

I've got a large Azure IOT Suite implementation and I'd like to back it up or export the various jobs/components for safe keeping. We had a few instances where someone deleted something incorrectly and it took some time to recreate it. Thanks! Nick

Nick
  • 99
  • 7

3 Answers3

0

Are you using azureiotsuite.com to deploy your Azure IoT suite?

Microsoft provides with an alternative approach of deploying it locally, and you can also customize and extend the solution to meet your specific requirements.

See to this repository for more details.

Jackie
  • 2,032
  • 1
  • 12
  • 14
  • We are not. I'm aware of that approach, but we have updated the config of the items (inputs/outputs, etc) and we'd like to back that up so we have it for later. – Nick Dec 08 '16 at 22:43
0

Use a DevOps approach i.e. script all the components and maintain the scripts in GitHub or some other version control tool.

Unfortunately, support for reverse engineering existing components is very limited.

Ian Bennett
  • 123
  • 1
  • 9
0

I think I finally figured this out. With the new Resource Manager, you can click on the "Automation Script" and it will build out the ARM template that can be used to recreate the resources / settings as needed.

Nick
  • 99
  • 7