generator-arm-template

0.2.0 • Public • Published

generator-arm-template

NPM version Build status Dependency Status

Azure Resource Manager template tools, built especially for VS Code!

If you author Azure Resource Manager (ARM) templates with Visual Studio code, then this is the package for you. Leverage the power of Yeoman to speed up your development. Leverage the main arm-template generator to get you started, and then add resources with the sub-generators to build up your template!

Installation

First, install Yeoman and generator-arm-template using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-arm-template

Then generate your new project:

yo arm-template

Generator list

As well as the main generator, you can also use the following sub-generators. These are all designed to modify ARM template files that were created with the main generator so be sure to call that first.

  • networkinterface
  • publicip
  • storageaccount
  • virtualnetwork
  • vm
  • vm-customscript
  • vm-dscextension
  • apphostingplan
  • webapp
  • logicapp
  • sqlserver
  • sqldatabase

To call a sub-generator use the following syntax (this example will create a storage account, just swap in the sub-generator you wish to use from the above list).

yo arm-template:storageaccount

Change log

For a full history of changes check out the Change log

License

MIT © Brian Farnhill

Package Sidebar

Install

npm i generator-arm-template

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • brianfarnhill