diff --git a/README.md b/README.md index 568b81c..86ed818 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AzurePowerTools -Here a little script that will completely delete all resources of every resources group inside a specific subscription. To be able to execute this script you will need Azure [PowerShell cmdlets](https://docs.microsoft.com/en-us/powershell/azureps-cmdlets-docs/). +Here a little script that will completely delete all resources of every resources group inside a specific subscription. To be able to execute this script you will need Azure [PowerShell cmdlets](https://docs.microsoft.com/powershell/azureps-cmdlets-docs/?WT.mc_id=dotnet-0000-frbouche). The script asks you to login-in then list all the subscriptions that this account has access. Once you specify which one, it will list all the resource grouped by resource group. Then as a final warning, it will require one last validation before nuking everything.