- 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.
推薦閱讀
- Linux運維之道(第3版)
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Extending Puppet
- Learn Helm
- 構建可擴展分布式系統:方法與實踐
- Docker+Kubernetes應用開發與快速上云
- 網絡操作系統教程:Windows Server 2016管理與配置
- Advanced TypeScript Programming Projects
- 分布式高可用架構之道
- Windows 10從新手到高手
- Heroku Cloud Application Development
- Web Penetration Testing with Kali Linux(Third Edition)
- Linux集群之美
- VMware vSphere 5.1 Cookbook
- 電腦辦公(Windows10+Office2016)從新手到高手