This project is a prototype for a new way to build ARM templates for Azure using JavaScript. TypeScript type definitions provide excellent tooling VSCode without the need for extensions.
This is very much a prototype, so expect many rough edges.
- Clone this repo:
git clone https://github.com/bterlson/armdsl
. - Install dependencies:
cd armdsl && npm install
. - Run armdsl scripts with
npx
andts-node
:npx ts-node samples/basic.ts