by George Chrysovaladis Grammatikos | Sep 25, 2018 | Azure, DevOps
In this post, we are going to talk about Azure Resource Manager (ARM) Templates, a json file which allows us to deploy resources on Azure in a few steps. What is ARM Template In simple words, an ARM template is a JSON script. This script includes the resource(s) that...
by George Chrysovaladis Grammatikos | May 17, 2018 | Azure, Portal
In 2018, Microsoft announced the possibility to customize Azure Portal dashboard. How can someone do that? Easy, since it is familiar with JSON format its piece of cake. It’s only three steps, download JSON – edit JSON file – upload JSON. Let’s...