diff --git a/README.md b/README.md index e9e8c4f..aa36c52 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,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) @@ -477,6 +478,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