I just want to ask what will be the minimum azure role needed to access/collect auditlogs using CLI. I have created an azure user (using azure classic portal, active directory) as follows
username: test@companyname.onmicrosoft.com
organization role: user
allow the user to signin and access: Allow
but when I tried to configure my cli using that username, it said that "No subscriptions found for this account".
So what should be the minimun role to be able to use the cli to get the audit logs.
can I use RBAC to this user and be able to use the cli and get audit logs? if yes, what kind of access/action should i grant to this RBAC?
thanks in advance.