Hello
There isn't a button for this ( I would imagine it could be a disaster if there was!). If you've deployed an enterprise landing zone, there are a few things that gets deployed
- Management Groups
- Resources (if selected) in the management, identity, network subscriptions
- Azure Policies at various levels.
- First step would be to move the subscription(s) out of the management group hierarchy and delete the top level (not the root, you cannot delete that.) This will unassign and delete any policies at these levels
- Delete all policies that are scoped to the subscriptions, ensure they are no longer assigned and then delete them.
- Delete all the resources. Easiest way to do this is by deleting the resources groups. I typically use PowerShell to do this (https://learn.microsoft.com/en-us/powershell/module/az.resources/remove-azresourcegroup?view=azps-10.0.0)
- Remove any permissions that you may have assigned.
- Change the name of the subscription (if you changed is as part of the landing zone)
kind regards
Alistair