Forum Discussion
afcec
Jan 11, 2022Copper Contributor
Azure IoT development and production environments
Hi, My Azure IoT platform is currently running successfully and before the official launch I would like to make the most appropriate changes in order to set up a development/test environment in p...
lukemurraynz
Feb 21, 2022Learn Expert
When looking at replicating the required resources, definitely look at Azure Bicep ( https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep) or Terraform (which I would use if you want to look at changing external DNS records etc - it has Cloudflare support), to keep the resources almost identical, a change of a parameter can deploy prod or dev.
I can't think of a more optimal approach, than going down the Infrastructure as Code approach. to keep your resources as identical as possible.
I can't think of a more optimal approach, than going down the Infrastructure as Code approach. to keep your resources as identical as possible.