Reading Time: 2 minutes Azure Network Watcher’s Connection Monitor feature is now GA. It is a very handy feature that helps you identify any connection problems and diagnose network issues spanning from Azure to on-premises networks.
Many new features for Azure VPN Gateway
Reading Time: 3 minutes Microsoft announced a number of new and exciting features for Azure VPN Gateway resource. A couple of them, at least to me, are very important and will make our life easier in the trenches.
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.
PowerShell snippet of the day #2
Reading Time: < 1 minute Assign Application Security Group and Network Security Group to Azure VMs you want with PowerShell.
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.