- 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
推薦閱讀
- 現(xiàn)代測(cè)控電子技術(shù)
- 電力自動(dòng)化實(shí)用技術(shù)問答
- 我的J2EE成功之路
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- ROS機(jī)器人編程與SLAM算法解析指南
- B2B2C網(wǎng)上商城開發(fā)指南
- Learn CloudFormation
- Python:Data Analytics and Visualization
- 智能生產(chǎn)線的重構(gòu)方法
- Azure PowerShell Quick Start Guide
- SMS 2003部署與操作深入指南
- 單片機(jī)技術(shù)項(xiàng)目化原理與實(shí)訓(xùn)
- 計(jì)算機(jī)硬件技術(shù)基礎(chǔ)(第2版)
- Microsoft System Center Data Protection Manager Cookbook
- x86/x64體系探索及編程