This overlooked feature in Visual Studio Code can speed release time

When writing our ARM templates with Visual Studio Code, there is a feature that is usually overlooked but saves a lot of time by making sure that you don’t have typos being pushed to your release pipelines. (And it saves money by reducing the release pipeline time.) It also gives you good recommendations, such as repeated code that can be removed to clean your code.

To view the status of your ARM template, click on the two icons highlighted on Item 1, and view the recommendations before submitting a commit of your code.

In the example below, I hadn’t noticed that I had added the action item twice.

Visual Studio Code

As you can see, Visual Studio Code warned me, making my job much easier.

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top