Setting a Resource Lock on Azure resources using PowerShell
Posted onThis post shows you how to apply Locks to resources in Azure Resource Manager using PowerShell. Locks can be set for two things: Accidental deletion Useful whe somebody accidentally clicks on the Delete button or if someone is playing around with PowerShell and removes a Resource (Group). Prevent changes This options prevents changes to a […]