I am working to find the list of all the storage account in our Azure subscription. Unfortunately, we have around 40 subscriptions, is there a way to get all the storage account. Currently I can only see the list in one subscription & need to change the subscription to another for finding the storage account.
The following command gives me the storage account for default subscription:az storage account list --output table