- 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
推薦閱讀
- 數據展現的藝術
- 大學計算機基礎:基礎理論篇
- 2018西門子工業專家會議論文集(上)
- 數據庫原理與應用技術學習指導
- Learning C for Arduino
- 分數階系統分析與控制研究
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- 人工智能:語言智能處理
- Mastering Geospatial Analysis with Python
- Embedded Linux Development using Yocto Projects(Second Edition)
- WPF專業編程指南
- 網管員世界2009超值精華本
- Learning iOS 8 for Enterprise
- JSP通用范例開發金典
- Raspberry Pi 3 Projects for Java Programmers