Search notes:

PowerShell cmdLet get-azSubscription

get-azSubscription returns a Microsoft.Azure.Commands.Profile.Models.PSAzureSubscription object:
PS /home/rene> (get-azSubscription).getType().fullName
Microsoft.Azure.Commands.Profile.Models.PSAzureSubscription
PS /home/rene> Get-AzSubscription | select *
Some (or all?) information that is returned by get-azSubscription is also found in the Azure: drive:
PS /home/rene> get-azSubscription

Name                      Id                                   TenantId                             State
----                      --                                   --------                             -----
tq84 initial subscription 01234567-89ab-cdef-0123-456789abcdef fedcba98-7654-3210-fedc-ba9876543210 Enabled

PS /home/rene> get-childItem Azure:/

    Directory: Azure:


Mode SubscriptionName          SubscriptionId                       TenantId                             State
---- ----------------          --------------                       --------                             -----
+    tq84 initial subscription 01234567-89ab-cdef-0123-456789abcdef fedcba98-7654-3210-fedc-ba9876543210 Enabled

See also

Subscriptions
Apparently get-AzSubscription is equivalent to the shell/bash command az account list.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758207009, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/noun/azSubcription/get(61): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78