Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

New-AzResourceLock -LockName "LockStorage" -LockLevel CanNotDelete -ResourceGroupName "rg-production" -ResourceName "corpdata" -ResourceType "Microsoft.Storage/storageAccounts"
New-AzResourceLock -LockName "LockStorage" -LockLevel ReadOnly -ResourceGroupName "rg-production" -ResourceName "corpdata" -ResourceType "Microsoft.Storage/storageAccounts"
New-AzResourceLock -LockName "LockGroup" -LockLevel CanNotDelete -ResourceGroupName "rg-production"
Remove-AzResourceLock -LockName "LockStorage" -LockLevel CanNotDelete -ResourceGroupName "rg-production" -ResourceName "corpdata"
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.