Skip to content

Instantly share code, notes, and snippets.

View Rennasccenth's full-sized avatar
🏠
Working from home!

Felipe Nunes Rennasccenth

🏠
Working from home!
View GitHub Profile
@Rennasccenth
Rennasccenth / cleanrg.cs
Created June 17, 2025 23:37 — forked from kfrancis/cleanrg.cs
A C# tool for cleaning up resource groups
// -----------------------------------------------------------------------------
// Azure RG Smart Janitor - Enhanced Cleanup Tool
// Run with: dotnet run smart-cleanup.cs
// Targets: .NET 10 Preview 4+
// -----------------------------------------------------------------------------
#:package Azure.Identity@1.*
#:package Azure.ResourceManager@1.*
#:package Azure.ResourceManager.Compute@1.*
#:package Azure.ResourceManager.Storage@1.*