Visualize ARM Template in Visual Studio Code

Visualize ARM Template in Visual Studio Code

If you are an Azure Developer and working in Visual Studio Code, this is one of the must-have Visual Studio Code Extension. ARM Template Viewer renders a visual representation of your Azure Resource Manager Templates. The Visualization of the ARM Templates helps understand the templates much faster and better way. The representation view shows all resources of an ARM template with the Azure icons and the connection among them.

Visualize ARM Template in Visual Studio Code

Install the ARM Template Viewer from the Visual Studio Code Marketplace. Once the extension is installed, open any ARM Template JSON in VS Code, and then just press ALT + CTRL + Q to generate the visualization.

Related Tip: Visualize the Git history in Visual Studio Code

This extension support all the basic tooling features, including drag and move icons, zoom in and out. If you click on the resource icon, it will display the details about the resource.

This extension also allow your export the diagram as image.

Another great feature of this extension is to binding parameters with templates json. You can additinally bind the json parameters for more details with in the ARM Viewer.

To summarize, this is an excellent utility extension for Visual Visual Studio Code.

Give it a try.

ARM Template Viewer by Ben Coleman

Related Tip: Bringing custom icons to your Visual Studio Code projects

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.