- 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運維之道(第3版)
- 電腦組裝與系統安裝
- Mastering ElasticSearch
- Linux操作系統基礎
- Persistence in PHP with the Doctrine ORM
- Learning Android Intents
- Linux性能優化
- Mastering KVM Virtualization
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Installing and Configuring Windows 10:70-698 Exam Guide
- Linux網絡內核分析與開發
- 嵌入式實時操作系統:RT-Thread設計與實現
- 嵌入式系統原理及開發
- Hadoop Real-World Solutions Cookbook
- 完美應用Ubuntu(第2版)