Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.49 KB

README.dev.md

File metadata and controls

23 lines (15 loc) · 1.49 KB

Azure Resource Manager (ARM) Tools

A JSON language extension to support Azure Resource Manager deployment templates and template language expressions.

Developing the Extension

Prerequisites

  • Install node.js [v5.5.0 or Higher]

  • To build this extension from the command line, run npm run build.

  • To run this extension's unit tests from the command line, run npm test.

  • To create a VSCode .vsix package for this extension, run vsce package (after npm install -g vsce if needed)

  • To debug this extension, open in vscode, and run the "Launch Extension" configuration

Related Links

See Extending VS Code for more information on how to create VS Code extensions.

See TypeScriptLang.org for more information on the TypeScript language.

See Authoring Azure Resource Manager Templates for more information on how to author Azure Resource Group Templates.

See Template Language Expressions for more information about how to use Template Language Expressions in your deployment templates.

See Azure CLI for more information about how to interact with Microsoft Azure from the command line.