Reading Time: 2 minutes Use PowerShell formatting options to get the complete output of a really long string i.e. a token.
PowerShell snippet of the day #3
Reading Time: < 1 minute Get a list of your Azure VMs and respective VM sizes, for a specific Resource Group.
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.
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.