In this hands-on lab, you are tasked with gathering the role definitions and role assignments for your organization. You do not have access to the portal, so you must collect this information via SSH connection, by using a Linux VM and a service principal. Once access to the Azure subscription has been gained, use the Azure CLI to collect the required information, and output to a file so you can email it to your manager.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Log in to Azure using the Service Principal
- Once connected to the Linux VM, perform the
az login
command with the--service-principal
flag to login to the Azure account.
- Once connected to the Linux VM, perform the
- List the Role Definitions and Role Assignments
- Enter the Azure CLI command to list the role definitions and output to a file named
roleinfo.json
. - Enter the Azure CLI command to list the role assignments and append the output to the same file.
- Enter the Azure CLI command to list the role definitions and output to a file named