Reading Time: 3 minutes We all use online services to lookup our public IP at a time. This small utility written in C# runs quietly in your system tray and alerts you when your public IP changes from your ISP and logs the event for future reference.
Connection Monitor in Network Watcher goes GA
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.