A visual way of visualizing, editing, and saving Azure Resource Manager Templates.
Here is a quick YouTube screencast I put together to give you an overview of the project.
<iframe width="640" height="480" src="https://www.youtube.com/embed/5xP1-IrtNMU?rel=0" frameborder="0" allowfullscreen></iframe>There is still much to be done. Right now, the resource relationship parser is not perfect, but there is a plan in place to support all possible ARM Template dependencies. Also, the creation experience is currently lacking.
We're using a public Trello board for managing the features and roadmap.
npm install
npm install -g gulp bower tsd typescript
bower install
tsd install
patch typings/backbone/backbone.d.ts backbonefix.patch
Build the website to serve it locally:
gulp serve
Problem: Old Typescript version installed. (use tsc-v
to check)
Solution: Delete TypeScript from the C:\Program Files (x86)\Microsoft SDKs\TypeScript
Microsoft Developer Experience & Evangelism
Copyright (c) Microsoft Corporation. All rights reserved.
THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, places, or events is intended or should be inferred.