ARM Templates

Tip: Azure resources deployment progress

Reading Time: 2 minutes There are many ways to deploy resources on Azure, talking about the Azure Resource Manager deployment model and not the Classic one. I’ve been doing many deployments in the last couple of months and the thing is… you will do it more than once and that is certain. So, scripting comes handy.

Read More

Add a rule to an existing Azure Load Balancer

Reading Time: 3 minutes Today morning I had to deploy some new rules on an existing production Azure Load Balancer. So, I spun up the VS Code and my JSON ARM Template library to make the appropriate changes. Little did I know that this would soon fail. I had to turn to PowerShell to get the job done efficiently.

Read More

Skip to content