Skip to main content
Jorge Bernhardt Jorge Bernhardt

Azure Resource Locks

2023

Terraform - Deploying Azure Resource Locks
·1144 words·6 mins· 100 views · 5 likes
Terraform Microsoft Azure Azure Resource Locks IaC
Hi! Did you know that Azure Resource Locks can provide an extra layer of protection for your resources in case of accidental changes or deletions? And best of all, we can deploy them using Terraform.

2019

How to use Azure Resource Locks with PowerShell
·436 words·3 mins· 100 views · 5 likes
Azure PowerShell Get-AzResourceLock Get-AzSubscription Login-AzAccount
If you want to prevent accidental deletion or changes to resources in your Azure Resource Groups, Microsoft Azure offers a great solution: Azure Resource Locks. In this post, I want to show you how to use Azure Resource Locks in Microsoft Azure using Azure PowerShell.