Azure Resource Manager Templates Tips and Tricks
Sunday, October 11, 2015
Over the past week, I spent some time automating Azure App Service infrastructure with Azure Resource Manager (ARM) templates. I discovered a few tips and tricks along the way that I'll describe in detail below...
- Take an environment name as a parameter
- Create sticky slot settings
- Variables aren't just for strings
- Change the time zone of your web app
A big thanks to David Ebbo's talk at BUILD and his sample "WebAppManyFeatures" template; they are super handy resources for anyone who is working on writing their own ARM templates.
Over the past week, I spent some time automating Azure App Service infrastructure with Azure Resource Manager (ARM) templates. I discovered a few tips and tricks along the way that I'll describe in detail below...
- Take an environment name as a parameter
- Create sticky slot settings
- Variables aren't just for strings
- Change the time zone of your web app
A big thanks to David Ebbo's talk at BUILD and his sample "WebAppManyFeatures" template; they are super handy resources for anyone who is working on writing their own ARM templates.