- Azure Resource Manager Templates Quick Start Guide
- Ritesh Modi
- 208字
- 2021-07-02 12:59:34
Azure Resource Manager Templates
This is where we will start getting involved with the development of Azure Resource Manager (ARM) templates. All subsequent chapters will add additional concepts or enhance the concepts discussed in this chapter. As we know, ARM templates are configurations written as code and go through the same development life cycle as an application. ARM templates use JSON to declare Azure resources and their configuration. Although ARM templates are based on JSON, there are specific syntaxes, nuances, and grammar that needs to be followed for successful authoring and deployment.
In this chapter, we will start with the basics of ARM template and cover the high-level concepts that are essential for any ARM template.
In this chapter we will cover the following topics:
- Setting up development the environment for ARM templates
- Structure of ARM templates
- Creating your first ARM template
- Exploring different ways to deploy ARM templates on Azure
- Understanding and implementing parameters and variables
Although ARM templates are JSON-based and JSON can be written in plaintext using any text editor, to be more productive, it is important that a development environment or a development editor is used. There are multiple editors available that support the development of ARM templates; prominent among them is Visual Studio.
- Linux系統(tǒng)架構(gòu)與運(yùn)維實(shí)戰(zhàn)
- Mobile-first Bootstrap
- 網(wǎng)絡(luò)操作系統(tǒng):Windows Server 2003管理與應(yīng)用
- WordPress Mobile Web Development:Beginner's Guide
- Learning Android Intents
- 開(kāi)源安全運(yùn)維平臺(tái)OSSIM疑難解析:入門(mén)篇
- Ubuntu Linux操作系統(tǒng)
- Linux Shell編程從入門(mén)到精通(第2版)
- 深入理解eBPF與可觀測(cè)性
- 嵌入式實(shí)時(shí)操作系統(tǒng):RT-Thread設(shè)計(jì)與實(shí)現(xiàn)
- INSTANT Galleria Howto
- Windows 10從新手到高手
- Linux操作系統(tǒng)
- μC/OS-III內(nèi)核實(shí)現(xiàn)與應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)指南:基于STM32
- Linux內(nèi)核API完全參考手冊(cè)(第2版)