From eaaf71b7da0741464be20e51ecb34c6cee48f03b Mon Sep 17 00:00:00 2001 From: Peter Bons Date: Sat, 12 Oct 2019 15:44:12 +0200 Subject: [PATCH] Added ARM Template Viewer --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 47384b8..5c0fa96 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Rust](#rust) - [Terraform](#terraform) - [Productivity](#productivity) + - [ARM Template Viewer](#arm-template-viewer) - [Azure Cosmos DB](#azure-cosmos-db) - [Azure IoT Toolkit](#azure-iot-toolkit) - [Bookmarks](#bookmarks) @@ -470,6 +471,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you # Productivity +## [ARM Template Viewer](https://marketplace.visualstudio.com/items?itemName=bencoleman.armview) + +> Displays a graphical preview of Azure Resource Manager (ARM) templates. The view will show all resources with the official Azure icons and also linkage between the resources. + +![Displays a graphical preview of Azure Resource Manager (ARM) templates](https://github.com/benc-uk/armview-vscode/raw/master/assets/readme/screen1.png) + ## [Azure Cosmos DB](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb) > Browse your database inside the vs code editor