- Azure Resource Manager Templates Quick Start Guide
- Ritesh Modi
- 207字
- 2021-07-02 12:59:35
Using Visual Studio Code as a development environment
Visual Studio Code is lightweight development environment that supports cross-platform, open source development seamlessly. Visual Studio Code can be downloaded from the same location as Visual Studio 2017. ARM templates files, the Azure SDK, and PowerShell modules are not automatically installed as these were with Visual Studio Azure development module; they need to be downloaded and installed separately.
Azure PowerShell modules can be installed manually by downloading them from https://azure.microsoft.com/en-in/downloads/. They can also be installed using the PowerShellGet module if you are using PowerShell 5.0 or newer. The command for installing Azure PowerShell module using PowerShellGet is Install-Module -Name AzureRM.
The Azure ARM template extension can be installed in Visual Studio Code using the following steps:
- Open the extensions pane in Visual Studio Code by pressing Ctrl + Shift + X
- Type Azure Resource Manager Tools and click on the Install button:

It will take few seconds to install the ARM template development extension. This extension provides IntelliSense and other developer productivity features.
For this book, we will use Visual Studio 2017 to create our first ARM template; however, before writing our first ARM template, it's good to understand the overall structure of an ARM template.
- 全屋互聯(lián):智能家居系統(tǒng)開發(fā)指南
- Windows Server 2019 Cookbook
- 網(wǎng)絡(luò)操作系統(tǒng):Windows Server 2003管理與應(yīng)用
- Google系統(tǒng)架構(gòu)解密:構(gòu)建安全可靠的系統(tǒng)
- Windows Server 2012 Hyper-V Cookbook
- 構(gòu)建可擴(kuò)展分布式系統(tǒng):方法與實(shí)踐
- Linux操作系統(tǒng)應(yīng)用編程
- 巧學(xué)活用Windows 7
- Joomla! 3 Template Essentials
- 分布式高可用架構(gòu)之道
- 從零開始學(xué)安裝與重裝系統(tǒng)
- Agile IT Security Implementation Methodology
- 應(yīng)急指揮信息系統(tǒng)設(shè)計(jì)
- Azure Resource Manager Templates Quick Start Guide
- 辦公自動(dòng)化教程(Windows7+Office2010)