arm-visualizer
arm-visualizer copied to clipboard
Pass ARM template for visualization
I created a simple way to deploy Azure Functions; and I was leveraging the visualizer to show the components. Did you change the URL to display ARM.json files from GitHub?
http://functionlibrary.azurewebsites.net/
Like: http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzureBytes%2Ffunctionsstorsql%2Fmaster%2Fdeploy%2Fazuredeploy.json&source=azure-function-library
I can't find this URL documented anywhere as well.
Interesting - If I remove the &source=azure-function-library, it works fine. I'll have to take a look at the code to figure out why it doesn't like having an extra parameter.