Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytechie/AzureResourceVisualizer
https://github.com/ytechie/AzureResourceVisualizer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ytechie/AzureResourceVisualizer
- Owner: ytechie
- License: apache-2.0
- Created: 2015-04-07T15:38:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T19:15:23.000Z (over 8 years ago)
- Last Synced: 2024-06-23T00:57:45.297Z (5 months ago)
- Language: JavaScript
- Homepage: http://armviz.io
- Size: 1.78 MB
- Stars: 192
- Watchers: 27
- Forks: 49
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-azure - AzureResourceVisualizer - visualizer for ARM templates: [armviz.io](http://armviz.io/) (Azure Resource Manager / Templates)
README
[![Build Status](https://travis-ci.org/ytechie/AzureResourceVisualizer.svg?branch=master)](https://travis-ci.org/ytechie/AzureResourceVisualizer)
# Azure Resource Visualizer
A visual way of visualizing, editing, and saving Azure Resource Manager Templates.
![Azure Resource Manager Diagram](arm-diagram.jpg)
Here is a quick [YouTube screencast](https://www.youtube.com/watch?v=5xP1-IrtNMU) I put together to give you an overview of the project.
## Future / Project Status
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](https://trello.com/b/41RiUCGs/azure-resource-visualizer) for managing the features and roadmap.
## Installation
npm install
npm install -g gulp bower typings typescript
bower install
typings install## Running
Build the website to serve it locally:
gulp serve
### Troubleshooting
**Problem:** Old Typescript version installed. (use `tsc-v` to check)
**Solution:** Delete TypeScript from the `C:\Program Files (x86)\Microsoft SDKs\TypeScript`
## License
Available [here](https://github.com/ytechie/AzureResourceVisualizer/blob/master/LICENSE)