How do i remove an azure resource group using powershell?



  • Note: This removes the resource group and its associated resources, including the storage account

    The -Name is not needed but makes it easier to read.

    PS /home/training> Remove-AzResourceGroup -Name linxdev
    
    Confirm
    Are you sure you want to remove resource group 'linxdev'
    [Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"): Y
    True
    

Log in to reply
 

© Lightnetics 2024