Open PowerShell in administrative mode and run these commands;
Get-AzSubscription
This will list all of my subscriptions
To switch, I will use this command;
Set-AzContext -Subscription "Id GUID"

Add to favorites
Clear Thinking in Data, Cloud, and AI
Practical insights from real-world engineering experience
Open PowerShell in administrative mode and run these commands;
Get-AzSubscription
This will list all of my subscriptions
To switch, I will use this command;
Set-AzContext -Subscription "Id GUID"

Add to favorites