After we had a look into ARM Templates overall, I wanted to help you to get your hands on those Templates. For this you can use any editor, even things like notepad. As it is just a declarative form of notation. But to make things easier, I would recommend to use Visual Studio Code, with some Extensions.
Where to get Visual Studio Code?!
If you have not yet installed VS Code or never heard of it … it is about time for it. Some of you may know Visual Studio … the heavy application for developers 🙂 … yeah, this is what I thought in the past too.
But when we talk about VS Code:
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
When you open VS Code for the first time you are ready to go with your first document:
Here you could start to work with your first documents and source codes. But if you want to work with Azure and use it for ARM templates, I recommend to install some Extensions first.
The Marketplace for extensions has grown like hell … but I still have some favorite extensions, I would like to share here.
Azure Tools – this extension will install many other extensions like Azure Storage or even the Azure Account extension. It helps you to easily integrate your online Azure environment into VS Code. After installing this you will see an Azure icon on the left, where you can log-in to Azure and manage your resources:
JSON Tools – With the JSON tools from Erik Lynd you can easily prettify your JSONs by pressing Ctrl+Alt+M:
Azure Resource Manager (ARM) Tools – this is one more extension that will help being faster and get the best out of VS Code. It provides:
IntelliSense
ARM Snippets
ARM Template outline
Syntax Analysis
Colorization
…
How to work with ARM?!
With all those extensions installed you can not start … but how?! There are multiple ways. As described in an earlier post you can go and copy from a Repo or your existing Azure Resources. You could also start writing the template from scratch…
But with the installed extensions you are ready to go directly out of VS Code.
Inside a .json file you now can easily type “arm” and a list of snippets will appear that you can use to easily insert whole sections into the template.
On the left side you can see the outline of your ARM Template. That helps managing larger templates as you can go through the resources visually.
In the console area you are able to directly see all issues that exist in your template. This can me a simple missing comma, or a huge syntax error.
I love social media and all the channels I follow. So also this topic came into my view out of a LinkedIn post of David das Neves. I had a look into it … and thought I should share it here. Microsoft Learning on GitHub Did you know that there is a number of repositories…
What do you do on May 28th?! Where will you be on May 28th? You don’t know?! Let me tell you: You will be in the Netherlands, in Veenendaal and visit Azure Fest NL 2020 You don’t know what Azure Fest is … in the words of the organizers: Azure Fest NL is a free, single…
So as we know the Azure Networking Basics now, we can focus on the base element in Networking in Azure: Azure VNets Azure Virtual Networks a.k.a. VNets An Azure Virtual Network is the fundamental building block in an Azure environment. It is your private network portion of the azure network. Each VNet is a separated…
If you are an Azure Veteran … what was the first thing you have created in Azure? If you are new to Azure, what are you looking for to create? In many cases the answer is: Virtual Machines An even if you are one of the fancy-new-world-everything-paas-and-serverless gurus … we must be honest and say:…
If you have never heard about Microsoft OpenHack … you should keep on reading. Because this is a unique opportunity for raising the bar of your own skill. So let’s have a closer look on OpenHack What is OpenHack? To say it without my own words: Microsoft OpenHack is a developer focused event where a…
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here:
Cookie Policy
Leave a comment