Today’s post is quick and simple folks. In today’s article I will show you how to remove Azure Locks from a Resource Group.
First let’s declare the Resource group variable:
$Resource = “RG_GETPRACTICAL”
After the declared variable we can execute the command “Get-AzResourceLock” using a pipe “|” so we can refer to the Resource Group same as the variable above.
Continue reading “Removing Azure Locks from Resource Group using PowerShell”

