- 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.
- Linux系統文件安全實戰全攻略
- Ubuntu Linux操作系統
- Mastering KVM Virtualization
- 嵌入式操作系統(Linux篇)(微課版)
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- 蘋果OS X Mavericks 10.9應用大全
- Kali Linux 2018:Windows Penetration Testing
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- Linux軟件管理平臺設計與實現
- 大規模分布式系統架構與設計實戰
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- Android NDK Beginner's Guide
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- openEuler操作系統核心技術與行業應用實踐
- 基于Arduino的嵌入式系統入門與實踐