• You are here:
  • Home »
  • Azure PowerShell

Category Archives for Azure PowerShell

Working with HTTP errors in PowerShell

PowerShell is a great language to query REST APIs. When I call a REST API, I usually expect things to go well, but sometimes it doesn’t. So, how should I handle HTTP errors like 404, 403, and so

read more...

How to create a PowerShell Azure Function using the Azure Portal – 2020 edition

Microsoft PowerShell is actually a fairly advanced programming language that is used by both developers and administrators, often for doing administrative and automation tasks. Still, you can also write

read more...

Azure PowerShell: Add port forwarding load balancer to existing VM

In this blog post, I’ll share some Azure PowerShell code that I often use to attach a load balancer to existing Azure VMs (Virtual Machines). The code is both useful when you want to split the load

read more...