- 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
推薦閱讀
- Hands-On Graph Analytics with Neo4j
- Java編程全能詞典
- Blockchain Quick Start Guide
- Hands-On Neural Networks with Keras
- 精通Excel VBA
- 深度學習中的圖像分類與對抗技術
- 數據挖掘方法及天體光譜挖掘技術
- Splunk Operational Intelligence Cookbook
- SAP Business Intelligence Quick Start Guide
- TensorFlow Reinforcement Learning Quick Start Guide
- 電氣控制與PLC原理及應用(歐姆龍機型)
- 設計模式
- Getting Started with Tableau 2018.x
- 超好玩的Python少兒編程
- 工業控制系統安全