How do i list all the azure storage accounts using powershell?



  • The select operator is used to select only the StorageAccountName from the output. Provides a better readable output, unless you widen your terminal to get the full width of the output.

    PS /home/training> Get-AzStorageAccount | select StorageAccountName
    
    StorageAccountName
    ------------------
    linuxdev
    

Log in to reply
 

© Lightnetics 2024