Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Q&A
Why does Azure Command-Line Interface (CLI) list no groups and no resources in my Azure account?
Reddit user InsufficientBorder found the issue: If you have multiple subscriptions, and/or haven't set a default, the CLI will "randomly" set one to be the subject of any requests. Check you'v...
#1: Initial revision
Reddit user [InsufficientBorder](https://old.reddit.com/user/InsufficientBorder) [found](https://redd.it/1jg804g) the issue: > If you have multiple subscriptions, and/or haven't set a default, the > CLI will "randomly" set one to be the subject of any requests. > > Check you've correctly set your context, and/or have signed into the > correct tenant. > > az account show > > az account set -s "SubscriptionName"