- Azure Resource Manager Templates Quick Start Guide
- Ritesh Modi
- 442字
- 2021-07-02 12:59:29
What this book covers
Chapter 1, Infrastructure as Code and Configuration Management, starts by taking a look at configuration management and IaC. We will get introduced to the ARM framework provided by Azure, start to understand the concept of ARM templates, and learn the process of designing an ARM template. There is also a brief primer on JSON, since ARM templates themselves are based on JSON.
Chapter 2, Azure Resource Manager Templates, marks the start of our involvement with the development of ARM templates. We will start with the basics of ARM templates and cover the concepts that are essential for writing meaningful templates. This chapter will also include the usage of ARM template parameters and variables.
Chapter 3, Understanding Core Elements of ARM Templates, offers a detailed discussion of important ARM template concepts, including resources and outputs, and expressions and functions, along with a discussion on some of the most important functions, including and resourceId.
Chapter 4, Advance Template Features, covers real enterprise-level concepts, such as nested and linked templates, using deployment resources to invoke them, and using copy iterators to create multiple resources in sequence and parallel. We will also take a look at condition resources and learn about resource interdependency. This chapter also goes into a deeper implementation of cross-subscription, cross-resource group, and cross-region deployments using a single ARM template.
Chapter 5, IaaS Solutions Using Templates, focuses on exploring ARM templates for configuring environments using virtual machines. ARM templates provide virtual machine extensions that can automatically execute PowerShell and Desired State Configuration scripts following the creation of a virtual machine. This chapter will go deep into the trenches of these extensions, and provide solutions for both Windows and Linux operating systems.
Chapter 6, Unit Testing ARM Templates, covers topics on testing and maintaining the quality of ARM templates. We will investigate ways to unit test ARM template deployments and environments.
Chapter 7, Design Patterns, explores the composition of ARM templates that are modular, reusable, and maintainable. This chapter will provide a complete example for authoring an ARM template that is stored securely within Azure Storage blob containers, for storing credentials and secrets in Key Vaults, for provisioning and updating resources in the same ARM template, for linking and nesting templates, for autogenerating variables, and more.
Chapter 8, ARM Template Best Practices, focuses on using best practices while developing templates. These best practices help in creating ARM templates that are easy to change and maintain. They include parameters, variables, output and resource element best practices, security best practices, deployment-related best practices, and miscellaneous best practices.
- Cybersecurity:Attack and Defense Strategies
- Mobile-first Bootstrap
- Ansible權威指南
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- Java EE 8 Design Patterns and Best Practices
- RESS Essentials
- Advanced TypeScript Programming Projects
- Windows 7實戰從入門到精通(超值版)
- Windows 10從新手到高手
- 統信UOS應用開發進階教程
- Responsive Web Design by Example:Beginner's Guide(Second Edition)
- Drupal 7 Mobile Web Development Beginner’s Guide
- Embedded Systems Architecture
- OpenStack Trove Essentials
- Raspberry Pi Networking Cookbook