by George Chrysovaladis Grammatikos | Jun 26, 2020 | Azure, Integration
Reading Time: 3 minutesSince I started using Azure Service Bus service, I used Azure Service Bus Explorer mostly for testing purposes and troubleshooting, and always I had on my mind the idea Microsoft to integrate that tool on the Azure Portal. And finally, when I...
by George Chrysovaladis Grammatikos | Sep 25, 2018 | Azure, DevOps
Reading Time: 4 minutesIn 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...
by George Chrysovaladis Grammatikos | May 17, 2018 | Azure, Portal
Reading Time: 2 minutesIn 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 –...