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.
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.
New Azure Resource Manager templates capabilities released
Reading Time: < 1 minute New capabilities for Resource Manager templates are now available to help address some key challenges. Check the useful links.
Azure Network Security Groups
Reading Time: 3 minutes Use Azure network security group to filter network traffic to and from Azure resources in an Azure virtual network. Essentially NSGs act like a basic “firewall” in that it filters the traffic in and out of the perimeter of the resources associated with.
Azure Application Security Groups
Reading Time: 3 minutes Application security groups enable you to configure network security as a natural extension of an application’s structure, allowing you to group virtual machines and define network security policies based on those groups.