Hi@akhtar,
You can get all the subscriptions for a logged account in Azure. You need to run the below command from your CLI.
$ az account list --output table
Name CloudName SubscriptionId State IsDefault
------------------ ----------- ------------------------------------ ------- -----------
Azure for Students AzureCloud xxxxxxxxxxxxxxxxxx Enabled True
Hope this helps!
Check out Azure architect certification and become certified.
Thanks!