Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 4.21 KB

README.md

File metadata and controls

78 lines (53 loc) · 4.21 KB

10 Azure Resource Manager Templates Proven Practices

Presenter: Tim Warner Email: timothywarner316@gmail.com Twitter: @TechTrainerTim Website: https://techtrainertim Page link: https://timw.info/armpp

1. Develop an Azure resource naming convention

2. Create a solid template development environment

3. Understand ARM template syntax

4. Use the "T-shirt size" metaphor

5. Handle parameters with variables

6. Master ARM template expressions and functions

7. Protect secrets

8. Consider linked templates

9. Test templates

10. Include ARM templates in your CI/CI pipeline

Bonus: Azure Bicep

References