- Azure Resource Manager Templates Quick Start Guide
- Ritesh Modi
- 184字
- 2021-07-02 12:59:31
What are ARM templates?
ARM templates are JSON files and they enable Infrastructure as Code for Azure Cloud Platform. ARM templates help to provision and configure resources in a predictable, consistent, and repeatable manner.
ARM templates help in the following ways:
- Specifying resources and their configurations in a declarative manner. There is no scripting involved in provisioning resources.
- Providing intent and what should be provisioned by defining the resources rather than how to deploy the resources.
- Offers idempotent deployments by ensuring that the end state of the deployment is always consistent and predictable. This means that even during incremental deployments, the end state will remain consistent. It also means that templates deployed over and over will not change the end result, and environments will be equivalent when used to create multiple environments.
- Orchestrates the provisioning and configuration process by declaring dependencies between resources.
- Parameterizes the deployment process by enabling reusability, modular, and generic development.
- Cross-subscription, cross-region, and multiple resource group deployment and configuration of resources.
- Enables DevOps in the continuous integration and the continuous deployment of resources and the environment.
推薦閱讀
- pcDuino開發實戰
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Windows Vista基礎與應用精品教程
- BPEL and Java Cookbook
- 嵌入式Linux應用開發菜鳥進階
- 網絡操作系統教程:Windows Server 2016管理與配置
- VMware NSX Cookbook
- AWS Development Essentials
- Distributed Computing with Go
- 分布式系統設計實踐
- Drupal 7 Cookbook
- Linux從入門到精通(視頻教學版)
- Azure Resource Manager Templates Quick Start Guide
- Implementing Cloud Design Patterns for AWS(Second Edition)
- 大規模Linux集群架構最佳實踐:如何管理上千臺服務器