Azure Resource Locks
2023
Terraform - Deploying Azure Resource Locks
·1144 words·6 mins·
100
views
·
5
likes
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
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.