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?
I have several resource groups and instances in my Azure account. Yet, the Azure Command-Line Interface (CLI) lists no groups and no resources in my Azure account: franck [ ~ ]$ az group list [] ...
Question
azure
#2: Post edited
I have several resource groups and instances in my Azure account. Yet, the Azure Command-Line Interface (CLI) [lists](https://i.sstatic.net/ykLmZaF0.png) no groups and no resources in my Azure account:- ```
- franck [ ~ ]$ az group list
- []
- franck [ ~ ]$ az resource list
- []
- ```
- Why does Azure CLI list no groups and no resources in my Azure account?
- I have several resource groups and instances in my Azure account. Yet, the Azure Command-Line Interface (CLI) [lists](https://software.codidact.com/uploads/jcbr4i2szeh2uq5c2xejbva2z2u2) no groups and no resources in my Azure account:
- ```
- franck [ ~ ]$ az group list
- []
- franck [ ~ ]$ az resource list
- []
- ```
- Why does Azure CLI list no groups and no resources in my Azure account?
#1: Initial revision
Why does Azure Command-Line Interface (CLI) list no groups and no resources in my Azure account?
I have several resource groups and instances in my Azure account. Yet, the Azure Command-Line Interface (CLI) [lists](https://i.sstatic.net/ykLmZaF0.png) no groups and no resources in my Azure account: ``` franck [ ~ ]$ az group list [] franck [ ~ ]$ az resource list [] ``` Why does Azure CLI list no groups and no resources in my Azure account?