- Hands-On Cloud Solutions with Azure
- Greg Leonardo
- 148字
- 2021-06-10 19:44:40
PowerShell and ARM Template
Before we get started on this section, make sure that you have installed the Azure Development Workload, as shown in the following screenshot:
Azure Development Workload in Visual Studio
Let's take a look at the basic structure of the template system used to deploy resources to Azure:
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "",
"parameters": { },
"variables": { },
"functions": { },
"resources": [ ],
"outputs": { }
}
Let's look at what the elements in the schema mean and whether some of them are required:
Now that we have seen how the template is structured, let's look at how a vanilla virtual machine is deployed to put it all together. You can create an ARM template project in Visual Studio by selecting the Azure Resource Group project under New Projects, as shown in the following screenshot:

Visual Studio – Azure Resource Group
推薦閱讀
- 火格局的時(shí)空變異及其在電網(wǎng)防火中的應(yīng)用
- PostgreSQL 11 Server Side Programming Quick Start Guide
- 計(jì)算機(jī)控制技術(shù)
- 2018西門子工業(yè)專家會(huì)議論文集(上)
- 機(jī)器人編程實(shí)戰(zhàn)
- 統(tǒng)計(jì)學(xué)習(xí)理論與方法:R語(yǔ)言版
- Linux:Powerful Server Administration
- Machine Learning with Apache Spark Quick Start Guide
- Hands-On Reactive Programming with Reactor
- 教育機(jī)器人的風(fēng)口:全球發(fā)展現(xiàn)狀及趨勢(shì)
- Flink原理與實(shí)踐
- 從零開始學(xué)JavaScript
- Oracle 11g Anti-hacker's Cookbook
- 網(wǎng)絡(luò)安全概論
- QTP自動(dòng)化測(cè)試實(shí)踐