Forum Discussion
Rod5061
Apr 09, 2019Copper Contributor
Most efficient way to deploy new 3 tier DevTest environment
Hi We are just beginning our Azure journey and would like to place ourselves in a good position from day 1. Our goal is to create a secure Azure DevTest environment utilising 3 tier architecture (Cl...
Apr 10, 2019
To deploy your environmeant you can either use ARM templates or maybe even terraform. Depends on what you are more comfortable with. What you could do as you are at the begining. is build you environmeant using the Azure portal and then saving teh template files from the deployment. They will be ARM templates. You can then use them as a base going forward.
As to keeping it secure. Azure blueprints are a good starting point. Just make sure you talk to all parties that will be involved before you pick you policies etc.
I hope that helps. If you have any more questions please let me know.