Visual Studio Code for Azure templates
Since I have been working with Azure ARM, I have looked for an easy-to-use, familiar and free JSON viewer and editor for Azure ARM templates modify and creation. I downloaded some free software according to Google suggestions and I tried the JSON plugin to Notepad++ but they are not suitable for me.Then I have found my current favorite JSON editor…this is the Visual Studio Code. This has same UI than classic Visual Studio, easy-to-use and free.
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, Mac and Linux…
It supports C#, JavaScript, JSON, HTML, PHP, Python, CSS, Docker files, etc. It has the most useful features such as IntelliSense, version control, debugging, market place. You can learn more and download here: https://code.visualstudio.com
Try it and deploy Azure services 🙂